Granting Application Impersonation Role
Granting ApplicationImpersonation Management Role
To grant the ApplicationImpersonation management role to the <User> (in our example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
New-ManagementRoleAssignment -Role ApplicationImpersonation -User LA\JohnSmith
Granting Membership in Local Administrators Group
To add an account to the local Administrators group on a server, perform the following:
- Open the Computer Management snap-in (Click Start | Run, enter compmgmt.msc and then click OK).
- In the left pane click System Tools | Local Users and Groups | Groups.
- Right-click the Administrators group and click Add to Group.
- Click Add and select the account.
- Close the dialog boxes by clicking OK.
Granting Full Control on Public Folder Database
To grant the Full Control permission on a public folder database to the <User> (in our example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
Get-PublicFolderDatabase | Add-ADPermission -User LA\JohnSmith -AccessRights GenericAll -ExtendedRights Receive-As
Granting Membership in Public Folder Management Group
To add an account to the Public Folder Management group in the Exchange 2010 organization, take the following steps:
- In the Active Directory Users and Computers snap-in select the Microsoft Exchange Security Groups node.
- In the right pane, right-click Public Folder Management group and click Properties.
- On the Members tab click Add and select the account.
- Close the dialog boxes by clicking OK.