Tag: report

348 script(s) tagged “report”

🟣 C# / .NET 6+

Get Windows Error Reporting files Size Report (C#)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

📊 VBA (Excel)

List Files in The pip download cache (VBA)

Lists every file in the pip download cache with size and last-modified date directly on the active worksheet, using Scr…

🐍 Python 3.10+

Get Connected Monitors Report (Python)

Uses wmic under the hood to report Connected Monitors (Win32_DesktopMonitor) — no third-party packages required.

📄 JScript (WSH)

Get Local Groups Report (JScript)

Queries Win32_Group via WMI and prints Local Groups to the console — JScript, VBScript's WSH sibling language.

⚡ PowerShell 5.1+

Get Environment Variables Report

Queries Win32_Environment via WMI and reports Environment Variables in a formatted table, with an optional CSV export.

🖥️ Batch (CMD)

Get BIOS Info Report (Batch)

Uses wmic to list BIOS Info (Win32_BIOS) straight from the command line.

📜 VBScript (WSH)

Get The Windows Prefetch folder Size Report (VBScript)

Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).

⚡ PowerShell 5.1+

Get Motherboard Info Report

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

📜 VBScript (WSH)

Get Startup Programs Report to File (VBScript)

Queries Win32_StartupCommand via WMI and writes Startup Programs to a timestamped text file, handy for scheduled logon/…

⚡ PowerShell 5.1+

Get Video Controllers Report

Queries Win32_VideoController via WMI and reports Video Controllers in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Get The NuGet packages cache Size Report

Reports how much disk space the NuGet packages cache is currently using, read-only (no deletion).

🐍 Python 3.10+

Get The system-wide Windows Temp folder Size Report (Python)

Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).