Tag: report
348 script(s) tagged “report”
Get Processes Report (Python)
Uses wmic under the hood to report Processes (Win32_Process) โ no third-party packages required.
Get Computer System Product Info Report (C#)
Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.
Get Startup Programs Report (JScript)
Queries Win32_StartupCommand via WMI and prints Startup Programs to the console โ JScript, VBScript's WSH sibling languโฆ
Get Computer System Info Report
Queries Win32_ComputerSystem via WMI and reports Computer System Info in a formatted table, with an optional CSV export.
Get Local Groups Report (Batch)
Uses wmic to list Local Groups (Win32_Group) straight from the command line.
Get The pip download cache Size Report (C#)
Recursively sums the size of the pip download cache, read-only (no deletion).
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โฆ
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โฆ
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โฆ
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โฆ
Get USB Controllers Report (Python)
Uses wmic under the hood to report USB Controllers (Win32_USBController) โ no third-party packages required.
Get Pointing Devices Report (Batch)
Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.