Skip to content

SDF-OBS-05 โ€” get-osinfo.ps1

Purpose:
To view system information including OS version, architecture, and hardware specs.


๐Ÿงญ Script Example

Get-ComputerInfo | Select-Object WindowsProductName, OsArchitecture, CsTotalPhysicalMemory

๐Ÿ“Š What It Shows

  • Windows version
  • System architecture (x64, ARM)
  • Total RAM
  • BIOS and firmware details

๐Ÿง  Reflection

  • Is your system optimized for your workload?
  • Did you discover any outdated components?