by Michael Simmons | May 22, 2014 | Windows PowerShell (Legacy)
Have you used PSEdit to open a file in a new tab in your PowerShell ISE session? PSEdit is a built-in function that runs only on PowerShell ISE. It’s simple and easy to use. Enter in a filename and *poof*, it opens in a new tab of the ISE. What a great idea!...
by Michael Simmons | Aug 5, 2013 | Windows PowerShell (Legacy)
Microsoft Virtual Academy has a course on PowerShell 3 that you just can’t miss. This is part one of a series, so don’t fall behind. The first course is “Getting Started with PowerShell 3.0 Jump Start” and it’s available now. Getting...
by Michael Simmons | Aug 4, 2013 | Windows PowerShell (Legacy)
If you’re looking to expand your knowledge of PowerShell and start working it like a pro, you should check out this book from some of the premier PowerShell trainers and gurus. Written by Don Jones and Jeff Hicks, Learn PowerShell 3 in a Month of Lunches takes...
by Michael Simmons | Jul 19, 2013 | Windows PowerShell (Legacy)
This video features a PowerShell 3 workflow overview and tutorial from Bruce Payette. Bruce is the Principal Developer in Windows Manageability for Microsoft. This means that he is the main developer for PowerShell 3.0 and is one of the highest authorities on...
by Michael Simmons | Mar 25, 2013 | PowerShell (Modern)
There are a couple of very easy ways to get a find enum values in PowerShell. Enums are often used when choosing an option as a parameter in a PowerShell command. This article shows you exactly how to get those values for any enumerated list type (called...