Summary: Use Windows PowerShell 3.0 to determine the specific edition of Windows 8 running on your computer.
Using Windows PowerShell 3.0 in Windows 8, how can you determine the edition of Windows that is installed?
Use the Get-WindowsEdition cmdlet with the Online switch:
Get-WindowsEdition -Online
0 comments