How to Install PowerShell Help Files

If you want to avoid looking up online for PowerShell help documents you can install the PowerShell help documents on your local computer.


1. Please open the Command Prompt by simply by typing powershell into Start Menu search box. Right-click Windows PowerShell and select Run as Administrator. The UAC prompt will ask you for your consent. Click yes, and the prompt will open.

How to Install PowerShell Help Files SdxpXjc

2. Type following command(cmdlet):

Code:

update-help


How to Install PowerShell Help Files MZgU3HB

That’s all you have to do. The command would do automated installation of all help files. After the installation completes,you can start using get-help on any topic.