“Error using `Update-Help -UICulture zh-CN` in PowerShell v7.4.3.0.”
I am unable to update the Chinese help files using the Update-Help -UICulture zh-CN command in PowerShell version v7.4.3.0. The following error occurs:
Update-Help : Failed to update Help for the modules “ConfigDefender, ConfigDefenderPerformance, PSReadline” with UI culture {zh-CN}: Cannot retrieve the HelpInfo XML file for UI culture zh-CN. Make sure the HelpInfoUri property in the module manifest is valid or check your network connection and then try the command again.At line:1 char:1
+ Update-Help -UICulture zh-CN
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand
I have tried the mainstream solutions, such as running the command Update-Help -ErrorAction SilentlyContinue, but it is still not working. Can anyone provide a solution?
I am unable to update the Chinese help files using the Update-Help -UICulture zh-CN command in PowerShell version v7.4.3.0. The following error occurs: Update-Help : Failed to update Help for the modules “ConfigDefender, ConfigDefenderPerformance, PSReadline” with UI culture {zh-CN}: Cannot retrieve the HelpInfo XML file for UI culture zh-CN. Make sure the HelpInfoUri property in the module manifest is valid or check your network connection and then try the command again.At line:1 char:1
+ Update-Help -UICulture zh-CN
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (:) [Update-Help], Exception
+ FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommandI have tried the mainstream solutions, such as running the command Update-Help -ErrorAction SilentlyContinue, but it is still not working. Can anyone provide a solution? Read More