Tag: report

348 script(s) tagged “report”

πŸ“„ JScript (WSH)

Get Processes Report (JScript)

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

πŸ“œ VBScript (WSH)

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

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

⚑ PowerShell 5.1+

Get System Drivers Report

Queries Win32_SystemDriver via WMI and reports System Drivers in a formatted table, with an optional CSV export.

🟣 C# / .NET 6+

Get Connected Monitors Report (C#)

Queries Win32_DesktopMonitor via WMI (System.Management) and prints Connected Monitors to the console.

⚑ PowerShell 5.1+

Get The Windows Internet cache (INetCache) Size Report

Reports how much disk space the Windows Internet cache (INetCache) is currently using, read-only (no deletion).

πŸ“Š VBA (Excel)

Report Size of The pip download cache (VBA)

Reports the total size and top-level file count of the pip download cache using Scripting.FileSystemObject, straight fr…

πŸ“œ VBScript (WSH)

Get Services Report to File (VBScript)

Queries Win32_Service via WMI and writes Services to a timestamped text file, handy for scheduled logon/logoff scripts.

🟣 C# / .NET 6+

Get Google Chrome's browser cache Size Report (C#)

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

πŸ–₯️ Batch (CMD)

Get Startup Programs Report (Batch)

Uses wmic to list Startup Programs (Win32_StartupCommand) straight from the command line.

πŸ“Š VBA (Excel)

List Files in The system-wide Windows Temp folder (VBA)

Lists every file in the system-wide Windows Temp folder with size and last-modified date directly on the active workshe…

πŸ“Š VBA (Excel)

List Files in Windows Error Reporting files (VBA)

Lists every file in Windows Error Reporting files with size and last-modified date directly on the active worksheet, us…

πŸ“„ JScript (WSH)

Get Operating System Info Report (JScript)

Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console β€” JScript, VBScript's WSH sibling…