검색결과 리스트
ping에 해당되는 글 1건
- 2011.08.17 powershell로 ping 테스트
글
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
$objPing = Get-WmiObject Win32_PingStatus -Filter "Address='localhost'"
Write-Host "Ping Result : $($objPing.StatusCode)"
'-- PowerShell' 카테고리의 다른 글
Encrypt all stored procedures with powershell (0) | 2012.09.03 |
---|---|
powershell로 이벤트로그와 프로세스 구하기 (0) | 2011.08.17 |
PowerShell로 웹소스 가져오기 (0) | 2011.08.17 |
zip파일 다루기 (0) | 2011.08.16 |
복수 개의 파일의 내용을 변경 (0) | 2011.08.16 |
RECENT COMMENT