PowerTip: Save Offline Version of PowerShell Help

Doctor Scripto

Summary: Learn how to save Windows PowerShell Help into offline files.

Hey, Scripting Guy! Question How can I get the files to update Windows PowerShell Help on my servers that are inside a
           screened subnet and do not have direct access to the Internet?

Hey, Scripting Guy! Answer Use the Save-Help Windows PowerShell cmdlet, and specify a shared location for the
           downloaded files on a computer that does have access to the Internet, for example:

Save-Help -Module * -DestinationPath C:\Shared\UpdateHelp

0 comments

Discussion is closed.

Feedback usabilla icon