powershell로 ping 테스트

-- PowerShell 2011. 8. 17. 11:49
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

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

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

posted by 어린왕자악꿍