Tag: report
348 script(s) tagged “report”
Get Installed Hotfixes Report (Batch)
Uses wmic to list Installed Hotfixes (Win32_QuickFixEngineering) straight from the command line.
Get The Office document cache Size Report (Python)
Recursively sums the size of the Office document cache, read-only (no deletion).
Get Environment Variables Report (VBScript)
Queries Win32_Environment via WMI and prints Environment Variables to the console — no PowerShell required.
Get The NuGet packages cache Size Report (VBScript)
Recursively sums the size of the NuGet packages cache, read-only (no deletion).
Get USB Controllers Report (C#)
Queries Win32_USBController via WMI (System.Management) and prints USB Controllers to the console.
Get Logical Disks Report (VBScript)
Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console — no PowerShell required.
Get Network Shares Report (JScript)
Queries Win32_Share via WMI and prints Network Shares to the console — JScript, VBScript's WSH sibling language.
Get CD/DVD Drives Report (C#)
Queries Win32_CDROMDrive via WMI (System.Management) and prints CD/DVD Drives to the console.
Get Windows Error Reporting files Size Report (VBScript)
Recursively sums the size of Windows Error Reporting files, read-only (no deletion).
Get Processor Info Report to File (VBScript)
Queries Win32_Processor via WMI and writes Processor Info to a timestamped text file, handy for scheduled logon/logoff …
Get The Office document cache Size Report (C#)
Recursively sums the size of the Office document cache, read-only (no deletion).
Get Services Report (C#)
Queries Win32_Service via WMI (System.Management) and prints Services to the console.