7.7. UsageΒΆ

Running the tool is very simple:

1
2
3
4
5
6
7
# from the root directory of Tanium HAT

# Windows Wrapper
$ run_that.bat

# OS X Wrapper
$ ./run_that.sh

You can optionally override the default configuration file path (TOOL_PATH\tanium_hat.ini) when running the tool:

1
2
3
4
5
6
7
# from the root directory of Tanium HAT

# Windows Wrapper
$ run_that.bat -c "C:\some other dir\config_file.ini"

# OS X Wrapper
$ ./run_that.sh -c "/path/to/config_file.ini"