Tag: system-info
89 script(s) tagged “system-info”
System Info Report
Collects OS, CPU, RAM, and BIOS information via WMI and writes a plain-text inventory report, no PowerShell required.
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…
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…
Get Operating System Info Report (Python)
Uses wmic under the hood to report Operating System Info (Win32_OperatingSystem) — no third-party packages required.
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…
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…
Backup Time Zone Settings List to JSON
Snapshots Time Zone Settings from Win32_TimeZone to a timestamped JSON file for later comparison or auditing.
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…
Backup Environment Variables to JSON (C#)
Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file via System.Management and System.Text.Js…
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…
Get Operating System Info Report (Batch)
Uses wmic to list Operating System Info (Win32_OperatingSystem) straight from the command line.
Get Operating System Info Report
Queries Win32_OperatingSystem via WMI and reports Operating System Info in a formatted table, with an optional CSV expo…