-
In Sophia.psm1: # Block connection for the Unified Telemetry Client Outbound Traffic
Get-NetFirewallRule -Group DiagTrack | Set-NetFirewallRule -Enabled False -Action Block Which doesn't make sense as the disabled rule won't block the connection. Shouldn't it be: Get-NetFirewallRule -Group DiagTrack | Set-NetFirewallRule -Enabled True -Action Block ? |
Beta Was this translation helpful? Give feedback.
Answered by
farag2
Jun 11, 2023
Replies: 1 comment 1 reply
-
Hm, it seems you're right. :) Could you create a general PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
farag2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hm, it seems you're right. :) Could you create a general PR?
And hi. 🐱 I didn't think you had wanted to dig into the code.