Disconnected Mailboxes under Exchange 2007
On exchange 2007.
When you disable a user – the account should automatically go to the ”Disconnected Mailbox”.
But if this does not happen try running the following command(s) in PowerShell
Get-mailboxdatabase
(this will show the location of all Mailboxdatabases on the server)
Use this location in:
clean-mailboxdatabase ”MyExchangeServer\MyCompany\Mailboxname”
And the “missing” mailboxes will show up in ”Disconnected Mailbox”