Tag: report
348 script(s) tagged “report”
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 β¦
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β¦
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.
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β¦
Get Connected Monitors Report (JScript)
Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β JScript, VBScript's WSH sibling lanβ¦
Get Video Controllers Report (Batch)
Uses wmic to list Video Controllers (Win32_VideoController) straight from the command line.
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.
Get Network Login Profiles Report
Queries Win32_NetworkLoginProfile via WMI and reports Network Login Profiles in a formatted table, with an optional CSVβ¦
Get Startup Programs Report (C#)
Queries Win32_StartupCommand via WMI (System.Management) and prints Startup Programs to the console.
Get Pointing Devices Report
Queries Win32_PointingDevice via WMI and reports Pointing Devices in a formatted table, with an optional CSV export.
Get Windows Error Reporting files Size Report (Python)
Recursively sums the size of Windows Error Reporting files, read-only (no deletion).
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.