Tag: report

348 script(s) tagged “report”

πŸ“œ VBScript (WSH)

Get Operating System Info Report to File (VBScript)

Queries Win32_OperatingSystem via WMI and writes Operating System Info to a timestamped text file, handy for scheduled …

πŸ“Š VBA (Excel)

Report Size of Stuck print spooler files (VBA)

Reports the total size and top-level file count of stuck print spooler files using Scripting.FileSystemObject, straight…

πŸ“„ JScript (WSH)

Get CD/DVD Drives Report (JScript)

Queries Win32_CDROMDrive via WMI and prints CD/DVD Drives to the console β€” JScript, VBScript's WSH sibling language.

πŸ“Š VBA (Excel)

List Files in Microsoft Edge's browser cache (VBA)

Lists every file in Microsoft Edge's browser cache with size and last-modified date directly on the active worksheet, u…

πŸ“„ JScript (WSH)

Get Connected Monitors Report (JScript)

Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β€” JScript, VBScript's WSH sibling lan…

πŸ–₯️ Batch (CMD)

Get Video Controllers Report (Batch)

Uses wmic to list Video Controllers (Win32_VideoController) straight from the command line.

πŸ“„ JScript (WSH)

Get Time Zone Settings Report (JScript)

Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β€” JScript, VBScript's WSH sibling language.

⚑ PowerShell 5.1+

Get Network Login Profiles Report

Queries Win32_NetworkLoginProfile via WMI and reports Network Login Profiles in a formatted table, with an optional CSV…

🟣 C# / .NET 6+

Get Startup Programs Report (C#)

Queries Win32_StartupCommand via WMI (System.Management) and prints Startup Programs to the console.

⚑ PowerShell 5.1+

Get Pointing Devices Report

Queries Win32_PointingDevice via WMI and reports Pointing Devices in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Get Windows Error Reporting files Size Report (Python)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get BIOS Info Report to File (VBScript)

Queries Win32_BIOS via WMI and writes BIOS Info to a timestamped text file, handy for scheduled logon/logoff scripts.