Adding a User ID (Adduser.exe)

The following examples add a user ID of test01.

Adduser -h myhost.com -u test01 -n "ms test" -p yourpass

Adduser -u test01 -n "mr test" -p nopass

Adduser -u test01

Adduser test 01