From af816aed1ee2064a538de3d2b75adfec5e29d64f Mon Sep 17 00:00:00 2001 From: Brandon <74426342+Brandonbr1@users.noreply.github.com> Date: Thu, 26 Aug 2021 07:09:47 -0700 Subject: [PATCH] Update block-telemetry.ps1 --- scripts/block-telemetry.ps1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/scripts/block-telemetry.ps1 b/scripts/block-telemetry.ps1 index f050685..eaf74d3 100644 --- a/scripts/block-telemetry.ps1 +++ b/scripts/block-telemetry.ps1 @@ -205,6 +205,7 @@ foreach ($domain in $domains) { Write-Output "Adding telemetry ips to firewall" $ips = @( + #Windows telemetry "134.170.30.202" "137.116.81.24" "157.56.106.189" @@ -217,6 +218,25 @@ $ips = @( "65.52.108.33" # Causes problems with Microsoft Store "65.55.108.23" "64.4.54.254" + #nivida telemetry + "8.36.80.197" + "8.36.80.224" + "8.36.80.252" + "8.36.113.118" + "8.36.113.141" + "8.36.80.230" + "8.36.80.231" + "8.36.113.126" + "8.36.80.195" + "8.36.80.217" + "8.36.80.237" + "8.36.80.246" + "8.36.113.116" + "8.36.113.139" + "8.36.80.244" + "216.228.121.209" + + ) Remove-NetFirewallRule -DisplayName "Block Telemetry IPs" -ErrorAction SilentlyContinue New-NetFirewallRule -DisplayName "Block Telemetry IPs" -Direction Outbound `