Tag: system-info

89 script(s) tagged “system-info”

📜 VBScript (WSH)

System Info Report

Collects OS, CPU, RAM, and BIOS information via WMI and writes a plain-text inventory report, no PowerShell required.

📊 VBA (Excel)

Load Time Zone Settings into Excel via WMI

Queries Win32_TimeZone via GetObject("winmgmts:") and dumps every Time Zone Settings row straight onto the active works…

🧬 WQL / PowerShell

Win32_ComputerSystem: Querying Computer System Info Remotely (CIM Session)

Runs the same Win32_ComputerSystem WQL query against a remote computer over a CIM session — the modern, WinRM-based rep…

🐍 Python 3.10+

Get Operating System Info Report (Python)

Uses wmic under the hood to report Operating System Info (Win32_OperatingSystem) — no third-party packages required.

🧬 WQL / PowerShell

Win32_Environment: Filtering Environment Variables (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_Environment, starting from a LIKE '%' wildcard you customize with a rea…

🧬 WQL / PowerShell

Win32_OperatingSystem: Querying Operating System Info Remotely (CIM Session)

Runs the same Win32_OperatingSystem WQL query against a remote computer over a CIM session — the modern, WinRM-based re…

⚡ PowerShell 5.1+

Backup Time Zone Settings List to JSON

Snapshots Time Zone Settings from Win32_TimeZone to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_TimeZone: Filtering Time Zone Settings (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_TimeZone, starting from a LIKE '%' wildcard you customize with a real s…

🟣 C# / .NET 6+

Backup Environment Variables to JSON (C#)

Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file via System.Management and System.Text.Js…

🧬 WQL / PowerShell

Win32_TimeZone: Sorting Time Zone Settings (WQL has no ORDER BY)

WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

🖥️ Batch (CMD)

Get Operating System Info Report (Batch)

Uses wmic to list Operating System Info (Win32_OperatingSystem) straight from the command line.

⚡ PowerShell 5.1+

Get Operating System Info Report

Queries Win32_OperatingSystem via WMI and reports Operating System Info in a formatted table, with an optional CSV expo…