win32_pingstatus doesn't work,,
@ RAJA
Technology Tips and News
win32_pingstatus doesn't work,,
@ RAJA
Hi,
This works:
Get-WmiObject Win32_PingStatus -Filter "Address='PCNAME'"
http://lantoolbox.com/articles/performing-networking-tasks-pinging-from-powershell/
Any reason you're not using Test-Connection instead though?
That works, great
thanks Mike,
@@Raja