Tag Archives: Registry

Test Registry Item Revisited

I got some nice feedback on my original Test-RegistryItem function. I had been mulling some enhancements anyway and now have a more robust version that looks at individual values, accepts pipelined input and more.

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

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

TechMentor Orlando 2010 Decks and Demos

I had a great time in Orlando at the TechMentor conference. The crowd was enthusiastic and asked good questions. As promised, here are my slide decks and demos. My sessions tend to be heavy on demonstration so I can’t promise … Continue reading

Posted in CommandLine, Conferences, Mr. Roboto, PowerShell v2.0, Registry, Scripting, Techmentor, Windows 7, Windows Server | Tagged , , , , , , , , , , , | 3 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