CusrMgr Main Topic | Next

CusrMgr Syntax


One Stepcusrmgr -u UserName [-m \\ComputerName] [{-r UserName | -d NewUserName}] [{-p | -P Password}] [-rlg OldGroupName NewGroupName] [-rgg OldGroupName NewGroupName] [-alg LocalGroupName] [-agg GlobalGroupName] [-dlg LocalGroupName] [-dgg GlobalGroupName] [-c Comment] [-f FullName] [-U UserProfile] [-n LogonScript] [-h HomeDir] [-H HomeDirDrive] [{+s | -s} Property]

Where:

-u UserName
specifies the user account on which to perform the operation. This switch is case-sensitive: it takes a lower-case u.
-m \\ComputerName
specifies the name of the computer (machine) on which to perform the operation. The default is the local computer.

User Functions

-r UserName
renames user specified with -u to NewUserName.
-d UserName
deletes user UserName.

Resetting Password Functions

-p
sets a random password. This switch is case-sensitive: it takes a lower-case p.
-P Password
sets password to Password. This switch is case-sensitive: it takes a capital P.

Group Functions

-rlg OldGroupName NewGroupName
renames local group OldGroupName to NewGroupName.
-rgg OldGroupName NewGroupName
renames global group OldGroupName to NewGroupName.
-alg LocalGroupName
adds user specified by -u UserName to local group LocalGroupName.
-agg GlobalGroupName
adds user specified by -u UserName to global group GlobalGroupName.
-dlg LocalGroupName
deletes user specified by -u UserName from local group LocalGroupName.
-dgg GlobalGroupName
deletes user specified by -u UserName from global group GlobalGroupName.

SetProperties Functions

-c Comment
sets Comment property to Comment.
-f FullName
sets FullName property to FullName.
-U UserProfile
sets UserProfile property to UserProfile. This switch is case-sensitive: it takes a capital U.
-n LogonScript
sets LogonScript property to LogonScript.
-h HomeDir
sets HomeDir property to HomeDir. This switch is case-sensitive: it takes a lower-case h.
-H HomeDirDrive
sets HomeDirDrive property to HomeDirDrive. This switch is case-sensitive: it takes a capital H.
+s Property
sets property Property, where Property can be any of the following properties:
-s Property
resets any of the properties that can be set with +s.

Return Value

CusrMgr returns 0 on success.