DEACTIVATEUSER

Description

Deactivates a licensed user.

Usage

cm deactivateuser | du <usr_name>[ ...] [--server=<name:port>] [--nosolveuser]

Options

Option / ArgumentDescription
--serverDeactivates the user on the specified server. If no server is specified, executes the command on the one configured on the client.
--nosolveuserWith this option, the command will not check whether the user name exists on the authentication system. The <usr_name> must be a user SID.
usr_nameThe user name(s) to deactivate. Use a whitespace to separate user names. If SID, then '--nosolveuser' is required.

Help

Remarks

This command sets a user to inactive, disabling the usage of Unity VCS for that user.

See the 'cm activateuser' command for more information about activating Unity VCS users.

This command checks whether the user exists on the underlying authentication system (e.g. ActiveDirectory, LDAP, User/Password...). To force the deactivation of a user that no longer exists on the authentication system, you can use the '--nosolveuser' option.

Examples

cm deactivateuser john

cm du peter "mary collins"

cm deactivateuser john --server=myserver:8084

cm deactivateuser S-1-5-21-3631250224-3045023395-1892523819-1107 --nosolveuser