Articles

PowerShell articles, tutorials, and guides from community experts.

Don Jones

[UPDATED] Snover School: FANCY Wildcards

So, I’d previously posted about a cool trick Jeffrey Snover demonstrated at TechEd: Get-Service -Name [a-b]* This will return a list of all services whose names start with A or B. Now for me, this was a cool trick: I didn’t realize that wildcards could be more than * or ?! And Snover …

Don Jones

TechEd PowerShell Sessions

Many sessions are now available on Channel 9 as recordings… First, mine: Crash Course w/Jeffrey Snover (one of the conference’s top-rated overall sessions) Crash Course repeat Building Reusable PowerShell Tools Remoting in Depth (another top-rated session!) But wait, there’s more! …

Don Jones

Using PowerShell to Scrape the Web

One of the things administrators often look to do with PowerShell is “scrape” Web pages. In the past, you had a couple of options: Use Internet Explorer’s COM object (which can get a bit fugly), or use the .NET Framework’s WebRequest stuff (slightly less fugly, but still a …

Keith Hill

PowerShell V3 "“ ObsoleteAttribute

PowerShell V3 now supports the ObsoleteAttribute for compiled cmdlets but unfortunately not advanced functions. This is handy to let your users know that a binary cmdlet will be going away in a future release of your binary module. As we work on PSCX 3.0 there are a few binary cmdlets that we will …

Kirk Munro

This April is "Learn More About PowerShell" Month with the 2012 Scripting Games, the 2012 Microsoft Management Summit, and the 2012 North American PowerShell Deep Dive!

It"™s hard to believe that April is almost here already. Last week we had record high temperatures reaching 31°C (that"™s 87.8°F for those of you living south of the border), and the night before last it was -16°C (or 3.2°F). What wonderful consistency. Maybe that"™s why I like …