posts-powershell

Identifying Windows Type

WMI returns a cryptic code number of every distinct Windows SKU: PS> Get-CimInstance -ClassName Win32_OperatingSystem | Select-Object -ExpandProperty OperatingSystemSKU 48 How to Translate Windows SKU...

  • Written By: ps1
  • Last Updated: April 21, 2025
  • 7 minutes read