PowerTip: Save PowerShell Help Files

Doctor Scripto

Summary: Save Windows PowerShell Help files for use on other machines.

 Hey, Scripting Guy! Question How can you download Windows PowerShell 3.0 Help files to update Help on other computers?

Hey, Scripting Guy! Answer Use the Save-Help cmdlet and specify a network share as the destination:

save-help -Module * -Force -Verbose -DestinationPath \\server1\help

0 comments

Discussion is closed.

Feedback usabilla icon