Tip of the Day: Determining Servicing Branch in Windows 10 Enterprise with PowerShell

Today’s Tip…

Need to determine the branch of Windows 10 Enterprise you’re using?

  1. Open PowerShell
  2. Run gwmi win32_operatingsystem | select OperatingSystemSKU

If you are running Enterprise (CB/CBB), it will return “4”.

clip_image001

If you are running Enterprise LTSB, it will return “125”.

clip_image002