Tag: disk-space

210 script(s) tagged “disk-space”

๐Ÿ Python 3.10+

Clean Up The current user's Temp folder (Python)

Reports the size of the current user's Temp folder and optionally clears it out. Dry-run by default.

๐Ÿ“Š VBA (Excel)

Report Size of The Office document cache (VBA)

Reports the total size and top-level file count of the Office document cache using Scripting.FileSystemObject, straightโ€ฆ

๐ŸŸฃ C# / .NET 6+

Get The pip download cache Size Report (C#)

Recursively sums the size of the pip download cache, read-only (no deletion).

๐Ÿ“Š VBA (Excel)

Report Size of The Windows Internet cache (INetCache) (VBA)

Reports the total size and top-level file count of the Windows Internet cache (INetCache) using Scripting.FileSystemObjโ€ฆ

๐Ÿ–ฅ๏ธ Batch (CMD)

Clean Up The Microsoft Teams cache (Batch)

Clears the Microsoft Teams cache after a confirmation prompt, with a /silent mode for scheduled tasks.

๐Ÿ“œ VBScript (WSH)

Get The npm cache Size Report (VBScript)

Recursively sums the size of the npm cache, read-only (no deletion).

๐Ÿ“Š VBA (Excel)

Load Physical Disk Drives into Excel via WMI

Queries Win32_DiskDrive via GetObject("winmgmts:") and dumps every Physical Disk Drives row straight onto the active woโ€ฆ

๐Ÿ“Š VBA (Excel)

Report Size of The Windows Update download cache (VBA)

Reports the total size and top-level file count of the Windows Update download cache using Scripting.FileSystemObject, โ€ฆ

๐Ÿ Python 3.10+

Get The Microsoft Teams cache Size Report (Python)

Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).

๐Ÿ“œ VBScript (WSH)

Clean Up The system-wide Windows Temp folder (VBScript)

Reports the size of the system-wide Windows Temp folder and deletes its contents after a confirmation prompt.

๐Ÿงฌ WQL / PowerShell

Win32_DiskDrive: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_DiskDrive exposes on the current system, instead of guesโ€ฆ

โšก PowerShell 5.1+

Get IIS log files Size Report

Reports how much disk space IIS log files is currently using, read-only (no deletion).