xray-configs/nettest.ps1

3 lines
120 B
PowerShell

Get-CimInstance Win32_Process |
Where-Object { $_.Name -like "*winws*" } |
Select-Object -ExpandProperty CommandLine