How to add the Organization Management role to protect Exchange 2010 using Exchange Powershell
book
Article ID: 100024259
calendar_today
Updated On:
Resolution
To View, Add and Remove users or members from the Organization Management Role Group in Exchange 2010 using Powershell refer to below commands :
- To list the members of the Organization Management role group, run the following command:
Get-RoleGroupMember "Organization Management" - To add a user account (in this example, CSmith) as a member of the Organization Management role, run the following command from an Exchange Powershell command prompt:
Add-RoleGroupMember "Organization Management" -Member username - To remove the user account csmith from the Organization Management role group, run the following command:
Remove-RoleGroupMember "Organization Management" -Member usernameApplies To
- Backup Exec 2010 and Higher version of Backup Exec
- Exchange 2010
Issue/Introduction
In order to backup and restore Exchange 2010 with Backup Exec, the resource credential used in the jobs must be added to the pre-configured Exchange 2010 "Organization Management" role.
Was this article helpful?
thumb_up
Yes
thumb_down
No