Tag: report

348 script(s) tagged “report”

⚑ PowerShell 5.1+

Get Battery Info Report

Queries Win32_Battery via WMI and reports Battery Info in a formatted table, with an optional CSV export.

πŸ“„ JScript (WSH)

Get Network Adapters Report (JScript)

Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β€” JScript, VBScript's WSH sibling langu…

πŸ“œ VBScript (WSH)

Get IIS log files Size Report (VBScript)

Recursively sums the size of IIS log files, read-only (no deletion).

⚑ PowerShell 5.1+

Get The npm cache Size Report

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

🟣 C# / .NET 6+

Get IIS log files Size Report (C#)

Recursively sums the size of IIS log files, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get Local User Accounts Report (VBScript)

Queries Win32_UserAccount via WMI and prints Local User Accounts to the console β€” no PowerShell required.

πŸ–₯️ Batch (CMD)

Get System Drivers Report (Batch)

Uses wmic to list System Drivers (Win32_SystemDriver) straight from the command line.

🐍 Python 3.10+

Get Stuck print spooler files Size Report (Python)

Recursively sums the size of stuck print spooler files, read-only (no deletion).

πŸ“„ JScript (WSH)

Get Printers Report (JScript)

Queries Win32_Printer via WMI and prints Printers to the console β€” JScript, VBScript's WSH sibling language.

πŸ“„ JScript (WSH)

Get Computer System Product Info Report (JScript)

Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β€” JScript, VBScript'…

πŸ–₯️ Batch (CMD)

Get Physical Disk Drives Report (Batch)

Uses wmic to list Physical Disk Drives (Win32_DiskDrive) straight from the command line.

🐍 Python 3.10+

Get Network Shares Report (Python)

Uses wmic under the hood to report Network Shares (Win32_Share) β€” no third-party packages required.