We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm on Windows 10 with November update:
PS C:\> $PSVersionTable Name Value ---- ----- PSVersion 5.0.10586.122 PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.10586.122 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
When I install PowerShell 0.6.0 by using powershell-0.6.0-win81-x64.zip or PowerShell_0.6.0.0.msi, output of $PSVersionTable is not correct.
PSEdition property should be Desktop, not Core. CLRVersion property should not be empty.
PS C:\Program Files\PowerShell\0.6.0.0> $PSVersionTable Name Value ---- ----- PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} SerializationVersion 1.1.0.1 WSManStackVersion 3.0 PSVersion 5.1.10032.0 PSRemotingProtocolVersion 2.3 PSEdition Core GitCommitId v0.6.0 CLRVersion BuildVersion 3.0.0.0
Steps to reproduce
I'm on Windows 10 with November update:
When I install PowerShell 0.6.0 by using powershell-0.6.0-win81-x64.zip or PowerShell_0.6.0.0.msi, output of $PSVersionTable is not correct.
Expected behavior
PSEdition property should be Desktop, not Core.
CLRVersion property should not be empty.
Actual behavior