Tag: report

348 script(s) tagged “report”

🟣 C# / .NET 6+

Get Battery Info Report (C#)

Queries Win32_Battery via WMI (System.Management) and prints Battery Info to the console.

🐍 Python 3.10+

Get Signed Drivers Report (Python)

Uses wmic under the hood to report Signed Drivers (Win32_PnPSignedDriver) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get Google Chrome's browser cache Size Report (VBScript)

Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).

🟣 C# / .NET 6+

Get The Microsoft Teams cache Size Report (C#)

Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).

πŸ“Š VBA (Excel)

List Files in Google Chrome's browser cache (VBA)

Lists every file in Google Chrome's browser cache with size and last-modified date directly on the active worksheet, us…

⚑ PowerShell 5.1+

Get The current user's Temp folder Size Report

Reports how much disk space the current user's Temp folder is currently using, read-only (no deletion).

⚑ PowerShell 5.1+

Get Connected Monitors Report

Queries Win32_DesktopMonitor via WMI and reports Connected Monitors in a formatted table, with an optional CSV export.

🐍 Python 3.10+

Get Network Adapter Configuration Report (Python)

Uses wmic under the hood to report Network Adapter Configuration (Win32_NetworkAdapterConfiguration) β€” no third-party p…

πŸ“œ VBScript (WSH)

Get Network Shares Report to File (VBScript)

Queries Win32_Share via WMI and writes Network Shares to a timestamped text file, handy for scheduled logon/logoff scri…

🟣 C# / .NET 6+

Get The Explorer thumbnail cache Size Report (C#)

Recursively sums the size of the Explorer thumbnail cache, read-only (no deletion).

πŸ–₯️ Batch (CMD)

Get USB Controllers Report (Batch)

Uses wmic to list USB Controllers (Win32_USBController) straight from the command line.

⚑ PowerShell 5.1+

Get Logical Disks Report

Queries Win32_LogicalDisk via WMI and reports Logical Disks in a formatted table, with an optional CSV export.