Trusted Updater Commands Parent topic

Configure Trusted Updaters using the Command Line Interface 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
Value
Description
start
trustedupdater
[-r] <path_of_installer>
Start the Trusted Updater and add the installation packages (EXE and MSI file types) in the specified folder to 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]
Stop the Trusted Updater function
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