Hi
I have a problem with the below command.
Get-mailboxstatistics -Database DB01
This command returns all the mailbox under DB01 database. However it shows mailboxes that are not actually in Database DB01. It does the same thing on all other database as well. Later i found that this could be reason. Ex: If a mailbox named mbx01 is moved from DB01 to DB02 and if it is available in move request, then thats where the problem arises.
So after mailbox movement, if i run the above PS command for DB01 it shows mbx01 is in DB01, also if i run the same command for DB02 it shows mbx01 is also in DB02.
So the value is duplicated if a mbx is moved recently and placed in move request.
Can anyone tell me how to fix this? Many thanks in advance.
BTW, im running Exchange 2010 SP2.
Thanks
Regards
Balaji