PowerShell - I am unable to find the help file to update the powershell help (Version: 5.1.2)

Sameer Mirza 0 Reputation points
2024-07-25T11:58:49.06+00:00

Good afternoon,

Please can you help me find (or provide) Powershell help update file for complete help locally by running 'update-help' command.

Powershell version: 5.1.2

Thanks & regards.

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,462 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,327 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Zunhui Han 1,040 Reputation points Microsoft Vendor
    2024-07-25T16:02:45.3433333+00:00

    Hello,

    Thank you for posting in Q&A forum.

    Based on your needs, I suggest you refer to the following links:

    https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/update-help?view=powershell-7.4

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Sameer Mirza 0 Reputation points
    2024-07-25T16:25:35.48+00:00

    Hi Zunhui,

    Thank you for your response but I am looking for the actual file that I need to place on the source path. For example the article highlight,

    Update-Help -SourcePath \\Server01\Share\PSHelp -Credential Domain01\Admin01

    Please can you help me with the file source?

    Best regards,

    Sameer.

    0 comments No comments

  3. Rich Matheisen 45,906 Reputation points
    2024-07-25T18:38:47.32+00:00

    To get the help file(s) into a local directory, use the Save-Help cmdlet.

    0 comments No comments