PowerShell Updae help error

sns 9,226 Reputation points
2021-12-16T06:57:09.417+00:00

I am trying to execute to get more help on variables for that I am executing below commands but failing. Please help
158050-powershellupdatehelperror.png

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,381 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,376 Reputation points
    2021-12-16T14:11:42.717+00:00

    Hi @sns

    This has been previously discussed in this thread, from which I would recommend the advice:

    https://learn.microsoft.com/en-us/answers/questions/405758/not-able-to-update-help-in-powershell.html

    Hope this helps with your query,

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. Rich Matheisen 45,091 Reputation points
    2021-12-16T15:15:04.783+00:00

    Try running Update-Help in an elevated PowerShell session. That "fixes" some of the problems.

    In some cases there may not be a URL in the XML file, or the link may point to a URL that no longer works.

    Read the information in the link provided by @Limitless Technology , too.