Which of the following commands shows you all of the network services running on Windows-based servers?
Which of the following commands shows you all of the network services running on Windows-based servers?
The correct command to show all the network services running on Windows-based servers is 'Net config'. This command provides configuration information and status of various network services running on a system. The other options, such as 'Netstart', 'Net Session', and 'Net use', do not provide a comprehensive list of network services. 'Netstart' is not a valid command, 'Net Session' displays information about sessions with other computers, and 'Net use' is used to connect to and disconnect from a shared resource.
netstat
The net command with start parameter will show you up all the running services, including network ones. https://ss64.com/nt/net-service.html netstat with no parameters displays active TCP connections. https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat
Netstart - Looks for all the started network connections