Tag: report

348 script(s) tagged “report”

๐Ÿ“Š VBA (Excel)

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 โ€ฆ

โšก PowerShell 5.1+

Get Physical Memory Modules Report

Queries Win32_PhysicalMemory via WMI and reports Physical Memory Modules in a formatted table, with an optional CSV expโ€ฆ

๐Ÿ“œ VBScript (WSH)

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โ€ฆ

๐Ÿ“œ VBScript (WSH)

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โ€ฆ

โšก PowerShell 5.1+

Get Services Report

Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.

๐Ÿ“„ JScript (WSH)

Get BIOS Info Report (JScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console โ€” JScript, VBScript's WSH sibling language.

๐ŸŸฃ C# / .NET 6+

Get Processor Info Report (C#)

Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.

โšก PowerShell 5.1+

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).

๐Ÿ Python 3.10+

Get The npm cache Size Report (Python)

Recursively sums the size of the npm cache, read-only (no deletion).

๐Ÿ“„ JScript (WSH)

Get Logical Disks Report (JScript)

Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console โ€” JScript, VBScript's WSH sibling language.

๐Ÿ Python 3.10+

Get Battery Info Report (Python)

Uses wmic under the hood to report Battery Info (Win32_Battery) โ€” no third-party packages required.

๐Ÿ“œ VBScript (WSH)

Get System Drivers Report (VBScript)

Queries Win32_SystemDriver via WMI and prints System Drivers to the console โ€” no PowerShell required.