Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* Ping送信 - Test-Connection [#q0c23aec]
$ips = @('192.168.0.1','192.168.0.2','mypc1')
$max = 10; while ($max--) { foreach ($ip in $ips) { Test...
*** Test-Connectionの注意点 [#c42bde79]
- システムに負担が掛かり、遅い。
- したがって、長時間実行する場合は、Test-Connectionコマン...
- ping.exeの機能が足りない場合は、Sysinternalsのpsping.ex...
** 参考 [#j8562c38]
- https://msdn.microsoft.com/en-us/powershell/reference/5...
- http://stknohg.hatenablog.jp/entry/2016/06/16/231239
終了行:
* Ping送信 - Test-Connection [#q0c23aec]
$ips = @('192.168.0.1','192.168.0.2','mypc1')
$max = 10; while ($max--) { foreach ($ip in $ips) { Test...
*** Test-Connectionの注意点 [#c42bde79]
- システムに負担が掛かり、遅い。
- したがって、長時間実行する場合は、Test-Connectionコマン...
- ping.exeの機能が足りない場合は、Sysinternalsのpsping.ex...
** 参考 [#j8562c38]
- https://msdn.microsoft.com/en-us/powershell/reference/5...
- http://stknohg.hatenablog.jp/entry/2016/06/16/231239
ページ名: