Tag: report

348 script(s) tagged “report”

📜 VBScript (WSH)

Get Printers Report (VBScript)

Queries Win32_Printer via WMI and prints Printers to the console — no PowerShell required.

📜 VBScript (WSH)

Get BIOS Info Report (VBScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console — no PowerShell required.

📜 VBScript (WSH)

Get The VS Code cache folder Size Report (VBScript)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

🐍 Python 3.10+

Get Google Chrome's browser cache Size Report (Python)

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

🖥️ Batch (CMD)

Get Network Adapter Configuration Report (Batch)

Uses wmic to list Network Adapter Configuration (Win32_NetworkAdapterConfiguration) straight from the command line.

🖥️ Batch (CMD)

Get Motherboard Info Report (Batch)

Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.

⚡ PowerShell 5.1+

Get Keyboard Info Report

Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Get Processor Info Report

Queries Win32_Processor via WMI and reports Processor Info in a formatted table, with an optional CSV export.

🟣 C# / .NET 6+

Get Stuck print spooler files Size Report (C#)

Recursively sums the size of stuck print spooler files, read-only (no deletion).

⚡ PowerShell 5.1+

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

🐍 Python 3.10+

Get Motherboard Info Report (Python)

Uses wmic under the hood to report Motherboard Info (Win32_BaseBoard) — no third-party packages required.

🟣 C# / .NET 6+

Get Network Adapters Report (C#)

Queries Win32_NetworkAdapter via WMI (System.Management) and prints Network Adapters to the console.