PowerShell tips – part 006.

You can test connectivity with the PowerShell administrator mode by using the next commands:

Let’s start with Test-NetConnection command.
This command displays diagnostic information for a connection.
Depending on the input you can test ping test, TCP test, route tracing, and route selection diagnostics and also get info about DNS lookup results, a list of IP interfaces, IPsec rules, route/source address selection results.
The next command is Test-WSMan return the WinRM service is running on a local or remote computer.
The last command from my examples is about PSVersion and show us the version of PowerShell.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.