if you accidently delete user mailbox from EMC or got confused about Disable & Remote and clicked on remove for particular user and now needing to get the mailbox yet able to see it under disconnected mailbox , recipient configuration?
** Deleted mailbox will be visible after online maintenance runs and completes** so if you do not want to wait and wish to re-connect the disconnected mailbox to another AD user object here is what you need to do run Clean-MailboxDatabase CMDLET.
| Get-Mailboxdatabase | Clean-MailboxDatabase |
This will clean all DBs in given SMTP organization.
My mail server name is mail2 , I would use fallowing CMDLET, substitute mail2 to your own mail server name.
| Get-Mailboxdatabase | Where{ $_.Server –eq “mail2”}| clean-MailboxDatabase |
Understanding Disconnected Mailboxes
- http://technet.microsoft.com/en-us/library/bb232039(EXCHG.80).aspx
- http://technet.microsoft.com/en-us/library/bb232039(EXCHG.80).aspx
Respectfully,
Oz Casey, Dedeal
MCITP (EMA), MCITP (SA)
MCSE 2003, M+, S+, MCDST
Security+, Project +, Server +
http://smtp25.blogspot.com/ (Blog
http://telnet25.spaces.live.com/ (Blog)
http://telnet25.wordpress.com/ (Blog)
1 comment:
that is good, I was worried above this. thank.
Post a Comment