Windows 8 power-shell "update-help" is failing. Does anyone know how to fix it?
- by Warren P
Windows 8 includes PowerShell out of the box, but not the help.
To get the help you run PowerShell as administrator and type "update-help". I get this error:
> update-help
update-help : Failed to update Help for the module(s) 'BitLocker, NetWNV' with UI culture(s) {en-US} : The value of
the HelpInfoUri key in the module manifest must resolve to a container or root URL on a website where the help files
are stored. The HelpInfoUri 'http://technet.microsoft.com/library/cc732148.aspx' does not resolve to a container.
At line:1 char:1
+ update-help
+ ~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand
Can anyone tell me how I fix this or if it's not important? I'm guessing that if I don't need help on NetWNV or BitLocker, that this is the only thing wrong?