Tag: system-info
89 script(s) tagged “system-info”
Win32_ComputerSystem: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_ComputerSystem exposes on the current system, instead ofβ¦
Watch Computer System Info for Changes
Polls Win32_ComputerSystem on an interval and prints a line whenever the Computer System Info count changes β a lightweβ¦
Get Computer System Info Report (VBScript)
Queries Win32_ComputerSystem via WMI and prints Computer System Info to the console β no PowerShell required.
Get Operating System Info Report to File (VBScript)
Queries Win32_OperatingSystem via WMI and writes Operating System Info to a timestamped text file, handy for scheduled β¦
Load Computer System Info into Excel via WMI
Queries Win32_ComputerSystem via GetObject("winmgmts:") and dumps every Computer System Info row straight onto the actiβ¦
Get Time Zone Settings Report (JScript)
Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β JScript, VBScript's WSH sibling language.
Load Operating System Info into Excel via WMI
Queries Win32_OperatingSystem via GetObject("winmgmts:") and dumps every Operating System Info row straight onto the acβ¦
Win32_Environment: Environment Variables (WQL)
A minimal WQL reference query against Win32_Environment β the raw SELECT statement plus a one-line runner, useful for lβ¦
Export Operating System Info to CSV (Batch)
Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.
Backup Computer System Info to JSON (C#)
Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file via System.Management and System.Text.β¦
Export Environment Variables to CSV (Python)
Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.
Get Computer System Info Report (Batch)
Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.