Tag: report
348 script(s) tagged “report”
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).
Get Computer System Info Report (Python)
Uses wmic under the hood to report Computer System Info (Win32_ComputerSystem) β no third-party packages required.
Get Logical Disks Report (C#)
Queries Win32_LogicalDisk via WMI (System.Management) and prints Logical Disks to the console.
Get Local User Accounts Report (Python)
Uses wmic under the hood to report Local User Accounts (Win32_UserAccount) β no third-party packages required.
Get Services Report (VBScript)
Queries Win32_Service via WMI and prints Services to the console β no PowerShell required.
Get Network Login Profiles Report (Python)
Uses wmic under the hood to report Network Login Profiles (Win32_NetworkLoginProfile) β no third-party packages requireβ¦
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β¦
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β¦
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 β¦
Get Physical Memory Modules Report (JScript)
Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console β JScript, VBScript's WSH siblinβ¦
Get Video Controllers Report (Python)
Uses wmic under the hood to report Video Controllers (Win32_VideoController) β no third-party packages required.
Get Stuck print spooler files Size Report (VBScript)
Recursively sums the size of stuck print spooler files, read-only (no deletion).