Tag: report
348 script(s) tagged “report”
Get Battery Info Report
Queries Win32_Battery via WMI and reports Battery Info in a formatted table, with an optional CSV export.
Get Network Adapters Report (JScript)
Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β JScript, VBScript's WSH sibling languβ¦
Get IIS log files Size Report (VBScript)
Recursively sums the size of IIS log files, read-only (no deletion).
Get The npm cache Size Report
Reports how much disk space the npm cache is currently using, read-only (no deletion).
Get IIS log files Size Report (C#)
Recursively sums the size of IIS log files, read-only (no deletion).
Get Local User Accounts Report (VBScript)
Queries Win32_UserAccount via WMI and prints Local User Accounts to the console β no PowerShell required.
Get System Drivers Report (Batch)
Uses wmic to list System Drivers (Win32_SystemDriver) straight from the command line.
Get Stuck print spooler files Size Report (Python)
Recursively sums the size of stuck print spooler files, read-only (no deletion).
Get Printers Report (JScript)
Queries Win32_Printer via WMI and prints Printers to the console β JScript, VBScript's WSH sibling language.
Get Computer System Product Info Report (JScript)
Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β JScript, VBScript'β¦
Get Physical Disk Drives Report (Batch)
Uses wmic to list Physical Disk Drives (Win32_DiskDrive) straight from the command line.
Get Network Shares Report (Python)
Uses wmic under the hood to report Network Shares (Win32_Share) β no third-party packages required.