Hello Team
I facing an issue with auto mapping which i would like to disbale automapping to one account with all mailboxes
My admini account is admin@labbites.co.in. currently am having full mailbox access to all the mailboxes in my org
whenvevr i open the outlook 2010, all the mailboxes came as automppaing
i would like to remove automapping funtion to all the mailboxes only for my account
iam currently using the below command to remove one bye one
Add-MailboxPermission –Identity mailboxname –User "admin" –AccessRights FullAccess –AutoMapping $false
i would like to disable the automapping for my account only in a single shot
ramakrishnan