mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
get udp endpoints
This commit is contained in:
parent
2d31b04229
commit
e6ee234f1f
@ -113,6 +113,12 @@ function Collect-WindowsNetworkState {
|
||||
Get-VMSwitch | select Name,Id,SwitchType | Out-File -FilePath "$folder/Get-VMSwitch_$ReproStep.log" -Append
|
||||
}
|
||||
catch {}
|
||||
|
||||
try
|
||||
{
|
||||
Get-NetUdpEndpoint | Out-File -FilePath "$folder/Get-NetUdpEndpoint_$ReproStep.log" -Append
|
||||
}
|
||||
catch {}
|
||||
}
|
||||
|
||||
$folder = "WslNetworkingLogs-" + (Get-Date -Format "yyyy-MM-dd_HH-mm-ss")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user