Unsolved
This post is more than 5 years old
6 Posts
0
497
September 7th, 2010 23:00
Exchage mailbox backup permission issue
Dears,
i am trying to backup mailboxs in exchage 2007, and iam using the administrator user (domain admin) but its failed due to permission issue.
please advice the needed permissions that i need for the user or if there any step by step to configure the user account.
thanks and regards,
Ali
0 events found
No Events found!


coganb
736 Posts
0
September 8th, 2010 00:00
Hi Ali,
If you are using NetWorker Module for Exchange, you should find the information you're looking for in the NME Administration Guide:
http://powerlink.emc.com/km/live1/en_US/Offering_Technical/Technical_Documentation/300-004-749.pdf?
From the 'Permission Requirements' section:
"
To back up or recover a mailbox or public folder, the Windows
domain account to log on to the NetWorker server host must be a
member of the Exchange Administrators group. Also, the account
must have the following server or database permissions enabled in
the Microsoft Exchange System Manager program for Exchange
2000 and 2003:
◆ List contents
◆ Read properties
◆ Administer Information Store
◆ View Information Store status
◆ Receive as
◆ Send as
To set the permissions for items in a mailbox for Exchange 2007:
1. Open an Exchange Management Shell window.
2. Add the following mailbox permissions:
get-ExchangeServer |
Add-AdPermission –user -extendedrights
Receive-As,Send-As
"
-Bobby