Tag: report

348 script(s) tagged “report”

πŸ“Š VBA (Excel)

Report Size of The current user's Temp folder (VBA)

Reports the total size and top-level file count of the current user's Temp folder using Scripting.FileSystemObject, str…

πŸ“œ VBScript (WSH)

Get Computer System Product Info Report (VBScript)

Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β€” no PowerShell requ…

⚑ PowerShell 5.1+

Get Stuck print spooler files Size Report

Reports how much disk space stuck print spooler files is currently using, read-only (no deletion).

⚑ PowerShell 5.1+

Get Installed MSI Products Report

Queries Win32_Product via WMI and reports Installed MSI Products in a formatted table, with an optional CSV export.

πŸ“„ JScript (WSH)

Get Keyboard Info Report (JScript)

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

πŸ“œ VBScript (WSH)

Get Sound Devices Report (VBScript)

Queries Win32_SoundDevice via WMI and prints Sound Devices to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Network Adapters Report (VBScript)

Queries Win32_NetworkAdapter via WMI and prints Network Adapters to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get Motherboard Info Report (VBScript)

Queries Win32_BaseBoard via WMI and prints Motherboard Info to the console β€” no PowerShell required.

⚑ PowerShell 5.1+

Get Installed Hotfixes Report

Queries Win32_QuickFixEngineering via WMI and reports Installed Hotfixes in a formatted table, with an optional CSV exp…

πŸ“œ VBScript (WSH)

Get Battery Info Report (VBScript)

Queries Win32_Battery via WMI and prints Battery Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

Get USB Controllers Report (VBScript)

Queries Win32_USBController via WMI and prints USB Controllers to the console β€” no PowerShell required.

🟣 C# / .NET 6+

Get Motherboard Info Report (C#)

Queries Win32_BaseBoard via WMI (System.Management) and prints Motherboard Info to the console.