When I use “Update-Help -Force” (as Administrator), I receive an error:
Update-Help : Failed to update Help for the module(s) ‘WindowsUpdateProvider’ with UI culture(s) {nl-NL} : Unable to retrieve the HelpInfo XML file f
or UI culture nl-NL. Make sure the HelpInfoUri property in the module manifest is valid or check your network connection and then try the command aga
in.
At line:1 char:1
+ Update-Help -Force
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand
How to solve this?