About Me

I am certified Microsoft professional, a Microsoft MVP and an IT veteran with almost 20 years of experience, much of it spent as an IT consultant specializing in Windows server technologies. I work today as an independent author, trainer and consultant. I've co-authored or authored several books, courseware, and training videos on administrative scripting and automation. My latest book is Managing Active Directory with Windows PowerShel: TFM 2nd Ed.(SAPIEN Press 2011).
-
Please consider a donation if I've been of any help or assistance. Thank you.
Blog Sponsors
coming soon....Sponsored Links
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 export, Function, Get-Item, Get-ItemProperty, import, New-ItemProperty, PowerShell, Registry
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 Function, Get-ItemProperty, PowerShell, Registry, transaction
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 Get-ItemProperty, PowerShell, Printer, Registry
10 Comments



