Powershell BLOG
Check Citrix Ports Powershell
Hi Folks, I’ve been using this script to check HDX ports for Citrix but pretty much can be used in any situation you want to check a remote port on a server either TCP or UDP. function Check-Port{ <# .SYNOPSIS Tests port on a remote server. .PARAMETER UDPTimeOut Sets a Read more…