Good day everyone,
I have a problem with Update-Help in PowerShell after installing the Windows 10 anniversary update -- and I observed this on 3 different machines after installing the anniversary update
(This is what I gathered after "Update-Help -Verbose" with WinSystemLocale de-DE [the original setting of my machine]:)
Update-Help : Fehler beim Aktualisieren von Hilfe für die Module "Microsoft.PowerShell.Operation.Validation" mit den Benutzeroberflächenkulturen {de-DE}: Der Wert des HelpInfoUri-Schlüssels im Modulmanifest
muss in einen Container oder eine Stamm-URL einer Website aufgelöst werden, auf der die Hilfedateien gespeichert sind. Der HelpInfoUri-Wert "https://www.msn.com/de-de/?ocid=NEFLS000" wird nicht zu einem
Container aufgelöst.
In Zeile:1 Zeichen:1
+ Update-Help -Verbose
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand
After reading that I thought -- naive me -- changing that locale to en-US will may solve this issue. But it did not solve it and yielded the same message.
As it is in German, that is how I'd translate it:
Update-Help: Error while updating Help module "Microsoft.PowerShell.Operation.Validation" with UI-Cultures {de-DE}: the value of HelpInfoUri-key in the module manifest must be resolved in a container or with root-URL of a website that stores
the help files. The HelpInfoUri-value "https://www.msn.com/de-de/?ocid=NEFLS000" is not resolved with a container.
I hope that transfers the information needed.
Thank you in advance for your help.