Tag: report

348 script(s) tagged “report”

πŸ“œ VBScript (WSH)

Get Network Login Profiles Report to File (VBScript)

Queries Win32_NetworkLoginProfile via WMI and writes Network Login Profiles to a timestamped text file, handy for sched…

πŸ“œ VBScript (WSH)

Get Connected Monitors Report (VBScript)

Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β€” no PowerShell required.

πŸ–₯️ Batch (CMD)

Get Keyboard Info Report (Batch)

Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.

πŸ“œ VBScript (WSH)

Get The pip download cache Size Report (VBScript)

Recursively sums the size of the pip download cache, read-only (no deletion).

🐍 Python 3.10+

Get Physical Disk Drives Report (Python)

Uses wmic under the hood to report Physical Disk Drives (Win32_DiskDrive) β€” no third-party packages required.

🟣 C# / .NET 6+

Get System Drivers Report (C#)

Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.

πŸ–₯️ Batch (CMD)

Get Computer System Info Report (Batch)

Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.

πŸ“„ JScript (WSH)

Get Network Adapter Configuration Report (JScript)

Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β€” JScript, VB…

🟣 C# / .NET 6+

Get Page File Usage Report (C#)

Queries Win32_PageFileUsage via WMI (System.Management) and prints Page File Usage to the console.

πŸ–₯️ Batch (CMD)

Get Battery Info Report (Batch)

Uses wmic to list Battery Info (Win32_Battery) straight from the command line.

πŸ–₯️ Batch (CMD)

Get Connected Monitors Report (Batch)

Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.

πŸ“Š VBA (Excel)

Report Size of The Office document cache (VBA)

Reports the total size and top-level file count of the Office document cache using Scripting.FileSystemObject, straight…