Instruction Manual

Command line 108
Item Description
ContactInfo=billj@company.com Enabled=true
Modifies several properties of an existing user
->set user tom privileges=*
Gives a user all privileges
Item Description
show user
Display user summary or user details.
Syntax
show user [<username|*>]
Parameter
UserName (optional)
Name of an existing user in the VC domain. If not specified, a summary of all users
is displayed. Use "*" to display detailed information for all users.
Examples
->show user
Lists all existing users
->show user steve
Displays details of an existing user by name
->show user *
Displays details of all existing users
user-security
Manage local user security settings.
Supported actions: help, set, show
Item Description
set user-security
Modify domain user security settings and enforce additional security requirements
for user passwords.
Syntax
set user-security [StrongPasswords=<Enabled|Disabled>]
[MinPasswordLength=<3-40>]
Properties
StrongPasswords
(optional)
Enables or disables strong password enforcement. If enabled, then new, local users
that are created are validated against the password characteristics specified. Valid
values include: "Enabled" and "Disabled".
MinPasswordLength
(optional)
The minimum password length allowed for new passwords when adding a new
user and when changing an existing password. The default value is 8.
Examples
->set user-security StrongPasswords=Enabled
Enables strong user password enforcement
->set user-security StrongPasswords=Disabled
Disables strong user password enforcement
->set user-security MinPasswordLength=10
Modifies the minimum password length
Item Description
show user-security
Display general domain user security settings.
Syntax
show user-security
Example
->show user-security