The USER mode only works on servers (machines
that have the Server service running). This mode uses the following syntax:
NET USER [username [password | *] [options]] [/DOMAIN]
NET USER username {password | *} /ADD [options] [/DOMAIN]
NET USER username [/DELETE] [/DOMAIN]
NET USER username [/TIMES:{times | ALL}]
The following list describes each of the command line arguments.
username Specifies the name of the user account that you want to add, delete, modify, or view.
The user account name can contain up to 20 characters.
password Specifies the password used to access the user account. A password must satisfy all
logon requirements for the machine, including the minimum and maximum length requirements
set with the Net Accounts command. A password can contain up to 14 characters.
* Produces a prompt for the password. The system displays a dialog box that shows the password
as a series of asterisks instead of using cleartext at the command line. Using this feature
can help you maintain the security of passwords used on your system.
/DOMAIN Performs the requested task on the domain controller of the current domain instead
of the local machine.
Pages:
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700