I am using the German version of PS and I am trying to display powershell v themes. 3.0 using the command
Get-Help about_*
This seems to be the right command to list topics. I also updated the PS help using
Update-Help
CMDlet, just in case that topics will be absent. In any case: the Get-Help cmdlet processes and returns: nothing. Using fl to format the output or save the output to a variable did not help; topics about it were not found at all. However, as a rule, a wildcard works. Performance
get-help get-*
works like a charm. Any ideas?
source share