Tag: report
348 script(s) tagged “report”
Get Computer System Product Info Report (Batch)
Uses wmic to list Computer System Product Info (Win32_ComputerSystemProduct) straight from the command line.
Get The Windows Internet cache (INetCache) Size Report (VBScript)
Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).
Get Printers Report
Queries Win32_Printer via WMI and reports Printers in a formatted table, with an optional CSV export.
Get Processor Info Report (Python)
Uses wmic under the hood to report Processor Info (Win32_Processor) β no third-party packages required.
Get Physical Memory Modules Report to File (VBScript)
Queries Win32_PhysicalMemory via WMI and writes Physical Memory Modules to a timestamped text file, handy for scheduledβ¦
Get Page File Usage Report (VBScript)
Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console β no PowerShell required.
Get Battery Info Report (JScript)
Queries Win32_Battery via WMI and prints Battery Info to the console β JScript, VBScript's WSH sibling language.
Get Time Zone Settings Report (C#)
Queries Win32_TimeZone via WMI (System.Management) and prints Time Zone Settings to the console.
Get Network Shares Report (C#)
Queries Win32_Share via WMI (System.Management) and prints Network Shares to the console.
Report Size of The NuGet packages cache (VBA)
Reports the total size and top-level file count of the NuGet packages cache using Scripting.FileSystemObject, straight β¦
Get Connected Monitors Report to File (VBScript)
Queries Win32_DesktopMonitor via WMI and writes Connected Monitors to a timestamped text file, handy for scheduled logoβ¦
Get Printers Report to File (VBScript)
Queries Win32_Printer via WMI and writes Printers to a timestamped text file, handy for scheduled logon/logoff scripts.