Exchange 2007 Full Access/Send As permissions not set after adding them via EMC
Hello, We are experience the problem that when you grant several people Full Access or Send As rights on an mailbox via EMC. That only the last person that you added is is added, and not the others. We use Exchange 2007 SP3 on Windows Server 2008 R2. Does anyone has an solution for this? Thanks in advance! Greetings, Justin
November 8th, 2011 5:08am

Hi, Create a csv like this User1,User2 User3,User4 User6,User5 This will give user User1 Send-As rights to user User2′s mailbox etc. $Thelist = Import-csv “C:\thelist.csv” ForEach($theobject in $thelist) {$theMBDN = (Get-Mailbox $theobject.the mailbox).distinguishedname; Add-ADPermission $thembDN -Extendedrights “Send As” -User $theobject.theuser} For Full Access permission, ForEach($theobject in $thelist) {$theMBDN = (Get-Mailbox $theobject.the mailbox).distinguishedname; Add-MailboxPermission $thembDN -Accessrights “FullAccess” -User $theobject.theuser}Regards from www.windowsadmin.info | www.blog.windowsadmin.info
Free Windows Admin Tool Kit Click here and download it now
November 8th, 2011 11:41am

Hi I test it on my server. I can not find this problem. Every account will be granted permission by separate cmd. Can you post any event error? What is the result of EMS ?
November 9th, 2011 6:04am

I dont have any error, you see the ( for example ) the 6 commandos to grant the people access to the mailbox. But only the last person that was processed was added. ( 6 people added in 00:00 ) My best guess is that it is an replication issue because it al happends to "fast". It does not happend all the time, but it does on regular basis.
Free Windows Admin Tool Kit Click here and download it now
November 9th, 2011 8:38am

Hi What is the result when you grant permission to account by EMS? Can you reproduce it by EMS ?
November 9th, 2011 7:49pm

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

Other recent topics Other recent topics