Often users have connection issues, and demand quick solutions to return to work, and access remote folders and applications.
The command below shows the status of the avilable connections:
netsh interface show interface
Show all the current connections and status.
netsh interface show interface |findstr /C:”Wi-Fi” /C:”Ethernet”
For a more granular approach.
The second most useful command is PING, it allows the packet delivery to be checked.
The script below allows the test and troubleshooting of the internet connection: