User Management Commands

Top  Previous  Next

 

Adding:

 

ADD USER username "/name=John Doe" /password=secret [/admin] [/disabled]

 

 username   Specifies the username that will identify the new user

 name           Specifies the Full Name for the new user

 password Specifies the Password for a non-WinLogon user

 admin         User can administrate ThinVNC

 disabled   User can not login in ThinVNC

 

 

ADD USER MyDomain\userName "/name=John Doe" [/admin] [/disabled]

 

 username   Specifies the username that will identify the new user

 name           Specifies the Full Name for the new user

 admin         User can administrate ThinVNC Access Point

 disabled   User can not login in ThinVNC Access Point

 

Listing:

 

LIST USER [username/*]

 

 username   Specifies the username of the user to be listed

 

Deleting:

 

DELETE USER [username/*]

 

 username   Specifies the username of the user to be deleted

 

Grating Permissions to access PC's:

 

GRANT USER username Computer1 Computer2 ... ComputerN

 

  username              Specifies the username to be granted with the permissions

    computer(1..N) Specifies the allowed computers, replacing the old ones

 

IMPORTANT: If you don't specify any computer with this command, the user permissions will be set to none.