Tag: report

348 script(s) tagged “report”

πŸ“œ VBScript (WSH)

Get Installed MSI Products Report (VBScript)

Queries Win32_Product via WMI and prints Installed MSI Products to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get CD/DVD Drives Report (VBScript)

Queries Win32_CDROMDrive via WMI and prints CD/DVD Drives to the console β€” no PowerShell required.

πŸ“Š VBA (Excel)

Report Size of The Explorer thumbnail cache (VBA)

Reports the total size and top-level file count of the Explorer thumbnail cache using Scripting.FileSystemObject, strai…

πŸ“œ VBScript (WSH)

Get The user CrashDumps folder Size Report (VBScript)

Recursively sums the size of the user CrashDumps folder, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Network Shares Report (VBScript)

Queries Win32_Share via WMI and prints Network Shares to the console β€” no PowerShell required.

🐍 Python 3.10+

Get Startup Programs Report (Python)

Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get System Drivers Report to File (VBScript)

Queries Win32_SystemDriver via WMI and writes System Drivers to a timestamped text file, handy for scheduled logon/logo…

🟣 C# / .NET 6+

Get Computer System Info Report (C#)

Queries Win32_ComputerSystem via WMI (System.Management) and prints Computer System Info to the console.

⚑ PowerShell 5.1+

Get BIOS Info Report

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

πŸ–₯️ Batch (CMD)

Get Physical Memory Modules Report (Batch)

Uses wmic to list Physical Memory Modules (Win32_PhysicalMemory) straight from the command line.

🐍 Python 3.10+

Get Environment Variables Report (Python)

Uses wmic under the hood to report Environment Variables (Win32_Environment) β€” no third-party packages required.

πŸ–₯️ Batch (CMD)

Get Time Zone Settings Report (Batch)

Uses wmic to list Time Zone Settings (Win32_TimeZone) straight from the command line.