However, when we type Update-Help -Module PoShKeePass we get the following error:
Update-Help : Failed to update Help for the module(s) 'PoShKeePass' 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://github.com/PSKeePass/PoShKeePass/wiki' does not resolve to a
container.
At line:1 char:1
+ Update-Help -Module PoShKeePass
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : InvalidHelpInfoUri,Microsoft.PowerShell.Commands.UpdateHelpCommand
Please could you do one of the following:
remove the link in the HelpInfoUri field (Quick fix)
The PoShKeePass module has a value for the HelpInfoUri field. This means the module is able to update the help feature.
Some of us update regularly all help sections on the local worstation of modules which are capable of a dynamic update.
However, when we type
Update-Help -Module PoShKeePass
we get the following error:Please could you do one of the following:
remove the link in the HelpInfoUri field (Quick fix)
create a real dynamic update functionality