Exchange 2007: Give a user full access to all mailboxes
The following command will give full access to the Mailbox database including future mailboxes when they are created. Just change the name of the Mailbox Database to yours and the name to the one you wish to use Get-MailboxDatabase -identity “Mailbox Database†| Add-ADPermission -User “Trusted User”-AccessRights GenericAll Now access to all mailboxes: Get-Mailbox -ResultSize […]
Continue Reading