RE : Relink linked mailbox with master account
Scenario:
We can perform this task with two ways.
1. Using EMC - We can disable mailbox and relinked mailbox with master link account.
> Get-Mailbox-Identity "samaccountname" | Set-Mailbox -LinkedMasterAccount "domain\ad account login" -LinkedDomainController "domain controller FQDN"
Comments
Post a Comment