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...

Use PowerShell 3.0 to Optimize Hyper-V VHD Size

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell 3.0 to optimize Hyper-V VHD disk size. Microsoft Scripting Guy, Ed Wilson, is here. One of my favorite Windows 8 features is that (depending on the age of your laptop) you can add real-live, honest-to-goodness Hyper-V. This is such a cool feature because...