Tag: report

348 script(s) tagged “report”

🟣 C# / .NET 6+

Get Operating System Info Report (C#)

Queries Win32_OperatingSystem via WMI (System.Management) and prints Operating System Info to the console.

⚡ PowerShell 5.1+

Get Signed Drivers Report

Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.

🟣 C# / .NET 6+

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

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

🐍 Python 3.10+

Get The VS Code cache folder Size Report (Python)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

📜 VBScript (WSH)

Get Operating System Info Report (VBScript)

Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console — no PowerShell required.

📊 VBA (Excel)

Report Size of The VS Code cache folder (VBA)

Reports the total size and top-level file count of the VS Code cache folder using Scripting.FileSystemObject, straight …

⚡ PowerShell 5.1+

Get Local User Accounts Report

Queries Win32_UserAccount via WMI and reports Local User Accounts in a formatted table, with an optional CSV export.

⚡ PowerShell 5.1+

Get Network Shares Report

Queries Win32_Share via WMI and reports Network Shares in a formatted table, with an optional CSV export.

🟣 C# / .NET 6+

Get Video Controllers Report (C#)

Queries Win32_VideoController via WMI (System.Management) and prints Video Controllers to the console.

📜 VBScript (WSH)

Get Keyboard Info Report to File (VBScript)

Queries Win32_Keyboard via WMI and writes Keyboard Info to a timestamped text file, handy for scheduled logon/logoff sc…

⚡ PowerShell 5.1+

Get Local Groups Report

Queries Win32_Group via WMI and reports Local Groups in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Get Network Adapters Report (Python)

Uses wmic under the hood to report Network Adapters (Win32_NetworkAdapter) — no third-party packages required.