PowerShell: Test-NetConnection
Examples:
Test-NetConnection www.example.com
Test-NetConnection -ComputerName www.example.com -InformationLevel Detailed
Test-NetConnection -ComputerName www.example.com | Select-Object -ExpandProperty PingReplyDetails | Format-Table Address, Status, RoundTripTime
No comments:
Post a Comment