Posts

Showing posts from May, 2013

RE : Relink linked mailbox with master account

Scenario:   In cross-forest organization Linked mailboxes come in picture. Suppose any changes happened with master linked domain id then we have to preform relink mailbox with master ID.   We can perform this task with two ways.   1. Using EMC - We can disable mailbox and relinked mailbox with master link account. 2. Using Command line –   > Get-Mailbox-Identity "samaccountname" | Set-Mailbox -LinkedMasterAccount "domain\ad account login" -LinkedDomainController "domain controller FQDN"   Thanks,