Tag: report

348 script(s) tagged “report”

🐍 Python 3.10+

Get Services Report (Python)

Uses wmic under the hood to report Services (Win32_Service) — no third-party packages required.

📜 VBScript (WSH)

Get The Windows Update download cache Size Report (VBScript)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

🟣 C# / .NET 6+

Get Network Adapter Configuration Report (C#)

Queries Win32_NetworkAdapterConfiguration via WMI (System.Management) and prints Network Adapter Configuration to the c…

📄 JScript (WSH)

Get Network Login Profiles Report (JScript)

Queries Win32_NetworkLoginProfile via WMI and prints Network Login Profiles to the console — JScript, VBScript's WSH si…

🖥️ Batch (CMD)

Get Network Login Profiles Report (Batch)

Uses wmic to list Network Login Profiles (Win32_NetworkLoginProfile) straight from the command line.

🐍 Python 3.10+

Get Time Zone Settings Report (Python)

Uses wmic under the hood to report Time Zone Settings (Win32_TimeZone) — no third-party packages required.

📜 VBScript (WSH)

Get Computer System Info Report to File (VBScript)

Queries Win32_ComputerSystem via WMI and writes Computer System Info to a timestamped text file, handy for scheduled lo…

⚡ PowerShell 5.1+

Get The Windows Prefetch folder Size Report

Reports how much disk space the Windows Prefetch folder is currently using, read-only (no deletion).

📜 VBScript (WSH)

Get Video Controllers Report (VBScript)

Queries Win32_VideoController via WMI and prints Video Controllers to the console — no PowerShell required.

🟣 C# / .NET 6+

Get Signed Drivers Report (C#)

Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.

🐍 Python 3.10+

Get Physical Memory Modules Report (Python)

Uses wmic under the hood to report Physical Memory Modules (Win32_PhysicalMemory) — no third-party packages required.

🐍 Python 3.10+

Get The pip download cache Size Report (Python)

Recursively sums the size of the pip download cache, read-only (no deletion).