Articles

PowerShell articles, tutorials, and guides from community experts.

Don Jones
Scripting Games

2015-October Scripting Games Puzzle

Our October 2015 puzzle might take us beyond the realm of one-liners, but it circles back to the August 2015 theme of retrieving information from the web. This is another scenario that actually has a lot of real-world applications, in that there’s a lot of practical uses in the work …

David Jones
Tools

Convert ISO and WIM to VHD with a module

Convert-WindowsImage.ps1 is a very popular method to create VHD’s with. However it’s not a module, and in it’s current form cant be added to one. So I have started a new project on GitHub called WindowsImageTools and posted the results to the PowerShell Gallery. It has a few …