Tag: report
348 script(s) tagged “report”
Report Size of The npm cache (VBA)
Reports the total size and top-level file count of the npm cache using Scripting.FileSystemObject, straight from Excel โฆ
Get Physical Memory Modules Report
Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV expโฆ
Get Logical Disks Report to File (VBScript)
Queries Win32_LogicalDisk via WMI and writes Logical Disks to a timestamped text file, handy for scheduled logon/logoffโฆ
Get Page File Usage Report to File (VBScript)
Queries Win32_PageFileUsage via WMI and writes Page File Usage to a timestamped text file, handy for scheduled logon/loโฆ
Get Services Report
Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.
Get BIOS Info Report (JScript)
Queries Win32_BIOS via WMI and prints BIOS Info to the console โ JScript, VBScript's WSH sibling language.
Get Processor Info Report (C#)
Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.
Get Google Chrome's browser cache Size Report
Reports how much disk space Google Chrome's browser cache is currently using, read-only (no deletion).
Get The npm cache Size Report (Python)
Recursively sums the size of the npm cache, read-only (no deletion).
Get Logical Disks Report (JScript)
Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console โ JScript, VBScript's WSH sibling language.
Get Battery Info Report (Python)
Uses wmic under the hood to report Battery Info (Win32_Battery) โ no third-party packages required.
Get System Drivers Report (VBScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console โ no PowerShell required.