Update Powershell/README.md

This commit is contained in:
2026-04-23 11:49:01 +10:00
parent f0644294ee
commit f1f67db3e4

View File

@@ -25,13 +25,16 @@ Youll be prompted step-by-step to list or create tasks, including remote targ
<h3>Usage<h3>
# 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"