First you need to get a list of all the disconnected mailboxes –
Get-MailboxStatistics -Database “
Next step is to take the GUID of the account you want to delete and use this command –
Remove-Mailbox -Database “
First you need to get a list of all the disconnected mailboxes –
Get-MailboxStatistics -Database “
Next step is to take the GUID of the account you want to delete and use this command –
Remove-Mailbox -Database “
You must be logged in to post a comment.