In Exchange Server 2010/2013/2016, the procedure is not supported by the interface and must be performed using the Management Shell. Using the Management Shell, you must use the Role Based Access Control (RBAC) authorization system to assign permissions for the backup agent service account.
Follow these steps:
The Exchange Management Shell opens.
Add-RoleGroupMember <"role group name"> -Member <"member">
The permissions are assigned to the backup agent service account.
Example
In the following command, the mailbox, "exchagent" is added to the role group, "Organization Management", and inherits all access rights associated to that group.
Add -RoleGroupMember "Organization Management" -member "exchagent"
Copyright © 2016 |
|