Tag: report

348 script(s) tagged “report”

πŸ“œ VBScript (WSH)

Get Processes Report (VBScript)

Queries Win32_Process via WMI and prints Processes to the console β€” no PowerShell required.

🐍 Python 3.10+

Get Logical Disks Report (Python)

Uses wmic under the hood to report Logical Disks (Win32_LogicalDisk) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get Network Adapter Configuration Report (VBScript)

Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β€” no PowerShe…

πŸ“Š VBA (Excel)

Report Size of The Windows Prefetch folder (VBA)

Reports the total size and top-level file count of the Windows Prefetch folder using Scripting.FileSystemObject, straig…

πŸ“Š VBA (Excel)

List Files in The VS Code cache folder (VBA)

Lists every file in the VS Code cache folder with size and last-modified date directly on the active worksheet, using S…

πŸ“œ VBScript (WSH)

Get Installed MSI Products Report to File (VBScript)

Queries Win32_Product via WMI and writes Installed MSI Products to a timestamped text file, handy for scheduled logon/l…

πŸ“œ VBScript (WSH)

Get The current user's Temp folder Size Report (VBScript)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

⚑ PowerShell 5.1+

Get Sound Devices Report

Queries Win32_SoundDevice via WMI and reports Sound Devices in a formatted table, with an optional CSV export.

πŸ“„ JScript (WSH)

Get Installed MSI Products Report (JScript)

Queries Win32_Product via WMI and prints Installed MSI Products to the console β€” JScript, VBScript's WSH sibling langua…

πŸ“„ JScript (WSH)

Get Local User Accounts Report (JScript)

Queries Win32_UserAccount via WMI and prints Local User Accounts to the console β€” JScript, VBScript's WSH sibling langu…

🟣 C# / .NET 6+

Get Local User Accounts Report (C#)

Queries Win32_UserAccount via WMI (System.Management) and prints Local User Accounts to the console.

πŸ“œ VBScript (WSH)

Get Local Groups Report (VBScript)

Queries Win32_Group via WMI and prints Local Groups to the console β€” no PowerShell required.