1 type Get-Help About
2 type e.g Get-Help about_Variables
1 you get all about_ Help-topics
2 you should get the Help to variables in Powershell-core.6
```Name Category Module Synopsis
---- -------- ------ --------
2.
get-help : Get-Help could not find about_Variables in a help file in this session. To download updated help topics type: "Update-Help". To get help online, search for the help topic in the TechNet library at https://go.microsoft.com/fwlink/?LinkID=107116.
At line:1 char:1
# Environment data
<!-- provide the output of $PSVersionTable -->
```Name Value
---- -----
PSVersion 6.2.0-rc.1
PSEdition Core
GitCommitId 6.2.0-rc.1
OS Microsoft Windows 10.0.17763
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0鈥
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Cannot reproduce this in 6.2.0-rc.1 - Microsoft Windows 10.0.18358 . Try an Update-Help
I did execute Update-Help both as Administrator and User and nothing happened. always the same output of get-help about
now I solved the problem. I Used update-help -UiCulture en-US and now all new helpfiles are installed
I'm living in Germany with german Windows so my UiCulture are de-De.. and there are these help-topics not available.
Most helpful comment
now I solved the problem. I Used
update-help -UiCulture en-USand now all new helpfiles are installedI'm living in Germany with german Windows so my UiCulture are de-De.. and there are these help-topics not available.