Avaya S8100 User Manual

Page of 408
G
GAS commands in bash
Other commands
S8100 Installation and Upgrades
335
November 2003
net user commands
The net user commands manipulate Windows 2000 level logins on the S8100 system and can be used to 
add new logins, change passwords on existing logins, or simply to enable/disable existing Windows 2000 
accounts.
To add a new user, execute the following command from a bash shell:
net user username password
To change the password of an existing login, execute the following command from a bash shell:
net user username newpassword
To enable an existing login that is disabled, execute the following command from a bash shell:
net user username /active