1

On Windows 10 v2004, within PowerShell 7.0.3 x64, I don't know why it's showing the resource as unavailable:

PS > Update-help -UICulture en-US
 Update-Help: Failed to update Help for the module(s) 'ConfigDefender, PSReadline, WindowsUpdateProvider' with UI culture(s) {en-US}:
   One or more errors occurred. (Response status code does not indicate success: 404 (The specified blob does not exist.).).

 English-US help content is available and can be installed using: 
   Update-Help -UICulture en-US

JW0914
  • 9,096
shirish
  • 499

1 Answers1

-1

This has been going on forever and this is the best I have been able to find for a workaround:

Update-Help -Verbose -Force -ErrorAction SilentlyContinue
JW0914
  • 9,096