Tag: report
348 script(s) tagged “report”
Get Processes Report (VBScript)
Queries Win32_Process via WMI and prints Processes to the console β no PowerShell required.
Get Logical Disks Report (Python)
Uses wmic under the hood to report Logical Disks (Win32_LogicalDisk) β no third-party packages required.
Get Network Adapter Configuration Report (VBScript)
Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β no PowerSheβ¦
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β¦
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β¦
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β¦
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).
Get Sound Devices Report
Queries Win32_SoundDevice via WMI and reports Sound Devices in a formatted table, with an optional CSV export.
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β¦
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β¦
Get Local User Accounts Report (C#)
Queries Win32_UserAccount via WMI (System.Management) and prints Local User Accounts to the console.
Get Local Groups Report (VBScript)
Queries Win32_Group via WMI and prints Local Groups to the console β no PowerShell required.