Category 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

TechEd Atlanta – Managing the Registry with PowerShell

My second TechEd talk was about managing the registry with Windows PowerShell. If you were in the session you know that I stressed heavily using the PowerShell provider and cmdlets. For remote computers, leverage PowerShell’s remoting infrastructure. But I also … Continue reading

Posted in Conferences, PowerShell v2.0, Registry, Scripting, TechEd, WMI | Tagged , , , | Comments Off

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

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