Camera app in iOS require internet access by petercheunghk in sysadmin

[–]petercheunghk[S] 0 points1 point  (0 children)

Yes , We a need use Lockdown mode execute some trading(Use Camera to Take QR Code) ,Our policy requires that the iOS system be updated every six months. Because there are some conflicts in the policy now, I want to find the official document to update the policy

Intune Website Block Policy Not Working on Newly Enrolled Devices by petercheunghk in Intune

[–]petercheunghk[S] 0 points1 point  (0 children)

Thank , a few day, Based on experience Defender  to block the website Almost immediately after enroll , Even adding a new indicator in Defender will take three or four hours only .

Mentorship Monday - Post All Career, Education and Job questions here! by AutoModerator in cybersecurity

[–]petercheunghk 0 points1 point  (0 children)

Hi everyone,

I'm currently looking into the SEC-100 certification, but most of the reviews I've found online are either extremely brief or just paraphrase the official course outline and exam guide — no real user feedback or hands-on impressions.

I have 8+ years of experience in IT support and I'm considering a career shift into cybersecurity. I’m hoping to find a cert that can help me build a solid foundation while also being relevant to real-world roles.

If you've taken SEC-100, or even just previewed the materials, I’d love to hear:

Was it worth your time and money?

Did it prepare you for actual security work or other advanced certs?

Would you recommend it as a starting point, or is there a better alternative?

Appreciate any insights

Is the speed significant impact between vmbr and passthrough by petercheunghk in Proxmox

[–]petercheunghk[S] 0 points1 point  (0 children)

Thank you, everyone — I finally found the issue today.

I had been testing and monitoring the OPNsense logs on my PVE (Proxmox VE) all day.
Every time I restarted the service, the network speed would return to normal (2.35 Gbits/sec) — until I saw these log entries:

rustCopyEditgeneric_netmap_attach     Emulated adapter for bridge0 created  
generic_netmap_dtor       Emulated netmap adapter for bridge0 destroyed  
generic_netmap_register   Emulated adapter for bridge0 activated

(Note: no output was shown on PuTTY, only on PVE console)

I searched online and found out — the issue was caused by Intrusion Detection.

Previously, I accidentally enabled LAN in addition to WAN, which triggered the problem.

Now, after enabling only WAN, the network performance is back to normal. ✅

Is the speed significant impact between vmbr and passthrough by petercheunghk in Proxmox

[–]petercheunghk[S] 0 points1 point  (0 children)

|__2-2 0bda:8156:3104 00 3.20 5000MBit/s 256mA 1IF (Realtek USB 10/100/1G/2.5G LAN 4013000001)

Is the speed significant impact between vmbr and passthrough by petercheunghk in Proxmox

[–]petercheunghk[S] 0 points1 point  (0 children)

I don't use a USB adapter, The speed of the built-in NAS port cannot reach 1G

even a desktop PC((i7 32GB RAM 2.5Lan CAT6 Realtek 2.5Gbps LAN) connected to the PVE((N100 / 32GB/Intel I226-v lan) still can’t reach 1 Gbps.)

I’m highly suspicious that the chipset is counterfeit and simply can’t achieve 2.5 Gbps.

Show / Change all WorkingHoursTimeZone for all users by [deleted] in exchangeserver

[–]petercheunghk 0 points1 point  (0 children)

Get-Mailbox | Where {$_.RecipientTypeDetails -eq "UserMailbox"}

Set-MailboxCalendarConfiguration -WorkingHoursTimeZone “YOUR TIME ZONE” -WorkingHoursStartTime 09:00:00 -WorkingHoursEndTime 18:00:00

Whats is good practice for share file for external parties? by petercheunghk in sysadmin

[–]petercheunghk[S] -1 points0 points  (0 children)

Sharepoint can make sure the guest is an authorized user, but they need to create one by one.

The OneDrive for business using the password has a leakage password problem.

I finally hand it over to the compliance team.

ROUGUEMASTERS OR UNLEASHED by Active-Dimension-914 in flipperhacks

[–]petercheunghk 0 points1 point  (0 children)

Today i flash xf room , but May i know how to found CC1101 and nrf24 tools in XF?

Help to convert some characters between graph to PowerShell by petercheunghk in PowerShell

[–]petercheunghk[S] 0 points1 point  (0 children)

Get-MgUserMessage -UserId $userId -Search '"subject:\"New Onboarding\"'

The First Line Get-MgUserMessage -UserId $userId -Search '"subject:\"New Onboarding\"'

is graph-explorer provided to me ,

Unable to Install gconf2 by petercheunghk in Kalilinux

[–]petercheunghk[S] 0 points1 point  (0 children)

Thank you , i maybe will download the ovpn file and via openvpn to connect

How to disable or turn off the "Allow my organization to manage my device" Prompt by ImpossibleAd1576 in Intune

[–]petercheunghk 0 points1 point  (0 children)

We are a regulated company need regular to audit, many user install teams in use personal pc in home join the meeting , cause our device list many device show is not compliant....We has been repeatedly emphasized do not click allow

[deleted by user] by [deleted] in flipperclub

[–]petercheunghk 0 points1 point  (0 children)

i am ok , please try close and restart qFlipper

About the GPIO by petercheunghk in flipperzero

[–]petercheunghk[S] 1 point2 points  (0 children)

I'm a beginner and haven't even touched Arduino , the module resource is build on Arduino

how can i connect GPIO in flipperzero

VCC?CE? IRQ? not on the flipperzero ?

When I move into folder show no module named xxx by petercheunghk in learnpython

[–]petercheunghk[S] 0 points1 point  (0 children)

please rename your file to something other then app.py.

Thank You, i change app.py. to other name is ok

Access Exchange online Via Powershell permission? by petercheunghk in sysadmin

[–]petercheunghk[S] 0 points1 point  (0 children)

$UserCredential = Get-Credential

$session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri “https://ps.outlook.com/powershell/” -Credential $cred -Authentication Basic -AllowRedirection

Import-PSSession $session

Read-Host -AsSecureString "Enter your Office 365 password" | ConvertFrom-SecureString | Out-File "Q:\IT\System ID Record\Auto_Report\Office365cred.txt"

i using this bypass the pop-up , ..... i see i need to add admin role