Tag: system-info

89 script(s) tagged “system-info”

🐍 Python 3.10+

Backup Environment Variables to JSON (Python)

Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_ComputerSystem: Computer System Info (WQL)

A minimal WQL reference query against Win32_ComputerSystem β€” the raw SELECT statement plus a one-line runner, useful fo…

🐍 Python 3.10+

Get Time Zone Settings Report (Python)

Uses wmic under the hood to report Time Zone Settings (Win32_TimeZone) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get Computer System Info Report to File (VBScript)

Queries Win32_ComputerSystem via WMI and writes Computer System Info to a timestamped text file, handy for scheduled lo…

🐍 Python 3.10+

Backup Time Zone Settings to JSON (Python)

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

πŸ“„ JScript (WSH)

Get Environment Variables Report (JScript)

Queries Win32_Environment via WMI and prints Environment Variables to the console β€” JScript, VBScript's WSH sibling lan…

πŸ“œ VBScript (WSH)

Get Time Zone Settings Report (VBScript)

Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β€” no PowerShell required.

🧬 WQL / PowerShell

Win32_Environment: Querying Environment Variables Remotely (CIM Session)

Runs the same Win32_Environment WQL query against a remote computer over a CIM session β€” the modern, WinRM-based replac…

πŸ–₯️ Batch (CMD)

Export Time Zone Settings to CSV (Batch)

Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Export Time Zone Settings to CSV via WMI (VBA)

Queries Win32_TimeZone via WMI and writes every Time Zone Settings row straight to a CSV file in Documents, using plain…

🐍 Python 3.10+

Backup Computer System Info to JSON (Python)

Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file for later comparison or auditing.

πŸ“Š VBA (Excel)

Load Environment Variables into Excel via WMI

Queries Win32_Environment via GetObject("winmgmts:") and dumps every Environment Variables row straight onto the active…