Windows PowerShell error "Failed to update Help for the module(s)"

Hello All,

I’ve been experiencing some issues with PowerShell. It displays an error : " Update-Help : Failed to update Help for the module(s) ‘ConfigDefender,
ConfigDefenderPerformance’ with UI culture(s) {en-US} : Unable to retrieve the HelpInfo XML
file for UI culture en-US. 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
  •   + CategoryInfo          : ResourceUnavailable: (:) [Update-Help], Exception
      + FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.Upda
     teHelpCommand "
    
    

Few things to point out:

  • Application is running version 5.1
    -Application is running in Admin mode.
    -Network connection is running fine.

I’d appreciate your help. Thank you

Mustafa,
Welcome to the forum. :wave:t4:

In my experiences it’s not worth the effort to debug those errors related to update help. Use the online help instead. :man_shrugging:t4:

If you want to dive deeper into that issue you may start on one of these sites:

HI Olaf,
Thanks for your warm welcome :wave:

I’ll look into your suggestions. Thank you for the advice.