Tag: report

348 script(s) tagged “report”

📜 VBScript (WSH)

Get Sound Devices Report to File (VBScript)

Queries Win32_SoundDevice via WMI and writes Sound Devices to a timestamped text file, handy for scheduled logon/logoff…

🟣 C# / .NET 6+

Get The user CrashDumps folder Size Report (C#)

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

🟣 C# / .NET 6+

Get Local Groups Report (C#)

Queries Win32_Group via WMI (System.Management) and prints Local Groups to the console.

📜 VBScript (WSH)

Get Network Login Profiles Report (VBScript)

Queries Win32_NetworkLoginProfile via WMI and prints Network Login Profiles to the console — no PowerShell required.

⚡ PowerShell 5.1+

Get Network Adapter Configuration Report

Queries Win32_NetworkAdapterConfiguration via WMI and reports Network Adapter Configuration in a formatted table, with …

📄 JScript (WSH)

Get Physical Disk Drives Report (JScript)

Queries Win32_DiskDrive via WMI and prints Physical Disk Drives to the console — JScript, VBScript's WSH sibling langua…

📜 VBScript (WSH)

Get Signed Drivers Report to File (VBScript)

Queries Win32_PnPSignedDriver via WMI and writes Signed Drivers to a timestamped text file, handy for scheduled logon/l…

🐍 Python 3.10+

Get Computer System Product Info Report (Python)

Uses wmic under the hood to report Computer System Product Info (Win32_ComputerSystemProduct) — no third-party packages…

🟣 C# / .NET 6+

Get Physical Disk Drives Report (C#)

Queries Win32_DiskDrive via WMI (System.Management) and prints Physical Disk Drives to the console.

📊 VBA (Excel)

Report Size of Microsoft Edge's browser cache (VBA)

Reports the total size and top-level file count of Microsoft Edge's browser cache using Scripting.FileSystemObject, str…

🖥️ Batch (CMD)

Get Operating System Info Report (Batch)

Uses wmic to list Operating System Info (Win32_OperatingSystem) straight from the command line.

⚡ PowerShell 5.1+

Get Operating System Info Report

Queries Win32_OperatingSystem via WMI and reports Operating System Info in a formatted table, with an optional CSV expo…