We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e90591 commit 887abdfCopy full SHA for 887abdf
1 file changed
diagnostics/collect-networking-logs.ps1
@@ -30,7 +30,7 @@ if (Test-Path $wslconfig)
30
if ($RestartWslReproMode)
31
{
32
# The WSL HNS network is created once per boot. Resetting it to collect network creation logs.
33
- # Note: The below commands apply only for WSL in NAT mode
+ # Note: The below HNS commands apply only to WSL in NAT mode
34
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL'} | Remove-HnsNetwork
35
Get-HnsNetwork | Where-Object {$_.Name -eq 'WSL (Hyper-V firewall)'} | Remove-HnsNetwork
36
0 commit comments