Archive for November 27th, 2007



Working with Username and Password, using net user command

The following example shows the syntax of the net user command:
net user [username [password | *] [options]] [/domain]
username {password | *} /add [options] [/domain]
username [/delete] [/domain]
You can use the net user command to create and modify user […]