#powershell 监控, 重启网卡 一台Windows服务器,由于负荷较大,偶尔会网络中断,就写了个powershell脚本,监控ip是否通,不通就重启网卡 cls $host.UI.RawUI.WindowTitle = '--VM监控--' $host.UI.RawUI.ForegroundColor='Green' #version V1.3.9 #t1间隔时间s $t1=5 $log='C:\Router.log.txt' #region $nu=0 $n1="##########…