Windows 8 power-shell "update-help" is failing. Does anyone know how to fix it?
Posted
by
Warren P
on Super User
See other posts from Super User
or by Warren P
Published on 2012-11-11T03:57:05Z
Indexed on
2012/11/11
5:05 UTC
Read the original article
Hit count: 181
windows-8
|powershell
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?
© Super User or respective owner