PowerShell script to edit remote registry

Did you ever wanted to modify your registry or add a key/value pair to registry? Wished there was a script to help you do that? Even better, wished it can […]

Mythbusters–Exchange Server 2010 and PowerShell Remoting

A misconception that WinRM listener needs to be configured in order to be able to connect to Exchange Server 2010 had popped up a couple times in my conversations recently […]

Maximum Recipients per Message and exceptions

I just posted this article at our PFE site Mr. Proactive. Here’s the excerpt of the article: While this is fairly documented on TechNet, it sometimes takes a bit to […]

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 […]