Tag: report
348 script(s) tagged “report”
Get Physical Memory Modules Report (VBScript)
Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console β no PowerShell required.
Get IIS log files Size Report
Reports how much disk space IIS log files is currently using, read-only (no deletion).
Get Services Report (Batch)
Uses wmic to list Services (Win32_Service) straight from the command line.
Get Network Adapters Report (Batch)
Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.
Get Microsoft Edge's browser cache Size Report (Python)
Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).
Get System Drivers Report (Python)
Uses wmic under the hood to report System Drivers (Win32_SystemDriver) β no third-party packages required.
Get The VS Code cache folder Size Report (C#)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Get Sound Devices Report (JScript)
Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β JScript, VBScript's WSH sibling language.
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β¦
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β¦
Get Environment Variables Report (Batch)
Uses wmic to list Environment Variables (Win32_Environment) straight from the command line.
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β¦