I archived all user's mailboxes to PST files.
When I run Get-MailboxDatabase "DB1" | Get-MailboxStatistics | Sort totalitemsize -desc | ft displayname, totalitemsize, itemcount
I can see that all mailboxes are about 1 MB size.
I want to move all of them to new DB2 and them remove old DB1 instead of using eseutil to shrink DB1.
When I started "local move request" it shows me that every mailbox is around 10GB size as it was before archiving.
Suggestions?
Thank you.