Articles

PowerShell articles, tutorials, and guides from community experts.

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 …

Kirk Munro

Windows 8"¦reimagined?

The series of releases of client versions of Microsoft Windows seems to suffer all too much the same fate as Star Trek movies have in the past. This concept has already been discussed before, and there are even blog posts about it, such as Ewan Spence"™s comparison of Windows releases between …