در سرور مبداء windows powershell ise را باز کرده و کد زیر را اضافه کرده و run کنید $path = 'C:\log.txt' $ip = '192.168.30.65' $port = '1433' while(1) { $s= 0 if(!(test-netconnection $ip -port $port | ? {$_.tcptestsucceeded})) { $s="$ip`:$port was down in :" ($s | out-string) | out-file -append $path -force (get-date | out-string) | out-file -append $path -force while(!(test-netconnection $ip -port $port | ? {$_.tcptestsucceeded})) { } } if($s -eq رفع خطای this could be due to credssp encryption در ریموت دسکتاپ
مفاهيم اوليه شبكه
تست قطعی شبکه با پاورشل
| ,port ,{ ,out ,s ,ip ,| out ,| { ,{ tcptestsucceeded} ,port | ,port port
درباره این سایت