Tag: report
348 script(s) tagged “report”
Get The system-wide Windows Temp folder Size Report (C#)
Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).
Get Printers Report (C#)
Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.
Get Environment Variables Report (JScript)
Queries Win32_Environment via WMI and prints Environment Variables to the console β JScript, VBScript's WSH sibling lanβ¦
Get Time Zone Settings Report (VBScript)
Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β no PowerShell required.
Get Processor Info Report (VBScript)
Queries Win32_Processor via WMI and prints Processor Info to the console β no PowerShell required.
Get Physical Disk Drives Report (VBScript)
Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console β no PowerShell required.
Get Processor Info Report (JScript)
Queries Win32_Processor via WMI and prints Processor Info to the console β JScript, VBScript's WSH sibling language.
List Files in The current user's Temp folder (VBA)
Lists every file in the current user's Temp folder with size and last-modified date directly on the active worksheet, uβ¦
Get The Office document cache Size Report (VBScript)
Recursively sums the size of the Office document cache, read-only (no deletion).
Get Logical Disks Report (Batch)
Uses wmic to list Logical Disks (Win32_LogicalDisk) straight from the command line.
Get Microsoft Edge's browser cache Size Report (C#)
Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).
Get Page File Usage Report
Queries Win32_PageFileUsage via WMI and reports Page File Usage in a formatted table, with an optional CSV export.