powershell로 ping 테스트 -- PowerShell

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

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


덧글

댓글 입력 영역