Delegating rights to multiple mailboxes?
We are in process of migrating our last users from our old IMAP server to Exchange 2010 using imapsync and delegated full access permissions. I'm wondering if there is a way to delegate Full Access Permissions for one DOMAIN\exch_move account. It could have the rights to all mailboxes while the script is running and after I'd just remove them. Manually doing one and one isn't fun when we migrate 150 mailboxes a once.MCITP Server Administrator Blog: http://www.nixadmins.net
November 3rd, 2010 1:29pm

Easily done. Get-Mailbox | Add-MailboxPermission -AccessRights FullAccess -user accountname Then to remove it, change the add- to remove- Simon.Simon Butler, Exchange MVP Blog | Exchange Resources
Free Windows Admin Tool Kit Click here and download it now
November 3rd, 2010 1:36pm

I keep fogeting how easy life is with PowerShell. Thank you!MCITP Server Administrator Blog: http://www.nixadmins.net
November 3rd, 2010 1:39pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics