-- PowerShell

powershell로 ping 테스트

어린왕자악꿍 2011. 8. 17. 11:49

$objPing = Get-WmiObject Win32_PingStatus -Filter "Address='localhost'"

Write-Host "Ping Result : $($objPing.StatusCode)"