Tag: report

348 script(s) tagged “report”

๐Ÿ Python 3.10+

Get Processes Report (Python)

Uses wmic under the hood to report Processes (Win32_Process) โ€” no third-party packages required.

๐ŸŸฃ C# / .NET 6+

Get Computer System Product Info Report (C#)

Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.

๐Ÿ“„ JScript (WSH)

Get Startup Programs Report (JScript)

Queries Win32_StartupCommand via WMI and prints Startup Programs to the console โ€” JScript, VBScript's WSH sibling languโ€ฆ

โšก PowerShell 5.1+

Get Computer System Info Report

Queries Win32_ComputerSystem via WMI and reports Computer System Info in a formatted table, with an optional CSV export.

๐Ÿ–ฅ๏ธ Batch (CMD)

Get Local Groups Report (Batch)

Uses wmic to list Local Groups (Win32_Group) straight from the command line.

๐ŸŸฃ C# / .NET 6+

Get The pip download cache Size Report (C#)

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

๐Ÿ“Š VBA (Excel)

Report Size of The Windows Internet cache (INetCache) (VBA)

Reports the total size and top-level file count of the Windows Internet cache (INetCache) using Scripting.FileSystemObjโ€ฆ

๐Ÿ“Š VBA (Excel)

List Files in The user CrashDumps folder (VBA)

Lists every file in the user CrashDumps folder with size and last-modified date directly on the active worksheet, usingโ€ฆ

๐Ÿ“Š VBA (Excel)

List Files in IIS log files (VBA)

Lists every file in IIS log files with size and last-modified date directly on the active worksheet, using Scripting.Fiโ€ฆ

๐Ÿ“œ VBScript (WSH)

Get Video Controllers Report to File (VBScript)

Queries Win32_VideoController via WMI and writes Video Controllers to a timestamped text file, handy for scheduled logoโ€ฆ

๐Ÿ Python 3.10+

Get USB Controllers Report (Python)

Uses wmic under the hood to report USB Controllers (Win32_USBController) โ€” no third-party packages required.

๐Ÿ–ฅ๏ธ Batch (CMD)

Get Pointing Devices Report (Batch)

Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.