Skip to content

Commit

Permalink
Merge pull request #500 from savchenko/fix-unified-telemetry-firewall
Browse files Browse the repository at this point in the history
Update Sophia.psm1
  • Loading branch information
farag2 committed Jun 11, 2023
2 parents 1ec329d + e5acd62 commit aa233d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ function DiagTrackService
Get-Service -Name DiagTrack | Set-Service -StartupType Disabled

# Block connection for the Unified Telemetry Client Outbound Traffic
Get-NetFirewallRule -Group DiagTrack | Set-NetFirewallRule -Enabled False -Action Block
Get-NetFirewallRule -Group DiagTrack | Set-NetFirewallRule -Enabled True -Action Block
}
"Enable"
{
Expand Down

0 comments on commit aa233d9

Please sign in to comment.