How to add the Organization Management role to protect Exchange 2010 using Exchange Powershell

Article: 100024259
Last Published: 2013-11-22
Ratings: 0 0
Product(s): Backup Exec

Problem

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.

Solution

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 username

Applies To

  • Backup Exec 2010 and Higher version of Backup Exec
  • Exchange 2010

Was this content helpful?