Update-help error message

I ran update-help in PS 6.1 (pwsh.exe) within VSCode. I got the error message:

update-help: Failed to update Help for the module(s) ‘Defender, Whea, WindowsDeveloperLicense’ with UI cultures {en-us}: A Help URI cannot contain more than 10 redirections. Specify a valid Help URI. At line 1 char 1.

<more lines followed, but omitted>

I had encountered this some months (years?) ago, and saw a post about the proper params to set with the Update-help cmdlet. I searched the PS forum but just couldn’t find it.

Would be grateful for any advice and/or guidance.

Many thanks.

Yeah, some of the modules from the Windows team don’t follow the proper guidelines for updatable help and have broken or unusable links in their files.

You can skip the warnings and such with Update-Help -Force -ErrorAction SilentlyContinue

Thank you Joel. I tried it and it worked perfectly, much appreciated.