Merry Christmas. To celebrate the holiday, here’s a quick Christmas tree written in WPK (the WPF PowerShell Kit). You can get WPK as part of the PowerShellPack (http://code.msdn.microsoft.com/PowerShellPack). Here’s a screenshot: and Here’s the script: Import-Module WPK
New-Polygon -Points {
# Start from the top...
Just before the release of Windows 7, the Windows 7 Resource Kit PowerShell Pack was released. Today, it hit 10,000 downloads. It contains 10 useful modules that help you do more with Windows PowerShell. It has modules that can help every IT admin ( like the TaskScheduler module), and modules that can help any .NET developer (like...
On October 15th I released a large collection of scripts called the PowerShellPack. The PowerShellPack has tons of PowerShell V2 scripts that can be used to do all sorts of fun and practical things. Today, we’ll show how to use a module in the PowerShell Pack to schedule sending a daily automated email with information about the ...
Since I work on the PowerShell team, I’ve been lucky enough to get a couple of years jump start on producing PowerShell V2 scripts and modules. With every new script I write in V2 I get more and more amazed by the possibilities in PowerShell. I’ve discovered how to do many cool things that, as some of my colleagues outside of ...