I am trying to remove a linked master account of a mailbox user in Exchange 2013 and having trouble doing so. Does anyone know the command in power shell to make this happen?
Thank you,
I am trying to remove a linked master account of a mailbox user in Exchange 2013 and having trouble doing so. Does anyone know the command in power shell to make this happen?
Thank you,
For the below, "blah@acme.com" should be the mail address on the mailbox you're trying to remove the master from. If this is the command that isn't working for you, you will need to provide error information.
Set-User -identity "blah@acme.com" -linkedmasteraccount $null