Tag Archives: udp

Querying UDP Ports with PowerShell: Part 2

In my previous post on working with UDP ports and PowerShell I showed you how you can set up listeners on both your local and remote systems to send and receive data through those ports.  While this is a great … Continue reading

Posted in powershell, scripts | Tagged , , | 1 Comment

Querying UDP Ports with PowerShell

It was brought to my attention earlier in the week that my Test-Port script had a fairly big bug involving checking the UDP port to determine whether it was open or not. Initially, the function would always come back with … Continue reading

Posted in powershell, scripts | Tagged , , , | 6 Comments