Skip to content

Lignes de commande

We are pleased to provide you with a comprehensive set of command-line tools designed to enhance the flexibility and efficiency of our software. These tools enable users to script and automate various functionalities, tailoring the software to meet their specific needs and workflows.

Explore las posibilidades y optimiza tu experiencia con nuestras opciones de línea de comandos.

You only have to run the following command lines as an elevated Administrator. As a reminder, AdminTool.exe and TwoFactor.Admin.exe (2FA addon) should be located here: C:\Program Files (x86)\TSplus\UserDesktop\files

Inhaltsverzeichnis


Backup-Daten und -Einstellungen: /backup

Syntax:

AdminTool.exe /backup [optionalPath] [parameters]

Descripción:

Befehl /backup is used to backup TSplus data and settings.

By default, the backup will be created in the archives directory (C:\Backupparam)

Parameter:

  • optionalPath to backup in another directory than the default one. Relative and absolute paths are allowed.
  • /silent si este parámetro se menciona, la copia de seguridad se realiza en silencio

Ejemplos:

AdminTool.exe /backup AdminTool.exe /backup “c:/TSplus/CustomBackupFolder” /silent

Pour plus d'informations, veuillez vous rendre sur TSplus - Paramètres de sauvegarde


Restaurar datos y configuraciones: /restore

Syntax:

AdminTool.exe /restore [backupPath] [parameters]

Descripción:

Befehl /restore is used to restore TSplus data and settings.

The specified backup directory must contain a data and a settings folder, as created by the /backup command.

Parameter:

  • backupPath le chemin où se trouve le dossier de sauvegarde à restaurer.
  • /silent si este parámetro se menciona, la restauración se realiza en silencio

Ejemplos:

AdminTool.exe /restore “C:/Backupparam” /silent AdminTool.exe /restore “C:/TSplus/CustomBackupFolder” /silent

Pour plus d'informations, veuillez vous rendre sur TSplus - Paramètres de sauvegarde


Webserver: /webstop , /webstart y /webrestart

Syntax:

AdminTool.exe /webstop

AdminTool.exe /webstart

AdminTool.exe /webrestart

Descripción:

Befehl /webstop se utiliza para detener el servidor web.

Befehl /webstart is used to start the Web server.

Befehl /webrestart se utiliza para reiniciar el servidor web.

Parameter:

None


Actualización: /update

Syntax:

AdminTool.exe /update [options]

Descripción:

Befehl update is used to update TSplus Remote Access and potentially Advanced Security.

Parameter:

  • [options] :
    • /addons si esta opción se utiliza, Advanced Security también se actualiza, si hay una nueva versión disponible.

Example:

AdminTool.exe /update /addons


Appliquer les mises à jour de compatibilité Windows : /updatekernel

Syntax:

svcac.exe /updatekernel [/silent]

svcac.exe sollte sich hier befinden: C:\Program Files (x86)\TSplus

Descripción:

Befehl /updatekernel se utiliza para aplicar actualizaciones de compatibilidad de Windows.

These automatic updates ensure that TSplus Remote Access remains compatible with new Windows updates and avoid the need to download and reinstall a newer version of TSplus Remote Access.

Windows compatibility updates can occur daily. TSplus Remote Access allows forced updating. This is useful when compatibility seems broken, and you need to retrieve the latest TSplus Remote Access patch outside of the regular update schedule.

Please note that a valid license is required to retrieve compatibility updates. If your trial license has expired or if your license is invalid, an error message box will be displayed. Please contact our support team with a screenshot of this error message if the issue is unexpected.

Parameter:

  • [/silent] Actualice silenciosamente proporcionando este parámetro. No se mostrará ningún cuadro de mensaje.

Install Universal Printer: /InstallUniversalPrinter

Syntax:

universalprintermanagement.exe /InstallUniversalPrinter

universalprintermanagement.exe se encuentra aquí: C:\Program Files (x86)\TSplus\UserDesktop\files

Descripción:

Befehl /InstallUniversalPrinter se utiliza para instalar Universal Printer.

This is a clean install as it removes existing Universal Printer if previously installed.

Parameter:

None

Vous pouvez également effectuer cette action manuellement, veuillez consulter Imprimante universelle


Remove UniversalPrinter: /RemoveUniversalPrinter

Syntax:

universalprintermanagement.exe /RemoveUniversalPrinter

universalprintermanagement.exe se encuentra aquí: C:\Program Files (x86)\TSplus\UserDesktop\files

Descripción:

Befehl /RemoveUniversalPrinter is used to uninstall Universal Printer.

Parameter:

None

Vous pouvez également effectuer cette action manuellement, veuillez consulter Imprimante universelle


Configure proxy server: /proxy /set

Syntax:

AdminTool.exe /proxy /set [parameters]

Descripción:

Befehl /proxy /set is used to configure a proxy server for Internet access.

Parameter:

  • /host the destination host can be a predefined value (“ie” or “none”) or a user-defined value (e.g: 127.0.0.1 or proxy.company.org). This parameter is mandatory
  • /port the port number used to connect to the proxy server. Required if the hostname value is a custom user-defined value.
  • /username el nombre de usuario para conectarse al servidor proxy. Esta configuración es opcional
  • /password la contraseña del usuario debe ser proporcionada si se ha definido un nombre de usuario. Sin embargo, su valor puede estar vacío.

Ejemplos:

AdminTool.exe /proxy /set /host proxy.company.org /port 80 /username dummy /password pass@word1

AdminTool.exe /proxy /set /host ie

Pour plus d'informations, veuillez vous rendre sur How to configure a Proxy Server for Internet Access?


Open Web Credentials form: /webcredentials

Syntax:

AdminTool.exe /webcredentials

Descripción:

Befehl /webcredentials lance dans une seule fenêtre l'interface Web Credentials (comme vous le feriez dans AdminTool > Web > Web Credentials).

Parameter:

None


Create Web Credentials: /webcredentials-add

Syntax:

AdminTool.exe /webcredentials-add [webLogin] [webPassword] [windowsLogin] [windowsPassword] [maximumConcurrentSessions]

Descripción:

Befehl /webcredentials-add is used to create Web Credentials (as you would do in AdminTool > Web > Web Credentials).

Parameter:

  • webLogin la connexion web que vous souhaitez créer.
  • webPassword the associated web password. It can be blank credential. For that, use double quotes "" to indicate a blank password
  • windowsLogin la connexion Windows de l'utilisateur correspondant.
  • windowsPassword la contraseña de Windows.
  • maximumConcurrentSessions (opcional): el número máximo de sesiones concurrentes para este usuario.

Example:

AdminTool.exe /webcredentials-add johndoe passwordABCD johnWinuser johnWinpassword 4

Pour plus d'informations, veuillez vous rendre sur Identifiants Web


Remove Web Credentials: /webcredentials-remove

Syntax:

AdminTool.exe /webcredentials-remove [webLogin]

Descripción:

Befehl /webcredentials-remove is used to remove an existing Web Credential (as you would do in AdminTool > Web > Web Credentials).

Parameter:

  • webLogin the web login you want to remove.

Example:

AdminTool.exe /webcredentials-remove johndoe

Pour plus d'informations, veuillez vous rendre sur Identifiants Web


Open Session Manager: /sessionmanager

Syntax:

AdminTool.exe /sessionmanager

Descripción:

Befehl /sessionmanager lance dans une seule fenêtre de taille suffisante le gestionnaire de session (comme vous le feriez dans AdminTool > Accueil > Gestionnaire de session).

Parameter:

None


Open Sessions monitor: /farm-sessions-monitor

Syntax:

AdminTool.exe /farm-sessions-monitor

Descripción:

Befehl /farm-sessions-monitor launches in a single sizable window the session monitor of the farm manager (as you would do in AdminTool > Farm > Monitor Sessions).

Parameter:

None


Open Load balancing manager: /farm-loadbalancing

Syntax:

AdminTool.exe /farm-loadbalancing

Descripción:

Befehl /farm-loadbalancing lance dans une seule fenêtre de taille importante le gestionnaire d'équilibrage de charge du gestionnaire de ferme (comme vous le feriez dans AdminTool > Ferme > Équilibrage de charge).

Parameter:

None


Run system audit: /systemaudit

Syntax:

AdminTool.exe /systemaudit

Descripción:

Befehl /systemaudit runs a system audit (as you would do manually in AdminTool > Home > System Audit > Run System Audit).

Parameter:

None


Activation de la licence : /activate

Syntax:

AdminTool.exe /activate [licensePath]

Descripción:

Befehl activate is used to activate la licencia de Remote Access, utilizando un archivo de licencia.

Parameter:

  • [licensePath] le chemin du fichier de licence

Example:

AdminTool.exe /activate “C:\Program Files (x86)\TSplus\license.lic”


License reset following cloning of a virtual machine: /reset

Syntax:

AdminTool.exe /license /reset

Descripción:

When cloning a server, the ‘License’ tab in AdminTool may not display a Computer ID or might show the error message: “Invalid hardware identifier.” The command /reset aims to initialize licensing on the clone server so that new licenses can be assigned for the installed TSplus products.

Notas Importantes:

  1. A new TSplus license must be activated using a new Activation Key.
  2. Do not use the /license /reset command on a non-cloned machine, as it permanently prevents license assignment. Always confirm the machine’s status before proceeding.

Steps to reset license on a cloned server:

  1. Open an Administrator session on the cloned server.

  2. Change the HDD Volume Serial Number.

  • Exécutez le vol comando para mostrar el número de serie de volumen actual (VSN). El resultado debería parecerse a: 74F8-9C08 .

  • Download e instale o utilitário VolumeID, disponível ici .

  • Ejecutar el comando: volumeid C: 84F8-9C08 as an administrator to change the drive VSN. In this example, we changed the VSN of disk C: and I have changed only one character (the first) of the old VSN to specify the new one.

  • Note: this step is critical because certain Windows Server versions do not generate a new Volume Serial Number during cloning, even when using SysPrep.

  1. Rename the cloned server and restart it.

  2. Reset the License in AdminTool:

  • Open a Command Prompt with Administrator privileges.

  • Navigate to the directory containing the AdminTool executable using this command: cd "C:\Program Files (x86)\TSplus\UserDesktop\files"

  • Ejecute el siguiente comando: AdminTool.exe /license /reset

  1. Verify the reset.
  • After running the command, the ‘License’ tab should display the following error: "Failed to read license file (unexpected file format)."
  1. Activate la nueva licencia.
  • En la pestaña 'Licencia', haga clic en 'Activar su licencia' e ingrese la nueva Clave de Activación para activar las licencias y soportes requeridos.

Example:

AdminTool.exe /license /reset TSplus-Security.exe /license /reset ServerMonitoring.exe /license /reset


Activation de licence en volume : /vl /activate

Syntax:

AdminTool.exe /vl /activate [licensekey] [parameters]

Descripción :

Befehl vl /activate se utiliza para activar una licencia por volumen.

Parameter:

  • licensekey licence clé pour activer, dans ce format : AAAA-BBBB-CCCC-DDDD
  • /users cualquier número del 1 al 50, o "ilimitado"
  • /edition “Bureau”, “Web Mobile” ou “Entreprise”
  • /supportyears Cualquier número de 0 a 3.
  • /comments Specifica los comentarios que se adjuntarán a la licencia en el portal de licencias

Example:

AdminTool.exe /vl /activate VOLU-MELI-CENS-EKEY /users unlimited /edition Enterprise /supportyears 3 /comments “This is a comment”

Pour plus d'informations, veuillez vous rendre sur Dokumentacja licencji objętościowej


Activar y desactivar la licencia por volumen: /vl /enable y /vl /disable

Syntax:

AdminTool.exe /vl /enable [licensekey]

AdminTool.exe /vl /disable [licensekey]

Descripción:

Befehl vl /enable se utiliza para habilitar una licencia por volumen.

Befehl vl /disable se utiliza para deshabilitar una licencia por volumen.

Parameter:

  • licensekey clave de licencia para habilitar/deshabilitar, en este formato: AAAA-BBBB-CCCC-DDDD

Ejemplos:

AdminTool.exe /vl /enable VOLU-MELI-CENS-EKEY

AdminTool.exe /vl /disable VOLU-MELI-CENS-EKEY

Pour plus d'informations, veuillez vous rendre sur How to enable/disable a License from the Server?


Aktualisierung der Volumenlizenz: /vl /update

Syntax:

AdminTool.exe /vl /update [licensekey] [parameters]

Descripción:

Befehl vl /update se utiliza para actualizar a los usuarios de una licencia por volumen.

Parameter:

  • licensekey licence clé de mise à jour, dans ce format : AAAA-BBBB-CCCC-DDDD
  • /users cualquier número del 1 al 50, o "ilimitado"

Ejemplos:

AdminTool.exe /vl /update /users 2 AdminTool.exe /vl /update /users unlimited

Pour plus d'informations, veuillez vous rendre sur How to Update the Users of a Volume License from the Server?


Display remaining license credits for a Volume License key: /vl /credits-license

Syntax:

AdminTool.exe /vl /credits-license [licensekey] [parameters]

Descripción:

Befehl vl /credits-license is used to display the remaining license credits associated with a Volume License key.

Parameter:

  • licensekey Volume License key, in this format: AAAA-BBBB-CCCC-DDDD
  • /login provide the login of the partner associated with the Volume License key
  • /edition proporcionar el parámetro de edición opcional para los productos de Advanced Security y Server Monitoring
  • /silent : ejecuta el comando en silencio

El resultado se almacenará en la variable de entorno a nivel de usuario llamada VOLUME_LICENSE_CREDITS Puede ser necesario leer el valor de VOLUME_LICENSE_CREDITS de un proceso diferente, utilizando el comando echo %VOLUME_LICENSE_CREDITS% .

Ejemplos:

AdminTool.exe /vl /credits-license VOLU-MELI-CENS-EKEY /login JOHNDOE TSplus-Security.exe /vl /credits-license VOLU-MELI-CENS-EKEY /login JOHNDOE /edition Essentials /silent

Pour plus d'informations, veuillez vous rendre sur How to display the remaining license credits for a Volume License key?


Display remaining support credits for a Volume License key: /vl /credits-support

Syntax:

AdminTool.exe /vl /credits-support [licensekey] [parameters]

Descripción:

Befehl vl /credits-support is used to display the remaining support credits associated with a Volume License key.

Parameter:

  • licensekey Volume License key, in this format: AAAA-BBBB-CCCC-DDDD
  • /login provide the login of the partner associated with the Volume License key
  • /edition proporcionar el parámetro de edición opcional para los productos de Advanced Security y Server Monitoring
  • /silent : ejecuta el comando en silencio

El resultado se almacenará en la variable de entorno a nivel de usuario llamada VOLUME_LICENSE_CREDITS Puede ser necesario leer el valor de VOLUME_LICENSE_CREDITS de un proceso diferente, utilizando el comando echo %VOLUME_LICENSE_CREDITS% .

Ejemplos:

AdminTool.exe /vl /credits-support VOLU-MELI-CENS-EKEY /login JOHNDOE TSplus-Security.exe /vl /credits-support VOLU-MELI-CENS-EKEY /login JOHNDOE /edition Essentials

Pour plus d'informations, veuillez vous rendre sur How to display the remaining support credits for a Volume License key?


2FA - réinitialiser : /resetuser

Syntax:

TwoFactor..Admin.exe /resetuser [user1] [user2] … [userN]

Descripción:

Befehl /resetuser is used to reset 2FA users, instead of doing it through the user interface (this can be done here in the interface: TwoFactor.Admin > Manage Users > Reset)

Parameter:

  • user1 user2 ... userN the domain names of the users you want to reset (separated by simple space)

Ejemplos:

TwoFactor.Admin.exe /resetuser johndoe jackrussell chuckbartowski

Pour plus d'informations, veuillez vous rendre sur Reset Configuration for Users


2FA - ajouter des utilisateurs : /addusers

Syntax:

TwoFactor.Admin.exe /addusers [userInfos1] [userInfos2] … [userInfosN]

Descripción:

Befehl /addusers se utiliza para agregar varios usuarios de 2FA, en lugar de hacerlo a través de la interfaz de usuario, usuario por usuario (esto se puede hacer aquí en la interfaz: TwoFactor.Admin > Administrar usuarios > Agregar usuario)

Parameter:

  • userInfos1 userInfos2 ... userInfosN the user infos of the users you want to add. These infos consist of the following fields, separated by a semi-colon
    • domainName (mandatory): le nom de domaine de l'utilisateur à ajouter
    • receivedMethod método opcional para recibir códigos de confirmación. Debe ser uno de estos valores: SMS, App, Email o DejarQueElUsuarioElija. App es el valor predeterminado.
    • mobilePhone optional: the phone of the user to add
    • email (opcional): el correo electrónico del usuario a agregar

Ejemplos:

TwoFactor.Admin.exe /addusers johndoe jackrussell;LetTheUserChoose chuckbartowski;Phone;+33101010101; [email protected] samanthacarter;Email;;

Pour plus d'informations, veuillez vous rendre sur Ajouter des utilisateurs et des groupes


2FA - grupos de adición: /addgroups

Syntax:

TwoFactor.Admin.exe /addgroups [group1] [group2] … [groupN]

Descripción:

Befehl /addgroups se utiliza para agregar varios grupos de 2FA, en lugar de hacerlo a través de la interfaz de usuario, grupo por grupo (esto se puede hacer aquí en la interfaz: TwoFactor.Admin > Administrar usuarios > Agregar grupo)

Parameter:

  • group1 group2 ... groupN les noms des groupes que vous souhaitez ajouter.

Ejemplos:

TwoFactor.Admin.exe /addgroups group1 group2 group3

Pour plus d'informations, veuillez vous rendre sur Ajouter des utilisateurs et des groupes