Test-connection using PowerShell
A quick connectivity test to a remote computer:
if(test-connection $computer -count 1 -quiet){ <#Do this#> }
else { <#Do that#> }
Written by gexos
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Powershell
Authors
Related Tags
#powershell
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#