From f1f67db3e4d47d96bdcee9c704c47610ffe50744 Mon Sep 17 00:00:00 2001 From: DistractADD Date: Thu, 23 Apr 2026 11:49:01 +1000 Subject: [PATCH] Update Powershell/README.md --- Powershell/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Powershell/README.md b/Powershell/README.md index 695e6b7..7f8cb3d 100644 --- a/Powershell/README.md +++ b/Powershell/README.md @@ -25,13 +25,16 @@ You’ll be prompted step-by-step to list or create tasks, including remote targ

Usage

-# Basic — drops HTML on Desktop +Basic — drops HTML on Desktop + .\Invoke-DiskSpaceReport.ps1 -# With client name in the header +With client name in the header + .\Invoke-DiskSpaceReport.ps1 -ClientName "Department of X" -# Custom output path +Custom output path + .\Invoke-DiskSpaceReport.ps1 -OutputPath "C:\Reports" -ClientName "QPS"