Tag Archives: Get-ItemProperty

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

Test Registry Item

I’ve been doing some work lately involving the registry and Windows PowerShell. One of the tasks was to create new registry keys and entries. But because I wanted to some robustness, I wanted a way to verify if a given … Continue reading

Posted in PowerShell, Scripting | Tagged , , , , | 6 Comments

Get-Printer

I think Out-Printer is a very handy cmdlet, and one that doesn’t get used much. Pipe any cmdlet to it and the output will be printed to your default printer. You use it the same way you would Out-File except … Continue reading

Posted in PowerShell, Registry, Scripting | Tagged , , , | 10 Comments