Shocker Posted March 14, 2013 Posted March 14, 2013 Hi everyone I just wanted to see if anyone else came across this, I have added myself full access permissions to everyone's mailbox using the EMC on the server this now allows me to view any mailbox using OWA just fine but it also added all the mailboxes into my Outlook. I have to switch off the download shared folder under the cache settings because it tried to download all emails from every account but what I was wondering is this a default setting once you have given yourself full access to the mailbox? Anyone else come across this before? Thank you
glen_j Posted March 14, 2013 Posted March 14, 2013 yes that is normal behaviour, we have set up a different account for accessing mailboxes etc. 1
Shocker Posted March 14, 2013 Author Posted March 14, 2013 Thank you I just thought I had missed something
old_n07 Posted March 14, 2013 Posted March 14, 2013 If you add the permissions via powershell you can turn off the mapping: Add-MailboxPermission –Identity user.account -User your.name -AccessRights FullAccess -AutoMapping $false 1
Achandler Posted March 14, 2013 Posted March 14, 2013 Or give permissions to the mailbox by the group and not the individual users, such as your admins group.
Shocker Posted March 14, 2013 Author Posted March 14, 2013 that's great thank you ill put that down that's the bit I didn't add to the end of the add-mailboxpermission
Shocker Posted March 14, 2013 Author Posted March 14, 2013 ah ok I had given permissions based on individuals to myself
sukh Posted March 14, 2013 Posted March 14, 2013 Automapping is on SP2 & SP3, so if you're using SP1 I'd upgrade.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now