Tag: system-info

89 script(s) tagged “system-info”

🧬 WQL / PowerShell

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…

⚑ PowerShell 5.1+

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…

πŸ“œ VBScript (WSH)

Get Computer System Info Report (VBScript)

Queries Win32_ComputerSystem via WMI and prints Computer System Info to the console β€” no PowerShell required.

πŸ“œ VBScript (WSH)

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 …

πŸ“Š VBA (Excel)

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…

πŸ“„ JScript (WSH)

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.

πŸ“Š VBA (Excel)

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…

🧬 WQL / PowerShell

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…

πŸ–₯️ Batch (CMD)

Export Operating System Info to CSV (Batch)

Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.

🟣 C# / .NET 6+

Backup Computer System Info to JSON (C#)

Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file via System.Management and System.Text.…

🐍 Python 3.10+

Export Environment Variables to CSV (Python)

Exports Environment Variables (Win32_Environment) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Get Computer System Info Report (Batch)

Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.