power shell 测试网络-和多地址测试网络

1-测试网络 

Test-connection -computername 172.28.2.28   

返回的结果

power shell  测试网络-和多地址测试网络

 

 

测试多地址

test-connection -computername 172.28.2.28  172.28.2.29

  

静默测试网络

test-connection -computername 172.28.2.28 -quiet

  

文件夹测试网络

$host  =  cat "c:\tmp\hosts.txt"

test-connection -computername (get-content $host) -erroraction silentlycontineue  

  

 

上一篇:Eigen编译_Eigen向量化_内存对齐 EIGEN_MAKE_ALIGNED_OPERATOR_NEW


下一篇:windows10 环境下忘记enkins密码处理方法