netstat -ano
Get-NetTCPConnection | Where-Object {$_.State -eq "Listen"}
Get-NetUDPEndpoint
tasklist /svc
Get-Process
Get-Process | Where-Object {$_.UserName -like "*SYSTEM*"}
pipelist.exe /accepteula
gci \\.\pipe\
accesschk.exe /accepteula \\.\Pipe\<pipename> -v
accesschk.exe /accepteula \pipe\* -v
accesschk.exe -w \pipe\* -v
accesschk.exe -accepteula -w \pipe\<pipename> -v
Get-Service
Get-Service | Select-Object Name, StartType, Status