October 18th, 2012

PowerTip: Save PowerShell Help Files

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.