Skip to content

Instantly share code, notes, and snippets.

@ciphertxt
Created October 27, 2014 00:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ciphertxt/7ad25f8f806744dab1ed to your computer and use it in GitHub Desktop.
Save ciphertxt/7ad25f8f806744dab1ed to your computer and use it in GitHub Desktop.
Test a server for connectivity without PING
# From http://blogs.technet.com/b/heyscriptingguy/archive/2014/10/25/powertip-test-connectivity-to-remote-servers-without-ping.aspx
# Test a server for connectivity without PING
's1','s2' | % {Test-Wsman $_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment