Tag: report
348 script(s) tagged “report”
Get Pointing Devices Report (C#)
Queries Win32_PointingDevice via WMI (System.Management) and prints Pointing Devices to the console.
Get Network Shares Report (Batch)
Uses wmic to list Network Shares (Win32_Share) straight from the command line.
Get The pip download cache Size Report
Reports how much disk space the pip download cache is currently using, read-only (no deletion).
Get System Drivers Report (JScript)
Queries Win32_SystemDriver via WMI and prints System Drivers to the console — JScript, VBScript's WSH sibling language.
Get Printers Report (Python)
Uses wmic under the hood to report Printers (Win32_Printer) — no third-party packages required.
Report Size of The system-wide Windows Temp folder (VBA)
Reports the total size and top-level file count of the system-wide Windows Temp folder using Scripting.FileSystemObject…
List Files in The Microsoft Teams cache (VBA)
Lists every file in the Microsoft Teams cache with size and last-modified date directly on the active worksheet, using …
Get Time Zone Settings Report to File (VBScript)
Queries Win32_TimeZone via WMI and writes Time Zone Settings to a timestamped text file, handy for scheduled logon/logo…
Report Size of The Microsoft Teams cache (VBA)
Reports the total size and top-level file count of the Microsoft Teams cache using Scripting.FileSystemObject, straight…
Get Installed MSI Products Report (C#)
Queries Win32_Product via WMI (System.Management) and prints Installed MSI Products to the console.
Get The VS Code cache folder Size Report
Reports how much disk space the VS Code cache folder is currently using, read-only (no deletion).
Get Signed Drivers Report (JScript)
Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console — JScript, VBScript's WSH sibling langua…