Steps to reproduce
- Open Powershell as admin
- Run
Update-Help -Force
Expected behavior
Help files are installed and accessible when running Get-Help.
Actual behavior
Help files are not installed locally, and running Get-Help returns the message Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help..
Environment data
> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-rc
PSEdition Core
GitCommitId v6.0.0-rc
OS Microsoft Windows 10.0.15063
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Observations
I was unable to reproduce this problem in 2 other systems, both running Windows 10 Fall Creators Update and the same version of Powershell, so I'm not sure if this is related to the affected system being on Creators Update. Any help would be appreciated.
Steps to reproduce
Update-Help -ForceExpected behavior
Help files are installed and accessible when running Get-Help.
Actual behavior
Help files are not installed locally, and running Get-Help returns the message
Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help..Environment data
Observations
I was unable to reproduce this problem in 2 other systems, both running Windows 10 Fall Creators Update and the same version of Powershell, so I'm not sure if this is related to the affected system being on Creators Update. Any help would be appreciated.