Tag: report
348 script(s) tagged “report”
Get Printers Report (VBScript)
Queries Win32_Printer via WMI and prints Printers to the console — no PowerShell required.
Get BIOS Info Report (VBScript)
Queries Win32_BIOS via WMI and prints BIOS Info to the console — no PowerShell required.
Get The VS Code cache folder Size Report (VBScript)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Get Google Chrome's browser cache Size Report (Python)
Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).
Get Network Adapter Configuration Report (Batch)
Uses wmic to list Network Adapter Configuration (Win32_NetworkAdapterConfiguration) straight from the command line.
Get Motherboard Info Report (Batch)
Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.
Get Keyboard Info Report
Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.
Get Processor Info Report
Queries Win32_Processor via WMI and reports Processor Info in a formatted table, with an optional CSV export.
Get Stuck print spooler files Size Report (C#)
Recursively sums the size of stuck print spooler files, read-only (no deletion).
Get Microsoft Edge's browser cache Size Report
Reports how much disk space Microsoft Edge's browser cache is currently using, read-only (no deletion).
Get Motherboard Info Report (Python)
Uses wmic under the hood to report Motherboard Info (Win32_BaseBoard) — no third-party packages required.
Get Network Adapters Report (C#)
Queries Win32_NetworkAdapter via WMI (System.Management) and prints Network Adapters to the console.