Tag: report
348 script(s) tagged “report”
Get Operating System Info Report (C#)
Queries Win32_OperatingSystem via WMI (System.Management) and prints Operating System Info to the console.
Get Signed Drivers Report
Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.
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).
Get The VS Code cache folder Size Report (Python)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Get Operating System Info Report (VBScript)
Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console — no PowerShell required.
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 …
Get Local User Accounts Report
Queries Win32_UserAccount via WMI and reports Local User Accounts in a formatted table, with an optional CSV export.
Get Network Shares Report
Queries Win32_Share via WMI and reports Network Shares in a formatted table, with an optional CSV export.
Get Video Controllers Report (C#)
Queries Win32_VideoController via WMI (System.Management) and prints Video Controllers to the console.
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…
Get Local Groups Report
Queries Win32_Group via WMI and reports Local Groups in a formatted table, with an optional CSV export.
Get Network Adapters Report (Python)
Uses wmic under the hood to report Network Adapters (Win32_NetworkAdapter) — no third-party packages required.