您想学习如何使用 Powershell 通过 ICMP Ping 执行网络测试吗? 在本教程中,我们将向您展示如何使用Powershell通过命令行ping远程计算机。

• Windows 2012 R2
• Windows 2016
• Windows 2019
• 视窗 2022
• Windows 10
• 视窗 11

设备列表

在这里,您可以找到用于创建本教程的设备列表。

此链接还将显示用于创建本教程的软件列表。

相关教程 - 电源壳

在此页上,我们提供对与 PowerShell 相关的教程列表的快速访问。

教程 Powershell - ICMP PING

启动电源壳命令行。

Start Powershell

使用 Powershell Ping 计算机。

Copy to Clipboard

下面是命令输出。

Copy to Clipboard

使用 Powershell Ping 多个设备。

Copy to Clipboard

下面是命令输出。

Copy to Clipboard

执行静默 Ping。

Copy to Clipboard

Ping 到文本文件中的 IP 列表。

Copy to Clipboard

Ping 作为后台作业。

Copy to Clipboard

检查后台作业的状态。

Copy to Clipboard

获取后台作业的结果。

Copy to Clipboard

祝贺! 您可以使用Powershell执行Ping。