DaphneVink
Technical User
Hi,
When I disable a usermailbox the Exchange properties are removed from the AD object, leaving a disconnected mailbox in Exchange. But this mailbox only appears in the "disconnected Mailbox" node after a long time (hours or day(s)).
Also when I use the cmdlet:
Get-MailboxStatistics -Server <servername> | where { $_.DisconnectDate -ne $null } | select DisplayName,DisconnectDate
I get no results.
I think this might be caused by replication of AD, replication in Exchange or some maintenance schedule.
Can anyone help me which settings cause these disconnected mailboxes not to appear in the "disconnected mailbox" node in EMC immendiately or soon after disabling the mailbox?
I want to be able to reconnect the mailbox immediately after disabling it in case of an error.
thanks a lot in advance,
Daphne Vink
When I disable a usermailbox the Exchange properties are removed from the AD object, leaving a disconnected mailbox in Exchange. But this mailbox only appears in the "disconnected Mailbox" node after a long time (hours or day(s)).
Also when I use the cmdlet:
Get-MailboxStatistics -Server <servername> | where { $_.DisconnectDate -ne $null } | select DisplayName,DisconnectDate
I get no results.
I think this might be caused by replication of AD, replication in Exchange or some maintenance schedule.
Can anyone help me which settings cause these disconnected mailboxes not to appear in the "disconnected mailbox" node in EMC immendiately or soon after disabling the mailbox?
I want to be able to reconnect the mailbox immediately after disabling it in case of an error.
thanks a lot in advance,
Daphne Vink