Exchange delete dismounted mailbox but keep the user

get-mailboxstatistics -database support | where {$_.disconnectdate -ne $null} | fl displayname,mailboxguid

remove-mailbox -database support -storemailboxidentity mailboxguid

發佈留言

*