Tag: report

348 script(s) tagged “report”

🟣 C# / .NET 6+

Get Pointing Devices Report (C#)

Queries Win32_PointingDevice via WMI (System.Management) and prints Pointing Devices to the console.

🖥️ Batch (CMD)

Get Network Shares Report (Batch)

Uses wmic to list Network Shares (Win32_Share) straight from the command line.

⚡ PowerShell 5.1+

Get The pip download cache Size Report

Reports how much disk space the pip download cache is currently using, read-only (no deletion).

📄 JScript (WSH)

Get System Drivers Report (JScript)

Queries Win32_SystemDriver via WMI and prints System Drivers to the console — JScript, VBScript's WSH sibling language.

🐍 Python 3.10+

Get Printers Report (Python)

Uses wmic under the hood to report Printers (Win32_Printer) — no third-party packages required.

📊 VBA (Excel)

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…

📊 VBA (Excel)

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 …

📜 VBScript (WSH)

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…

📊 VBA (Excel)

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…

🟣 C# / .NET 6+

Get Installed MSI Products Report (C#)

Queries Win32_Product via WMI (System.Management) and prints Installed MSI Products to the console.

⚡ PowerShell 5.1+

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).

📄 JScript (WSH)

Get Signed Drivers Report (JScript)

Queries Win32_PnPSignedDriver via WMI and prints Signed Drivers to the console — JScript, VBScript's WSH sibling langua…