Articles

PowerShell articles, tutorials, and guides from community experts.

Kirk Munro

Hands-on Workshop at the 2013 PowerShell Summit

In my last post I hinted about more news coming soon for the 2013 PowerShell Summit. In addition to the fantastic list of sessions that attendees will be able to attend, we also have a special event lined up for the last day of the event. On Wednesday, April 24th, for the entire afternoon attendees …

Kirk Munro

PowerShell Summit Community Sessions List [Updated]

[Update: April 19, 2013] Important Note: Due to some last minute schedule changes for some of our speakers, several of the sessions below were replaced with other sessions. To see the final list of sessions offered at the 2013 PowerShell Summit, please visit this page: …

Don Jones
PowerShell for Admins

Final Ticket Inventory for PowerShell Summit NA 2013 Released!

As we’ve been finalizing our speaker and session collection, we’ve been able to release a small block of Summit tickets into the general admission pool. Also, the end of October saw the expiration of a set-aside block for PowerShell MVPs, releasing that block’s unsold tickets back …

Don Jones
PowerShell for Admins

Idera's PowerShell Plus Editor Now Free for All

Idera’s gone and made PowerShell Plus free. Given that it’s been updated to support PowerShell v3, this will probably become many folks’ go-to editor (PowerGUI, the former champ, is more or less out of development and hasn’t been updated for v3). Idera says: “Idera is …

Don Jones
PowerShell for Admins

One of the ballyhooed new features in PowerShell v3 is the new “simplified” syntax for Where-Object and ForEach-Object. I’m going to focus on the former for this article. In essence, instead of doing this: Get-Service | Where-Object { $_.Status -eq 'Running' } You can now do this …

Don Jones
PowerShell for Admins

If you haven't *watched* the PowerScripting Podcast…

For more than 200 weeks now (there’s an episode a week), Jon Walz and Hal Rottenberg have been bringing us the PowerScripting Podcast. It’s become an almost official “voice” of and for the PowerShell community. In it, the two don’t focus much on technical tips or …

Don Jones
PowerShell for Admins

Free eBook: Creating HTML Reports in PowerShell

I’ve written a new, short, totally free eBook that explains how to build multi-sectional HTML reports in Windows PowerShell. This is something I’ll be building on in the future, as I have time, to add additional formatting capabilities, and even interactivity. But what’s there now …