Net is a powerful cmd tool which is used
to see the stat of network. This command provide information about
active connection. This command is used to view or update network
settings.
It is used to view only the services that are started using the following versions of this command
1. net stop server ( when the server is currently not running any service).
2. net start server (when the server is being starting a service).
3. net start (This command is used to check the services that are currently running).
4. For connecting to shared network devices use the following command.
net use m:sharedservername (for connecting to share network drives).
net use m:sharedservername/delete (for disconnecting to share network drives).