Approved List Commands Parent topic

Configure the Approved List 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
approvedlist
al
Manage files in the Approved List
list
li
Manage the Approved List import and export functions
The following table lists the commands, parameters, and values available.

Approved List Commands

Command
Parameter
Description
add approvedlist
[-r] <file_or_folder_path>
Add the specified file to the Approved List
For example, to add all Microsoft Office files to the Approved List, type:
SLCmd.exe -p <admin_password> add approvedlist -r "C:\Program Files\Microsoft Office"
Note
Note
Using the optional -r value includes the specified folder and related subfolders.
remove approvedlist
<file_path>
Remove the specified file from the Approved List
For example, to remove notepad.exe from the Approved List, type:
SLCmd.exe -p <admin_password> remove approvedlist C:\Windows\notepad.exe
show approvedlist
 
Display the files in the Approved List
For example, type:
SLCmd.exe -p <admin_password> show approvedlist
check approvedlist
-f
Update the hash values in the Approved List and displays detailed results
For example, type:
SLCmd.exe -p <admin_password> check approvedlist -f
-q
Update the hash values in the Approved List and displays summarized results
For example, type:
SLCmd.exe -p <admin_password> check approvedlist -q
-v
Compare the hash values in the Approved List with the hash values calculated from the actual files and prompts the user after detecting mismatched values
For example, type:
SLCmd.exe -p <admin_password> check approvedlist -v
export list
<output_file>
Export the Approved List to the file path and file name specified
For example, type:
SLCmd.exe -p <admin_password> export list c:\approvedlist\ap.db
Note
Note
The output file type must be DB format.
import list
[-o] <input_file>
Import an Approved List from the file path and file name specified
For example, type:
SLCmd.exe -p <admin_password> import list c:\approvedlist\ap.db
Note
Note
The input file type must be DB format.
Using the optional -o value overwrites the existing list.