Creating the List of Applications on the Reference Computer
R81 Harmony Endpoint Server Administration Guide|375
n
appscan /o scan2.xml /x ".exe;.dll" /s "C:\"
This scan includes all .exe and .dll files on drive C and is saved as scan2.xml.
n
appscan /o scan3.xml /x ".dll" /s c:\program files
This scan included all .dll files in c:\program files and all its subdirectories. It is
saved as scan3.xml.
n
appscan /s "C:\program files" /e
This scan includes all executable files in c:\program files and all its subdirectories.
It is saved as the default file name scanfile.xml.