Powershell - "Update-Help" Fails to Complete!

Copper Contributor

To Whom it May Concern;

 When attempting to Update "Help" using the "Update-Help" command it always "FAILS" to complete & offers suggestions on how to complete the "UPDATE" that does "NOT" work! Please Help!

 

2 Replies
https://answers.microsoft.com/en-us/windows/forum/all/updateing-powershell-user-help-files/07afd880-...

Well, it's apparently a problem at Microsoft's end it always happens since sometimes there's no XML document to update, so for the time being use this command:

Update-Help -Verbose -Force -ErrorAction SilentlyContinue
Was this enough information?