The Traps VDI Tool requests verdicts for all
the PE files detected on the golden image and outputs the verdicts
to a WildFire cache file. You can use the command-line interface
(CLI) version of the Traps VDI Tool to automate the creation of
this file.
Consider the following usage guidelines for the
Traps VDI Tool CLI:
If you run the Traps VDI Tool
with at least one command line argument, it will run in unattended
mode (no user interface). If you issue the TrapsVdiTool command
without any arguments, the user interface opens.
By default, arguments with flag values—yes or no—default
to yes. Therefore, to use the default value, you can specify the
argument without the value (e.g. use -ssl instead
of -ssl:y).
If a path value contains one or more spaces, surround the
entire path argument with double quotes, for example: "-i:c:\temp\sig file.csv"
You cannot use the Traps VDI Tool to check hashes and mark
the computer as a VDI—using the -m argument—at the same time. Therefore,
you must execute these actions separately.
To write output to a log file, use the > redirect to send
output to a filename of your choice, for example: TrapsVdiTool -m > TrapsVDI.log