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