Tag: disk-space
210 script(s) tagged “disk-space”
Report Size of Google Chrome's browser cache (VBA)
Reports the total size and top-level file count of Google Chrome's browser cache using Scripting.FileSystemObject, stra…
Get The user CrashDumps folder Size Report (Python)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Report Size of The user CrashDumps folder (VBA)
Reports the total size and top-level file count of the user CrashDumps folder using Scripting.FileSystemObject, straigh…
Get The Windows Prefetch folder Size Report (Python)
Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).
Report Size of Windows Error Reporting files (VBA)
Reports the total size and top-level file count of Windows Error Reporting files using Scripting.FileSystemObject, stra…
Get Physical Disk Drives Report to File (VBScript)
Queries Win32_DiskDrive via WMI and writes Physical Disk Drives to a timestamped text file, handy for scheduled logon/l…
Win32_LogicalDisk: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_LogicalDisk via Register-CimIndicationEvent — real WQL event quer…
Get The current user's Temp folder Size Report (Python)
Recursively sums the size of the current user's Temp folder, read-only (no deletion).
Win32_DiskDrive: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_DiskDrive via Register-CimIndicationEvent — real WQL event query …
Get Windows Error Reporting files Size Report
Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).
Report Size of Stuck print spooler files (VBA)
Reports the total size and top-level file count of stuck print spooler files using Scripting.FileSystemObject, straight…
Clean Up IIS log files
Reports the size of IIS log files and optionally clears it out. Dry-run by default.