Tag: report
348 script(s) tagged “report”
Get Network Login Profiles Report to File (VBScript)
Queries Win32_NetworkLoginProfile via WMI and writes Network Login Profiles to a timestamped text file, handy for schedβ¦
Get Connected Monitors Report (VBScript)
Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β no PowerShell required.
Get Keyboard Info Report (Batch)
Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.
Get The pip download cache Size Report (VBScript)
Recursively sums the size of the pip download cache, read-only (no deletion).
Get Physical Disk Drives Report (Python)
Uses wmic under the hood to report Physical Disk Drives (Win32_DiskDrive) β no third-party packages required.
Get System Drivers Report (C#)
Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.
Get Computer System Info Report (Batch)
Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.
Get Network Adapter Configuration Report (JScript)
Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β JScript, VBβ¦
Get Page File Usage Report (C#)
Queries Win32_PageFileUsage via WMI (System.Management) and prints Page File Usage to the console.
Get Battery Info Report (Batch)
Uses wmic to list Battery Info (Win32_Battery) straight from the command line.
Get Connected Monitors Report (Batch)
Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.
Report Size of The Office document cache (VBA)
Reports the total size and top-level file count of the Office document cache using Scripting.FileSystemObject, straightβ¦