Update Powershell/README.md

This commit is contained in:
2026-04-23 11:47:46 +10:00
parent c3cc6eb225
commit f0644294ee

View File

@@ -19,9 +19,23 @@ Launch the menu on local machine:
Youll be prompted step-by-step to list or create tasks, including remote targeting.
---
---
<h2>Invoke-DiskSpaceReport.ps1</h2>
<h3>Usage<h3>
# 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"
---
<h2>Invoke-DiskCleanupScan.ps1</h2>
`Invoke-DiskCleanupScan.ps1` is a PowerShell script for recovering disk space on Windows Server 2016 through current versions. It performs a full scan of the C: drive across all known bloat sources, presents a grouped findings report with sizes, then requires explicit user confirmation before touching anything.