Item

Description

 

 

 

->remove user steve

 

Removes a specific user by name

 

 

 

->remove user *

 

Removes all users

 

 

Item

Description

 

 

set user

Modify attributes of an existing user

 

 

Syntax

set user <username> [<one or more user properties>]

 

 

Properties:

 

 

 

UserName

The new name of the user

 

 

Password

The new password of the user can be entered as clear text in the command or as

 

a masked string at the prompt. If the Password value is blank, the user is

 

prompted to enter the password at the prompt.

 

 

FullName

The full name of the user

 

 

ContactInfo

Contact information for the user

 

 

Enabled

Enables or disables the user [true false]

 

 

Privileges

The allowed privileges for the user (optional). Privileges can be any combination

 

of "domain", "server", "network", "storage" separated by commas.

 

 

Examples:

 

 

 

 

->set user steve Password=fgY87hHl

 

Modifies an existing user's password

 

 

 

->set user steve Password

 

Modifies an existing user's password, masked, at the prompt

 

 

 

->set user bill Password=HGtwf7272562

 

Privileges="domain,network" FullName="Bill Johnson"

 

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>]

 

 

Properties:

 

 

 

Privileges

The allowed privileges for the user, which can be any combination of "domain",

 

"server", "network", or "storage" separated by commas

 

 

FullName

The full name of the user

 

 

ContactInfo

Contact information for the user

 

 

Enabled

Specifies if the user is enabled or disabled

 

 

Examples:

 

 

 

 

->show user

 

Displays a listing of all existing users

 

 

Command line 33