A collection of useful PowerShell scripts and functions by Benjamin Rauser.
| Tool | Description |
|---|---|
| Invoke-FolderScan | Scans a directory and generates an interactive HTML dashboard with treemap, charts, and file statistics |
Each tool lives in its own subfolder with a dedicated README.md. Click the links above for detailed documentation.
# Load and run Invoke-FolderScan
. .\Invoke-FolderScan\Invoke-FolderScan.ps1
Invoke-FolderScan -Path "C:\MyData" -Recurse