Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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...
Date: 06/02/2010
Navigating XML Files with PowerShell (Using the Help File as an example)
In the blog post called, Reading in the Help File with Get-Content (Part 2 of 2), I started the...
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...
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....
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,...
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...
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...
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...
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...
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...
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...
Date: 01/09/2009