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.