Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Save PowerShell Help Files

Summary: Save Windows PowerShell Help files for use on other machines.  (image)  How can you download Windows PowerShell 3.0 Help files to update Help on other computers? (image)  Use the Save-Help cmdlet and specify a network share as the destination: save-help -Module * -Force -Verbose -DestinationPath \\server1...