I keep getting errors whenever I tried using Update-Help, even in Administrators mode, Is there a way to fix it?
Here’s the error;
Update-Help -Force
Update-Help : Failed to update Help for the module(s) ‘BitsTransfer’ 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 ‘https://technet.microsoft.com/en-us/library/dd819413.aspx’ does not resolve to a container.
At line:1 char:1
- Update-Help -Force
-
+ CategoryInfo : InvalidOperation: (:) [Update-Help], Exception + FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand