Command Groups
Many commands do some type of filtering by default. Supplying the -full
argument prevents filtering output. Also, the command group all
will run all current checks.
For example, the following command will run ALL checks and returns ALL output:
Seatbelt.exe -group=all -full
system
Runs checks that mine interesting data about the system.
Executed with: Seatbelt.exe -group=system
user
Runs checks that mine interesting data about the currently logged on user (if not elevated) or ALL users (if elevated).
Executed with: Seatbelt.exe -group=user
misc
Runs all miscellaneous checks.
Executed with: Seatbelt.exe -group=misc
Additional Command Groups
Executed with: Seatbelt.exe -group=GROUPNAME
Last updated