PowerShell Networking & Web Base Windows

Test-NetConnection

Esegue test diagnostici completi di connettività TCP, Ping e risoluzione DNS (Ping + Telnet moderno).

Sintassi del comando
>_Test-NetConnection [[-ComputerName] <String>] [-Port ___TKN_ARG_1___] [-InformationLevel ___TKN_ARG_2___]
#network #ping #port-check #powershell

Descrizione & Funzionamento

Cmdlet potentissimo per verificare se una porta remota (es. porta 3306, 80, 443) è raggiungibile e aperta senza installare client Telnet aggiuntivi.