Microsoft Exchange 2010 PowerShell Cookbook Review

Disclaimer: I am not paid to write about this book and the review written here is my own view. I was recently contacted by Packt Publishing about their recently published […]

Why does catch not catch?

I ran into an interesting discussion with my customer today.  He was writing a code block that looked like the following: Try { Get-MailboxServer Bogus } Catch { “Mailbox server […]

Exchange Team Blog Mobile and PowerShell Error Handling

I admit the two topics don’t have anything in common except both has something to do with me. That’s why they are both being talked about in same post! So […]

How to revert changes made by Enable-PSRemoting?

Have you ever been in a situation where you have PowerShell Remoting enabled and you need to put the configuration back the way it was before Enable-PSRemoting was run? While […]

Every good thing must come to an end…

And before you get a shock from the title, let me clarify, all I am talking about is PowerShell Scripting Games 2011. I had a privilege of being one of […]

Using PowerShell to look up USCF member info

If you are one of the chess players who play rated USCF (United States Chess Federation) games, you may have used their look up tool to find someone’s rating and […]