Tag Archives: xml

Get PowerShell View Definitions

When you write objects to the pipeline in Windows PowerShell, at the end of the pipeline PowerShell’s formatting system handles displaying the results to the console. It accomplishes this by using a set of rules stored in XML configuration files. … Continue reading

Posted in PowerShell v2.0, Scripting | Tagged , , , , , | Comments Off

Creating ACL Reports

I saw a tweet this morning that was a PowerShell one-liner for capturing folder permissions to a text file. There’s nothing wrong with it but it’s hard to be truly productive in 140 characters so I thought I would take … Continue reading

Posted in Best Practices, PowerShell v2.0, Scripting | Tagged , , , , , | 5 Comments

Get GPO Backup

The GroupPolicy module from Microsoft offers a great deal of functionality from a command line. In terms of regular maintenance or administration it is pretty hard to beat, especially if you have 100s or 1000s of GPOs. When you have … Continue reading

Posted in Group Policy, PowerShell, Scripting | Tagged , , , , , | Comments Off

Friday Fun Quote of the Day

For this week’s Friday Fun post, I have another idea on how to brighten your PowerShell console. The concept of a message of the day or quote of the day in computing goes way back to the dark ages (ie … Continue reading

Posted in Friday Fun, PowerShell v2.0 | Tagged , , , | 6 Comments

PowerShell Weather Module

I first wrote a Windows PowerShell function several years ago to retrieve weather information via Yahoo’s weather service. I’ve been itching to rewrite it and finally found some time over the weekend. Turns out it’s a good thing I did … Continue reading

Posted in Miscellaneous, PowerShell, Scripting | Tagged , , , , , | 8 Comments