Quantcast
Channel: DDLS Blog » powershell
Viewing all articles
Browse latest Browse all 13

How to ping a port with PowerShell

$
0
0
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 […]

Viewing all articles
Browse latest Browse all 13

Trending Articles