Tanium Tools and Scripts Library
Tanium Tools and Scripts Library is a central place for practical scripts, small utilities, and troubleshooting helpers used with Tanium Client, Tanium Deploy, Tanium Provision, and endpoint management tasks.
The goal is to keep the blog article simple and link each tool to its GitHub folder. This makes it easier to download the script, review the source code, follow updates, and reuse the tool in another environment.
Available Tanium Tools
Extract and Analyze Health ZIP
Extract and Analyze Health ZIP is a PowerShell GUI tool for Tanium Client troubleshooting. It helps extract Tanium health packages, analyze exported logs, and quickly search for useful keywords during support or incident investigation.
- Category: Tanium Client troubleshooting
- Script:
Extract-EipGui.ps1 - Technology: PowerShell WinForms
- Input: Tanium health ZIP or EIP package
- Use case: extract the package, clean the workspace, inspect logs, and find troubleshooting indicators faster
When to Use This Tool
- When a Tanium Client health package must be reviewed manually.
- When you need to search several Tanium Client logs quickly.
- When support asks for files extracted from a health ZIP or EIP archive.
- When you want a simple GUI instead of extracting and searching files by hand.
GitHub folder: tanium/client/extract-and-analyze-healthzip
Direct script link: Extract-EipGui.ps1
