Tag: disk-space
210 script(s) tagged “disk-space”
Get Disk Space Report
Reports free/used disk space for all local fixed drives in a color-coded table, with optional CSV export and a configur…
Find Duplicate Files
Recursively scans a folder tree for duplicate files using size pre-filtering plus SHA256 hashing, with an optional safe…
Clean Temp Files
Clears the user and Windows Temp folders plus the Recycle Bin to quickly free up disk space, with a silent mode for sch…
Folder Size Report
Walks a directory tree and prints the largest subfolders and files with human-readable sizes, a scriptable WinDirStat a…
Clean Up IIS log files (Python)
Reports the size of IIS log files and optionally clears it out. Dry-run by default.
Backup Physical Disk Drives to JSON (Python)
Snapshots Physical Disk Drives (Win32_DiskDrive) to a timestamped JSON file for later comparison or auditing.
Get The Microsoft Teams cache Size Report
Reports how much disk space the Microsoft Teams cache is currently using, read-only (no deletion).
Win32_LogicalDisk: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Logic…
Get The user CrashDumps folder Size Report (C#)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Get Physical Disk Drives Report (JScript)
Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console — JScript, VBScript's WSH sibling langua…
Get Physical Disk Drives Report (C#)
Queries Win32_DiskDrive via WMI (System.Management) and prints Physical Disk Drives to the console.
Report Size of Microsoft Edge's browser cache (VBA)
Reports the total size and top-level file count of Microsoft Edge's browser cache using Scripting.FileSystemObject, str…