Trusted Updater Commands Parent topic

To execute installers or files not specified in agent Approved Lists, configure Trusted Updater by typing your command in the following format:
SLCmd.exe -p <admin_password> <command>   <parameter> <value>
The following table lists the available abbreviated forms of parameters.

Abbreviations and Uses

Parameter
Abbreviation
Use
trustedupdater
tu
Manage the Predefined Trusted Updater tool process
The following table lists the commands, parameters, and values available.

Trusted Updater Commands

Command
Parameter
Description
start trustedupdater
[-r] <path_of_installer>
Start Trusted Updater to add installer files (EXE and MSI file types) to the specified folder of the Approved List.
Note
Note
Using the optional -r value includes the specified folder and related subfolders.
For example, to include all installation packages in the C:\Installers folder and all sub-folders, type:
SLCmd.exe -p <admin_password> start trustedupdater -r C:\Installers
stop trustedupdater
[-f]
Disable Trusted Updater to stop adding new or updated files to the Approved List.
Note
Note
Using the optional -f value specifies that the Trusted Updater does not prompt the administrator before committing a file to the Approved List.
For example, to stop the Trusted Updater and commit all identified installers (indentified before receiving the stop command) to the Approved List after receiving a prompt, type:
SLCmd.exe -p <admin_password> stop trustedupdater -f