Tag: report

348 script(s) tagged “report”

πŸ–₯️ Batch (CMD)

Get Computer System Product Info Report (Batch)

Uses wmic to list Computer System Product Info (Win32_ComputerSystemProduct) straight from the command line.

πŸ“œ VBScript (WSH)

Get The Windows Internet cache (INetCache) Size Report (VBScript)

Recursively sums the size of the Windows Internet cache (INetCache), read-only (no deletion).

⚑ PowerShell 5.1+

Get Printers Report

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

🐍 Python 3.10+

Get Processor Info Report (Python)

Uses wmic under the hood to report Processor Info (Win32_Processor) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

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…

πŸ“œ VBScript (WSH)

Get Page File Usage Report (VBScript)

Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console β€” no PowerShell required.

πŸ“„ JScript (WSH)

Get Battery Info Report (JScript)

Queries Win32_Battery via WMI and prints Battery Info to the console β€” JScript, VBScript's WSH sibling language.

🟣 C# / .NET 6+

Get Time Zone Settings Report (C#)

Queries Win32_TimeZone via WMI (System.Management) and prints Time Zone Settings to the console.

🟣 C# / .NET 6+

Get Network Shares Report (C#)

Queries Win32_Share via WMI (System.Management) and prints Network Shares to the console.

πŸ“Š VBA (Excel)

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 …

πŸ“œ VBScript (WSH)

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…

πŸ“œ VBScript (WSH)

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.