Disable the Auto Mapping Function for Exchange 2010 SP2
Hi, I'd like to be able to disable the Auto Mapping function in Outlook 2010/Exchange 2010 SP2. I've been having a look at the following article: http://technet.microsoft.com/en-us/library/hh529943.aspx But not being very power shell savvy not sure how I'd go about it? Would I have to run it against every mailbox in the Exchange or input a csv file?? Any help would be appreciated. Thanks
December 15th, 2011 11:30am

You can run on each mailbox or if you script this to loop through mailboxes.Sukh
Free Windows Admin Tool Kit Click here and download it now
December 15th, 2011 5:04pm

Thanks Terence, that's exactly what I need. Just to confirm, will any new mailboxes that are created need this setting applying too? There's no blanket option to turn it off on the exchange box?
December 16th, 2011 3:50am

Hi Get-Mailbox just scans existing users not for new mailbox. If you create new mailbox, you have to run this command again. AS far as I know, no this option. Terence Yu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
December 16th, 2011 3:59am

Thought that was the case. Maybe on the next service pack :) !! Just one question with your powershell command, should it have"FullAccess" after -AccessRight??
December 16th, 2011 4:27am

Hi You are rightTerence Yu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
December 18th, 2011 8:01pm

Just thought I'd mention that you left off a colon after "-Automapping"....the last line above should look like this: $test = $mailbox | Foreach {Add-mailboxPermission $_.Name -User 'administrator' -AccessRight FullAccess -Automapping:$false} Amy Rockwood
May 24th, 2012 1:36pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics