Tag: report

348 script(s) tagged “report”

🟣 C# / .NET 6+

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).

🟣 C# / .NET 6+

Get Printers Report (C#)

Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.

πŸ“„ JScript (WSH)

Get Environment Variables Report (JScript)

Queries Win32_Environment via WMI and prints Environment Variables to the console β€” JScript, VBScript's WSH sibling lan…

πŸ“œ VBScript (WSH)

Get Time Zone Settings Report (VBScript)

Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Processor Info Report (VBScript)

Queries Win32_Processor via WMI and prints Processor Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Physical Disk Drives Report (VBScript)

Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console β€” no PowerShell required.

πŸ“„ JScript (WSH)

Get Processor Info Report (JScript)

Queries Win32_Processor via WMI and prints Processor Info to the console β€” JScript, VBScript's WSH sibling language.

πŸ“Š VBA (Excel)

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…

πŸ“œ VBScript (WSH)

Get The Office document cache Size Report (VBScript)

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

πŸ–₯️ Batch (CMD)

Get Logical Disks Report (Batch)

Uses wmic to list Logical Disks (Win32_LogicalDisk) straight from the command line.

🟣 C# / .NET 6+

Get Microsoft Edge's browser cache Size Report (C#)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).

⚑ PowerShell 5.1+

Get Page File Usage Report

Queries Win32_PageFileUsage via WMI and reports Page File Usage in a formatted table, with an optional CSV export.