TSplus Command lines (TSplus v14.50.2.4) to run in Administrator mode :
Web server
- AdminTool.exe /webstop (stops the TSplus web server)
- AdminTool.exe /webstart (starts the TSplus web server)
- AdminTool.exe /webrestart (reboots the TSplus web server)
Backup (https://docs.terminalserviceplus.com/tsplus/advanced-backup-database):
- AdminTool.exe /backup
- AdminTool.exe /restore
Printer service
- net stop spooler (stop the spooler)
- net start spooler (start the spooler)
Volume Licensing (Volume License administration guide):
- AdminTool.exe /vl
- AdminTool.exe /proxy
Installation
- Setup-TSPlus.exe /VERYSILENT /NORESTART
- UpdateRelease.exe /VERYSILENT /NORESTART
- "C:\Program Files (x86)\TSplus\UserDesktop\files\AdminTool.exe" /update
You can add a "/addons" if you want to update addons as well, and then update silently, these parameters are enough.
Installation of the Connection client
- Setup-ConnectionClient.exe /VERYSILENT /CURRENTUSER
- Setup-ConnectionClient.exe /VERYSILENT /ALLUSERS
If you don't use either /CURRENTUSER or /ALLUSERS, the silent installation won't work.
In details : as we use InnoSetup, the list of available commands are listed here :
https://jrsoftware.org/ishelp/index.php?topic=setupcmdline
Web credentials via a command line:
On the Windows Start Menu, on the execute field, type in: 'cmd.exe'
(or in Programs/Accessories > 'Windows Power Shell')
Then, in order to go to the right folder,
type: cd "C:\Program Files (x86)\TSplus\UserDesktop\files",
then press Enter to validate
To add a new Web Credential, type:
AdminTool.exe /webcredentials-add your_web_login your_web_password your_windows_login your_windows_password maximum_concurrent_sessions
To add a blank credential,
type two double quotes: "" to indicate a blank text.
To delete a web credential,
type: AdminTool.exe /webcredentials-remove your_web_login