Tag: report

348 script(s) tagged “report”

🖥️ Batch (CMD)

Get Installed Hotfixes Report (Batch)

Uses wmic to list Installed Hotfixes (Win32_QuickFixEngineering) straight from the command line.

🐍 Python 3.10+

Get The Office document cache Size Report (Python)

Recursively sums the size of the Office document cache, read-only (no deletion).

📜 VBScript (WSH)

Get Environment Variables Report (VBScript)

Queries Win32_Environment via WMI and prints Environment Variables to the console — no PowerShell required.

📜 VBScript (WSH)

Get The NuGet packages cache Size Report (VBScript)

Recursively sums the size of the NuGet packages cache, read-only (no deletion).

🟣 C# / .NET 6+

Get USB Controllers Report (C#)

Queries Win32_USBController via WMI (System.Management) and prints USB Controllers to the console.

📜 VBScript (WSH)

Get Logical Disks Report (VBScript)

Queries Win32_LogicalDisk via WMI and prints Logical Disks to the console — no PowerShell required.

📄 JScript (WSH)

Get Network Shares Report (JScript)

Queries Win32_Share via WMI and prints Network Shares to the console — JScript, VBScript's WSH sibling language.

🟣 C# / .NET 6+

Get CD/DVD Drives Report (C#)

Queries Win32_CDROMDrive via WMI (System.Management) and prints CD/DVD Drives to the console.

📜 VBScript (WSH)

Get Windows Error Reporting files Size Report (VBScript)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

📜 VBScript (WSH)

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 …

🟣 C# / .NET 6+

Get The Office document cache Size Report (C#)

Recursively sums the size of the Office document cache, read-only (no deletion).

🟣 C# / .NET 6+

Get Services Report (C#)

Queries Win32_Service via WMI (System.Management) and prints Services to the console.