Tag: system-info
89 script(s) tagged “system-info”
Backup Environment Variables to JSON (Python)
Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file for later comparison or auditing.
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β¦
Get Time Zone Settings Report (Python)
Uses wmic under the hood to report Time Zone Settings (Win32_TimeZone) β no third-party packages required.
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β¦
Backup Time Zone Settings to JSON (Python)
Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file for later comparison or auditing.
Get Environment Variables Report (JScript)
Queries Win32_Environment via WMI and prints Environment Variables to the console β JScript, VBScript's WSH sibling lanβ¦
Get Time Zone Settings Report (VBScript)
Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β no PowerShell required.
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β¦
Export Time Zone Settings to CSV (Batch)
Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.
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β¦
Backup Computer System Info to JSON (Python)
Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file for later comparison or auditing.
Load Environment Variables into Excel via WMI
Queries Win32_Environment via GetObject("winmgmts:") and dumps every Environment Variables row straight onto the activeβ¦