Here is a utility function that I wrote to ping a given port on a specified computer. I found it useful as an easier way to check to see if a particular service or function, such as SQl or IIS, is running. <# .SYNOPSIS Test-PortConnection 'pings' a specific port on […]
↧