Net commands Flashcards
net
Execute the net command alone to show information about how to use the command which, in this case, is simply a list of the net subset commands.
accounts
The net accounts command is used to set password and logon requirements for users. For example, the net accounts command can be used to set the minimum number of characters that users can set their password to. Also supported is password expiration, minimum number of days before a user can change their password again, and the unique password count before the user can use the same old password.
computer
The net computer command is used to add or remove a computer from a domain
config
Use the net config command to show information about the configuration of the Server or Workstation service.
continue
The net continue command is used to restart a service that was put on hold by the net pause command.
file
Net file is used to show a list of open files on a server. The command can also be used to close a shared file and remove a file lock.
group
The net group command is used to add, delete, and manage global groups on servers.
localgroup
The net localgroup command is used to add, delete, and manage local groups on computers.
pause
The net pause command puts on hold a Windows resource or service.
session
The net session command is used to list or disconnect sessions between the computer and others on the network.
share
The net share command is used to create, remove, and otherwise manage shared resources on the computer.
start
The net start command is used to start a network service or list running network services.
statistics
Use the net statistics command to show the network statistics log for the Server or Workstation service.
stop
Net time can be used to display the current time and date of another computer on the network.
use
The net use command is used to display information about shared resources on the network that you’re currently connected to, as well as connect to new resources and disconnect from connected ones.
In other words, the net use command can be used to show the shared drives you’ve mapped to as well as allow you to manage those mapped drives.