Tag: report

348 script(s) tagged “report”

πŸ“œ VBScript (WSH)

Get Physical Memory Modules Report (VBScript)

Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console β€” no PowerShell required.

⚑ PowerShell 5.1+

Get IIS log files Size Report

Reports how much disk space IIS log files is currently using, read-only (no deletion).

πŸ–₯️ Batch (CMD)

Get Services Report (Batch)

Uses wmic to list Services (Win32_Service) straight from the command line.

πŸ–₯️ Batch (CMD)

Get Network Adapters Report (Batch)

Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.

🐍 Python 3.10+

Get Microsoft Edge's browser cache Size Report (Python)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).

🐍 Python 3.10+

Get System Drivers Report (Python)

Uses wmic under the hood to report System Drivers (Win32_SystemDriver) β€” no third-party packages required.

🟣 C# / .NET 6+

Get The VS Code cache folder Size Report (C#)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

πŸ“„ JScript (WSH)

Get Sound Devices Report (JScript)

Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β€” JScript, VBScript's WSH sibling language.

πŸ“œ VBScript (WSH)

Get Computer System Product Info Report to File (VBScript)

Queries Win32_ComputerSystemProduct via WMI and writes Computer System Product Info to a timestamped text file, handy f…

πŸ“Š VBA (Excel)

List Files in The npm cache (VBA)

Lists every file in the npm cache with size and last-modified date directly on the active worksheet, using Scripting.Fi…

πŸ–₯️ Batch (CMD)

Get Environment Variables Report (Batch)

Uses wmic to list Environment Variables (Win32_Environment) straight from the command line.

πŸ“Š VBA (Excel)

List Files in The Windows Prefetch folder (VBA)

Lists every file in the Windows Prefetch folder with size and last-modified date directly on the active worksheet, usin…