Tanium Packages
This chapter contains a collection of Tanium Packages used for deploying and executing tasks across managed endpoints. Each package includes detailed instructions, command-line parameters, and associated scripts—primarily in PowerShell—to automate administrative actions, remediation tasks, and system maintenance. Ideal for managing package logic, reusability, and rapid deployment in enterprise environments.
Creating a Tanium Package with a PowerShell Script
Prepare Your PowerShell ScriptCreate and save your script, e.g., Name.ps1. Access the Ta...
Remove Folder via URL-Encoded Path
This PowerShell script is designed to remove a folder when its path is provided in a URL-encoded ...
Start-Cleanup Function
This PowerShell function automates disk cleanup tasks to help reclaim space on the C: drive, targ...
Run DISM and SFC for System Repair
This PowerShell script performs a two-step process to repair system integrity issues on Windows. ...
Scan for Component Store Corruption (DISM)
This PowerShell script uses DISM /ScanHealth to check for corruption in the Windows Component Sto...
Microsoft Edge Cleanup and Reinstall Script
This page documents a robust PowerShell script used to completely remove an application (like Mic...
Microsoft Teams - Full Removal Script
This page documents a comprehensive PowerShell script to completely uninstall Microsoft Teams fro...
Force Patch Scan
This page describes how the scan-now.txt marker file is used to trigger a patch scan and how to i...
Start Windows Service If Stopped
This page documents the Start-ServiceParameterized.ps1 script, which is designed to start a Windo...
Restart a Windows Service (Parameterized Tanium Package)
OVERVIEWThis package restarts a Windows service by stopping it and then restarting it. It uses a ...