Run help command:

The one on the right is the latest PowerShell:
> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-alpha
BuildVersion 3.0.0.0
SerializationVersion 1.1.0.1
PSRemotingProtocolVersion 2.3
WSManStackVersion 3.0
CLRVersion
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
GitCommitId v6.0.0-alpha.14
PSEdition Core
The one on the left is system embeded PowerShell:
> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.14393.576
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.576
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
My OS is Windows 10 x64 Chinese language.
The Get-Help cmdlet has no problem.
Run help command:
> help cdThe one on the right is the latest PowerShell:
The one on the left is system embeded PowerShell:
My OS is Windows 10 x64 Chinese language.
The
Get-Helpcmdlet has no problem.