From f0644294ee1bcdf97247218af2120bd5c71bec2b Mon Sep 17 00:00:00 2001 From: DistractADD Date: Thu, 23 Apr 2026 11:47:46 +1000 Subject: [PATCH] Update Powershell/README.md --- Powershell/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Powershell/README.md b/Powershell/README.md index e894291..695e6b7 100644 --- a/Powershell/README.md +++ b/Powershell/README.md @@ -19,9 +19,23 @@ Launch the menu on local machine: You’ll be prompted step-by-step to list or create tasks, including remote targeting. ---- --- +

Invoke-DiskSpaceReport.ps1

+ +

Usage

+ +# 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" + + +---

Invoke-DiskCleanupScan.ps1

`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.