Parameter
|
Abbreviation
|
Use
|
---|---|---|
user
|
us
|
Manage the Restricted User account
|
userpassword
|
up
|
Manage the Restricted User password
|
Command
|
Parameter
|
Description
|
||
---|---|---|---|---|
set
user
|
Display the the Restricted User account status
For example, type:
SLCmd.exe -p <admin_password> set user
|
|||
enable
|
Enable the Restricted User account
For example, type:
SLCmd.exe -p <admin_password> set user enable
|
|||
disable
|
Disable the Restricted User account
For example, type:
SLCmd.exe -p <admin_password> set user disable
|
|||
set
userpassword
|
Prompt the currently logged on administrator to specify a new
Restricted User account password
For example, type:
SLCmd.exe -p <admin_password> set userpassword
|
|||
<new_password>
|
Change the Restricted User account password to the newly specified
password
For example, type:
SLCmd.exe -p <admin_password> set userpassword P@ssW0Rd
|