To add an account to the local Administrators group on a server, perform the following:
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 the Full Control permission on a mailbox database to the <User> (in our example, LA\JohnSmith), run the following cmdlet in Exchange Management Shell:
Get-MailboxDatabase | Add-ADPermission -User LA\JohnSmith -AccessRights GenericAll -ExtendedRights Receive-As
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
© ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center