Tag: report
348 script(s) tagged “report”
Get Installed MSI Products Report (VBScript)
Queries Win32_Product via WMI and prints Installed MSI Products to the console β no PowerShell required.
Get CD/DVD Drives Report (VBScript)
Queries Win32_CDROMDrive via WMI and prints CD/DVD Drives to the console β no PowerShell required.
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β¦
Get The user CrashDumps folder Size Report (VBScript)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Get Network Shares Report (VBScript)
Queries Win32_Share via WMI and prints Network Shares to the console β no PowerShell required.
Get Startup Programs Report (Python)
Uses wmic under the hood to report Startup Programs (Win32_StartupCommand) β no third-party packages required.
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β¦
Get Computer System Info Report (C#)
Queries Win32_ComputerSystem via WMI (System.Management) and prints Computer System Info to the console.
Get BIOS Info Report
Queries Win32_BIOS via WMI and reports BIOS Info in a formatted table, with an optional CSV export.
Get Physical Memory Modules Report (Batch)
Uses wmic to list Physical Memory Modules (Win32_PhysicalMemory) straight from the command line.
Get Environment Variables Report (Python)
Uses wmic under the hood to report Environment Variables (Win32_Environment) β no third-party packages required.
Get Time Zone Settings Report (Batch)
Uses wmic to list Time Zone Settings (Win32_TimeZone) straight from the command line.