@samitouri / QOSAMI-WSL / commits / bdf87731

add firewall profile powershell

Catalin-Emil Fetoiu committed Oct 24, 2023 at 12:08 UTC bdf8773159c0ed5ab2194c6607992266792276bc
1 file changed +6
diagnostics/collect-networking-logs.ps1
+6
@@ -176,6 +176,12 @@ try
176 }
177 catch {}
178
179 +try
180 +{
181 + Get-NetFirewallProfile -PolicyStore ActiveStore | Out-File -FilePath "$folder/Get-NetFirewallProfile_ActiveStore.log" -Append
182 +}
183 +catch {}
184 +
185 try
186 {
187 Get-NetFirewallHyperVPort | Out-File -FilePath "$folder/Get-NetFirewallHyperVPort.log" -Append