Update Powershell/README.md
This commit is contained in:
@@ -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.
|
You’ll 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>
|
<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.
|
`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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user