How to Grant Administrators Full Control over all mailboxes in an Organization
Written on February 16, 2012
Granting administrative rights over all mailboxes to an Exchange administrator was a simple task in Exchange 2003 and 2007, which requires a little more consideration. I’ve written a simple PowerShell script that will allow you to automate this process. As new mailboxes are created, this script will add the appropriate permissions. Please note that this script will only work (by default) on Exchange 2010 SP2. If you’re running RTM or SP1, please remove the -AutoMapping:$false parameter.
I schedule this script to run daily at 6AM. Your mileage may vary, but this allows it (and my other morning Exchange maintenance scripts) to finish before people start logging on around 7AM).
Note: I’d suggest you don’t use this script if you use a moderate-large organisation. Assigning permissions on a one-off basis is a much more economical method.
Comments/questions
There's no commenting functionality here. If you'd like to comment, please either mention me (@[email protected]) on Mastodon or email me. I don't have any logging or analytics running on this website, so if you found something useful or interesting it would mean a lot to hear from you.