Exchange 2003 - Recover Mailbox Data Task
Hello. I need to perform "Recover Mailbox Data" task on some mailboxes having Exchange Administrator role and Domain Admin role, but get an error message: Cannot log in to source mailbox. What other roles must have my account to perform such a task?
November 15th, 2008 9:01pm

Hi, You need "send as" and "receive as" permissions on the mailboxes. These permissions are denied domain admins by default. Leif
Free Windows Admin Tool Kit Click here and download it now
November 16th, 2008 9:21pm

use power shell to achive this in a robust action. Get Mailbox | Add-MailboxPermission -User"your account"-Accessright Fullaccess -InheritanceType all Get-Mailbox | Add-ADPermission -User "your account" -ExtendedRights Send-As Once you have finished performing your administrative tasks: Get Mailbox | Remove-MailboxPermission -User"your account"-Accessright Fullaccess -InheritanceType all Get-Mailbox | Remove-ADPermission -User "your account" -ExtendedRights Send-As
November 17th, 2008 3:10am

Hi all. Problem is solved. I couldn't restore data from those mailboxes because Exchange System Manager was launched at my workstation. After I started RDP session with my Exchange Server and launched ESM on it - everything worked fine, and there was no need to change any permissions, just as this article stated:http://technet.microsoft.com/en-us/library/aa996155.aspxAnyway, thanks a lot for answers.
Free Windows Admin Tool Kit Click here and download it now
November 17th, 2008 11:21am

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

Other recent topics Other recent topics