Tag: report
348 script(s) tagged “report”
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…
Get The user CrashDumps folder Size Report (C#)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Get Local Groups Report (C#)
Queries Win32_Group via WMI (System.Management) and prints Local Groups to the console.
Get Network Login Profiles Report (VBScript)
Queries Win32_NetworkLoginProfile via WMI and prints Network Login Profiles to the console — no PowerShell required.
Get Network Adapter Configuration Report
Queries Win32_NetworkAdapterConfiguration via WMI and reports Network Adapter Configuration in a formatted table, with …
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…
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…
Get Computer System Product Info Report (Python)
Uses wmic under the hood to report Computer System Product Info (Win32_ComputerSystemProduct) — no third-party packages…
Get Physical Disk Drives Report (C#)
Queries Win32_DiskDrive via WMI (System.Management) and prints Physical Disk Drives to the console.
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…
Get Operating System Info Report (Batch)
Uses wmic to list Operating System Info (Win32_OperatingSystem) straight from the command line.
Get Operating System Info Report
Queries Win32_OperatingSystem via WMI and reports Operating System Info in a formatted table, with an optional CSV expo…