Tag: report

348 script(s) tagged “report”

⚡ PowerShell 5.1+

Get The system-wide Windows Temp folder Size Report

Reports how much disk space the system-wide Windows Temp folder is currently using, read-only (no deletion).

📊 VBA (Excel)

List Files in The Explorer thumbnail cache (VBA)

Lists every file in the Explorer thumbnail cache with size and last-modified date directly on the active worksheet, usi…

📜 VBScript (WSH)

Get Pointing Devices Report (VBScript)

Queries Win32_PointingDevice via WMI and prints Pointing Devices to the console — no PowerShell required.

🖥️ Batch (CMD)

Get Processor Info Report (Batch)

Uses wmic to list Processor Info (Win32_Processor) straight from the command line.

⚡ PowerShell 5.1+

Get Startup Programs Report

Queries Win32_StartupCommand via WMI and reports Startup Programs in a formatted table, with an optional CSV export.

📜 VBScript (WSH)

Get Network Adapter Configuration Report to File (VBScript)

Queries Win32_NetworkAdapterConfiguration via WMI and writes Network Adapter Configuration to a timestamped text file, …

🐍 Python 3.10+

Get The Windows Update download cache Size Report (Python)

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

📜 VBScript (WSH)

Get Local User Accounts Report to File (VBScript)

Queries Win32_UserAccount via WMI and writes Local User Accounts to a timestamped text file, handy for scheduled logon/…

🖥️ Batch (CMD)

Get Page File Usage Report (Batch)

Uses wmic to list Page File Usage (Win32_PageFileUsage) straight from the command line.

🐍 Python 3.10+

Get Installed MSI Products Report (Python)

Uses wmic under the hood to report Installed MSI Products (Win32_Product) — no third-party packages required.

🖥️ Batch (CMD)

Get Processes Report (Batch)

Uses wmic to list Processes (Win32_Process) straight from the command line.

🐍 Python 3.10+

Get The Explorer thumbnail cache Size Report (Python)

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