PC Management Commands

Top  Previous  Next

 

Adding:

 

  ADD COMPUTER computerIP [/port=8081] ["/desc=John Doe's PC"] [/WOL]

    [/rdp=3389] ["/rdpcmd=c:\windows\notepad.exe"] ["/rdpdir=c:\users"]

    [rdpukbd=True|False]

 

    computerIP  Specifies the computer IP

    port              Specifies the port for ThinVNC. Inform zero if ThinVNC is disabled

    desc              Specifies the Description for the new computer

    wol                Specifies if WakeUp-On-LAN is enabled for this computer

    rdp                Specifies the port for RDP. Inform zero if RDP is disabled

    rdpcmd          Starts this program on connection (only for Windows Server versions)

    rdpdir          Starts the program on this folder

    rdpukbd        Specifies the Unicode Keyboard option for this computer

 

 

Listing:

 

LIST COMPUTER [computerName/*]

 

 computerName   Specifies the name of the computer to be listed

 

Deleting:

 

DELETE COMPUTER [computerName/*]

 

 computerName   Specifies the name of the computer to be deleted

 

Granting Users to access a PC:

 

GRANT COMPUTER computerName Computer1 Computer2 ... ComputerN

 

  computerName      Specifies the name of the computer to give access to

    user(1..N)     Specifies the usernames that will have access to this PC

 

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

 

Installing ThinVNC on a remote computer:

 

    INSTALL COMPUTER ComputerName [/ssl=True] [/port=8081] [/upnp=True]

       [/remoteuser=MyDomain\AdminAcount /remotepassword=adminpassword]

       [/auth=Digest /user=admin /password=admin]

       [/auth=NTLM "/users=MyDomain\JDoe;MyDomain\JSmith"]

 

computerName Specifies the name of the computer to be installed.

ssl                    Specifies if ThinVNC will use the HTTPS protocol.

port                  Specifies the ThinVNC port.

upnp                  Specifies if UPnP will be enabled for this computer.

 

remoteuser and

remotepassword are required for remote install. These credentials must be valid in the remote computer.

 

auth       "Digest" | "NTLM" | "None".   The default is None.

               When Digest: specify the user and password needed to login to this computer.

               When NTLM : specify the users that can login to this computer.