Tag: report
348 script(s) tagged “report”
Get Keyboard Info Report (VBScript)
Queries Win32_Keyboard via WMI and prints Keyboard Info to the console β no PowerShell required.
Get Keyboard Info Report (Python)
Uses wmic under the hood to report Keyboard Info (Win32_Keyboard) β no third-party packages required.
Get Keyboard Info Report (C#)
Queries Win32_Keyboard via WMI (System.Management) and prints Keyboard Info to the console.
Get The npm cache Size Report (VBScript)
Recursively sums the size of the npm cache, read-only (no deletion).
Get Installed Hotfixes Report (JScript)
Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β JScript, VBScript's WSH siblinβ¦
Get Printers Report (Batch)
Uses wmic to list Printers (Win32_Printer) straight from the command line.
Get USB Controllers Report to File (VBScript)
Queries Win32_USBController via WMI and writes USB Controllers to a timestamped text file, handy for scheduled logon/loβ¦
Report Size of The Windows Update download cache (VBA)
Reports the total size and top-level file count of the Windows Update download cache using Scripting.FileSystemObject, β¦
Get The Microsoft Teams cache Size Report (Python)
Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).
Get Installed Hotfixes Report (VBScript)
Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β no PowerShell required.
Get Video Controllers Report (JScript)
Queries Win32_VideoController via WMI and prints Video Controllers to the console β JScript, VBScript's WSH sibling lanβ¦
List Files in The NuGet packages cache (VBA)
Lists every file in the NuGet packages cache with size and last-modified date directly on the active worksheet, using Sβ¦