Exchange 2013 Databases
-
I've run this:
get-maibox | Sort database, name | format-table name, database
-
You may be seeing mailboxes that are soft deleted from the move... not positive though.
-
@brianlittlejohn said:
You may be seeing mailboxes that are soft deleted from the move... not positive though.
Scanning through the mailboxes, there are 250... Most are here, some are not. Weird.
-
Does get-moverequest show moves that are still pending?
-
@brianlittlejohn said:
Does get-moverequest show moves that are still pending?
Two are pending... One is completed but still shows in the Get-mailbox -database "CorpExchangeStore3" -ResultSize Unlimited list...
-
One user is going to take all day. They have 10GB in their mailbox.
-
@BBigford yea... that one will take a while.... im not sure why you are still seeing mailboxes that should have been moved...
-
Am I running this right (to get a list of anyone on CorpExchange3)?
Get-Mailbox | Sort Database, CorpExchangeStore3 | format -Table Name
-
-
@brianlittlejohn said:
get-mailbox -database "DBNAME"
should do it
exactly what I needed, thanks. Weird that a completed mailbox is in there... Oh well, I'll figure that out later.