Got-PowerShell 2.0?

Collecting PowerShell tips and tricks one line at a time

Reading in the Help File with Get-Content (Part 2 of 2)

What I did in the previous blog post was create a glorified way to read in the content from an XML...

Author: JudithH [msft] Date: 06/02/2010

In the blog post called, Reading in the Help File with Get-Content (Part 2 of 2), I started the...

Author: JudithH [msft] Date: 06/01/2010

Reading a PowerShell Help File with Get-Content (Part 1 of 2)

I know the location, $PShome\en-us\ or C:\Windows\System32\WindowsPowerShell\v1.0\en-us, and name of...

Author: JudithH [msft] Date: 06/01/2010

Playing Around with XML Files Using PowerShell Without Screwing them Up

For example, let’s use a file we can all play with because it comes with PowerShell....

Author: JudithH [msft] Date: 05/31/2010

Reading or Importing or Parsing XML files with PowerShell

Unfortunately, a lot of the books that talk about XML files were written by and for programmers. So,...

Author: JudithH [msft] Date: 05/27/2010

More New on Technet: Where to Find More Information on New Cmdlets in Windows Server 2008 R2

Since I've gone off-topic and gotten myself thrilled with information starting to be published about...

Author: JudithH [msft] Date: 01/15/2009

Out-GridView: Where does Out-GridView get the column headers?

While I was reading the help for the Out-GridView cmdlet, I started wondering where the column...

Author: JudithH [msft] Date: 01/15/2009

New on Technet: Active Directory PowerShell Cookbook

I'm so excited to find the Active Directory PowerShell Cookbook has been published to Technet. You...

Author: JudithH [msft] Date: 01/15/2009

Out-GridView: What more can it do?

In the previous post I ran the following line in Windows PowerShell: Get-Help * | Out-GridView This...

Author: JudithH [msft] Date: 01/13/2009

Out-GridView: Go Ahead Make My Display!

When I first saw the Out-GridView cmdlet demonstrated, it just knocked my socks off. Here I am...

Author: JudithH [msft] Date: 01/09/2009

Collecting Windows PowerShell tips and tricks one line at a time

I've been very lucky to have a job where I can answer questions with, "I can write a script to do...

Author: JudithH [msft] Date: 01/09/2009