PowerShell 技能连载 - 创建快速的 Ping(第二部分)
在前一个技能中我们演示了如何用 WMI 以指定的超时值 ping 计算机。WMI 还可以做更多的事:它可以迅速 ping 多台计算机,不过语法有一点另类。
以下是如何 ping 多台计算机:
1 | # ping the specified servers with a given timeout (milliseconds) |
PowerShell 技能连载 - 创建快速的 Ping(第二部分)
http://blog.vichamp.com/2018/02/16/creating-highspeed-ping-part-2/