Tag: report
348 script(s) tagged “report”
Get Processes Report (C#)
Queries Win32_Process via WMI (System.Management) and prints Processes to the console.
Get Signed Drivers Report (VBScript)
Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console β no PowerShell required.
Get Installed Hotfixes Report to File (VBScript)
Queries Win32_QuickFixEngineering via WMI and writes Installed Hotfixes to a timestamped text file, handy for scheduledβ¦
Get The Windows Prefetch folder Size Report (Python)
Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).
Report Size of Windows Error Reporting files (VBA)
Reports the total size and top-level file count of Windows Error Reporting files using Scripting.FileSystemObject, straβ¦
Get Page File Usage Report (JScript)
Queries Win32_PageFileUsage via WMI and prints Page File Usage to the console β JScript, VBScript's WSH sibling languagβ¦
Get Physical Disk Drives Report to File (VBScript)
Queries Win32_DiskDrive via WMI and writes Physical Disk Drives to a timestamped text file, handy for scheduled logon/lβ¦
Get CD/DVD Drives Report (Python)
Uses wmic under the hood to report CD/DVD Drives (Win32_CDROMDrive) β no third-party packages required.
Get The current user's Temp folder Size Report (Python)
Recursively sums the size of the current user's Temp folder, read-only (no deletion).
Get Installed Hotfixes Report (C#)
Queries Win32_QuickFixEngineering via WMI (System.Management) and prints Installed Hotfixes to the console.
Get CD/DVD Drives Report (Batch)
Uses wmic to list CD/DVD Drives (Win32_CDROMDrive) straight from the command line.
Get Windows Error Reporting files Size Report
Reports how much disk space Windows Error Reporting files is currently using, read-only (no deletion).