Tag: report

348 script(s) tagged “report”

🟣 C# / .NET 6+

Get Processes Report (C#)

Queries Win32_Process via WMI (System.Management) and prints Processes to the console.

πŸ“œ VBScript (WSH)

Get Signed Drivers Report (VBScript)

Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Installed Hotfixes Report to File (VBScript)

Queries Win32_QuickFixEngineering via WMI and writes Installed Hotfixes to a timestamped text file, handy for scheduled…

🐍 Python 3.10+

Get The Windows Prefetch folder Size Report (Python)

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

πŸ“Š VBA (Excel)

Report Size of Windows Error Reporting files (VBA)

Reports the total size and top-level file count of Windows Error Reporting files using Scripting.FileSystemObject, stra…

πŸ“„ JScript (WSH)

Get Page File Usage Report (JScript)

Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console β€” JScript, VBScript's WSH sibling languag…

πŸ“œ VBScript (WSH)

Get Physical Disk Drives Report to File (VBScript)

Queries Win32_DiskDrive via WMI and writes Physical Disk Drives to a timestamped text file, handy for scheduled logon/l…

🐍 Python 3.10+

Get CD/DVD Drives Report (Python)

Uses wmic under the hood to report CD/DVD Drives (Win32_CDROMDrive) β€” no third-party packages required.

🐍 Python 3.10+

Get The current user's Temp folder Size Report (Python)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

🟣 C# / .NET 6+

Get Installed Hotfixes Report (C#)

Queries Win32_QuickFixEngineering via WMI (System.Management) and prints Installed Hotfixes to the console.

πŸ–₯️ Batch (CMD)

Get CD/DVD Drives Report (Batch)

Uses wmic to list CD/DVD Drives (Win32_CDROMDrive) straight from the command line.

⚑ PowerShell 5.1+

Get Windows Error Reporting files Size Report

Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).