Clean mailbox does not work here either.
here are some of the commands I tried:
Get-MailboxStatistics -Database "Mailbox Database" | Where-Object {$_.DisconnectDate -Notlike $NULL} | FL DisplayName, DisconnectDate, MailboxGuid
DisplayName : Last, First
DisconnectDate : 11/30/2012 2:55:31 PM
MailboxGuid : 77fe05c2-ded7-496d-af07-5e4f001dd960
Remove-Mailbox -Database "Mailbox Database 0836479555" -StoreMailboxIdentity 77fe05c2-ded7-496d-af07-5e4f001dd960
--------------------------------------------------------
Microsoft Exchange Error
--------------------------------------------------------
Action 'Remove' could not be performed on object 'Last, First'.
Last, First
Failed
Error:
The operation couldn't be performed because object '<domain>/<ou>/Last, First
CNF:4f20c5ce-4bc9-46b8-8f9f-9ad95be1e494' couldn't be found on '<DC>'.
Get-Mailbox -Identity "Last, First" | Remove-Mailbox -confirm:$false
[PS] C:\>Get-Mailbox -Identity "Last, First" | Remove-Mailbox -confirm:$false
The operation couldn't be performed because object 'Last, First' couldn't be found on '<dc>.<domain>'
+ CategoryInfo : NotSpecified: (:) [Get-Mailbox], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 2373D24D,Microsoft.Exchange.Management.RecipientTasks.GetMailbox
The mail box is a pain because:
1. cannot open its properites - says it does not exists, but
2. the email is still active in the "All Users" group so it returns non deliverable!
What else can i due to rid off this mail box!?