Couldn’t find public folder on Exchange 2010 server?

Head over to my Mr. Proactive post here: http://blogs.technet.com/b/mr_proactive/archive/2011/05/05/these-are-not-the-public-folders-you-are-looking-for.aspx Originally posted at http://blogs.technet.com/bshukla

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

All Exchange 2010 network communications in a diagram

Today, Michel de Rooij posted an update to his Exchange 2010 SP1 Network ports diagram. You can find it here. This is a great resource if you ever need to […]

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

How do I measure how long a command took to run in PowerShell?

So this one might be pretty simple you say, just use measure-command right? But what if I already ran the command and didn’t time it? What if it took really […]