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?