When I run Update-Help
it fails in Powershell. I am not going through a proxy. It is Direct Access. I am also running Powershell as an Admin. I am not sure what els
workaround:
Update-Help -Verbose -Force -ErrorAction SilentlyContinue
-verbose
will output whatever command is doing,
-force
will forcefully complete the script even if error occurs in between,
-ErrorAction SilentlyContinue
will do similar stuff like above.
In short, modules still won't get updated which were not updating earlier