Commit Graph

1 Commits

Author SHA1 Message Date
c3cc6eb225 Add Powershell/Invoke-DiskSpaceReport.ps1
# Basic — drops HTML on Desktop
.\Invoke-DiskSpaceReport.ps1

# With client name in the header
.\Invoke-DiskSpaceReport.ps1 -ClientName "Department of X"

# Custom output path
.\Invoke-DiskSpaceReport.ps1 -OutputPath "C:\Reports" -ClientName "QPS"
2026-04-23 11:39:22 +10:00