Exchange Hybrid: AD User Attribut Cleanup

Exchange Hybrid: AD User Attribut Cleanup

[PS] C:Windowssystem32> Get-User test01@test.com | fl Name, Displayname, *Recipient*

Name                         : 32b2bd38-24a0-4ed1-9c5e-007d4542d14c
DisplayName                  : test01
PreviousRecipientTypeDetails : UserMailbox
RecipientType                : MailUser
RecipientTypeDetails         : MailUser


[PS] C:Windowssystem32> Get-User test01@test.com | Set-User -PermanentlyClearPreviousMailboxInfo

[PS] C:Windowssystem32> Get-MailUser test01@test.com | Set-MailUser -RemoveDisabledArchive

You may also like...