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
To grant the Mail Recipients management role to the <User> (in our example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
New-ManagementRoleAssignment -Role "Mail Recipients" -User LA\JohnSmith
To grant the Mail Enabled Public Folders management role to the <User> (in our example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
New-ManagementRoleAssignment -Role "Mail Enabled Public Folders" -User LA\JohnSmith
To grant account the Full Control permission on a public folder administrator mailbox to the <User> (in our example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
Add-MailboxPermission -Identity <Public_Folder_Migration_Administrator_Mailboxes> -User LA\JohnSmith -AccessRights FullAccess
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center