Tag Archives: Registry

Export Registry Printer Information I came…

Export Registry Printer Information I came across this post http://www.oncallpros.com/2011/11/02/powershell-export-your-print-configuration-from-registry/ on exporting printer information from the registry in PowerShell. I wanted to offer some constructive suggestions but could find no way to comment so I'll do so here. First, the … Continue reading

Posted in Google Plus, PowerShell, Registry | Tagged , , | Leave a comment

Get Registry Size and Age

I’m not sure why the registry has been on my mind lately. I probably need a vacation to get out more. But I put together a relatively simple Windows PowerShell function to retrieve registry statistics that you might find useful. … Continue reading

Posted in PowerShell, Registry, Scripting, WMI | Tagged , , , , | 2 Comments

Join Me in Atlanta for TechEd 2011

I’m very excited to be presenting at Microsoft TechEd North America 2011, this year in Atlanta, GA. I’ll be presenting two breakout sessions and will likely be there most of the week so there will be plenty of time to … Continue reading

Posted in Conferences, PowerShell, Scripting, TechEd | Tagged , , , | 1 Comment

Importing and Exporting Registry Items

A while ago I posted a function to export registry items to either a CSV or XML file. Recently I had a question on Twitter about importing, which I assumed meant from my exported file. The import is actually pretty … Continue reading

Posted in PowerShell, PowerShell v2.0, Registry | Tagged , , , , , , , | 1 Comment

Export Registry

Over the last week or so I’ve posted some functions for testing whether a given registry item exists or not, or even validating its value. To round this out, today I have an advanced function that makes it easier to … Continue reading

Posted in PowerShell v2.0, Registry, Scripting | Tagged , , , , | 1 Comment