Tag: report

348 script(s) tagged “report”

⚑ PowerShell 5.1+

Get The Windows Update download cache Size Report

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

🐍 Python 3.10+

Get Computer System Info Report (Python)

Uses wmic under the hood to report Computer System Info (Win32_ComputerSystem) β€” no third-party packages required.

🟣 C# / .NET 6+

Get Logical Disks Report (C#)

Queries Win32_LogicalDisk via WMI (System.Management) and prints Logical Disks to the console.

🐍 Python 3.10+

Get Local User Accounts Report (Python)

Uses wmic under the hood to report Local User Accounts (Win32_UserAccount) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get Services Report (VBScript)

Queries Win32_Service via WMI and prints Services to the console β€” no PowerShell required.

🐍 Python 3.10+

Get Network Login Profiles Report (Python)

Uses wmic under the hood to report Network Login Profiles (Win32_NetworkLoginProfile) β€” no third-party packages require…

πŸ“Š VBA (Excel)

List Files in The Windows Update download cache (VBA)

Lists every file in the Windows Update download cache with size and last-modified date directly on the active worksheet…

πŸ“œ VBScript (WSH)

Get Battery Info Report to File (VBScript)

Queries Win32_Battery via WMI and writes Battery Info to a timestamped text file, handy for scheduled logon/logoff scri…

πŸ“œ VBScript (WSH)

Get CD/DVD Drives Report to File (VBScript)

Queries Win32_CDROMDrive via WMI and writes CD/DVD Drives to a timestamped text file, handy for scheduled logon/logoff …

πŸ“„ JScript (WSH)

Get Physical Memory Modules Report (JScript)

Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console β€” JScript, VBScript's WSH siblin…

🐍 Python 3.10+

Get Video Controllers Report (Python)

Uses wmic under the hood to report Video Controllers (Win32_VideoController) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get Stuck print spooler files Size Report (VBScript)

Recursively sums the size of stuck print spooler files, read-only (no deletion).