Anyone know how to transfer distribution groups from 1 database to the another database in exchange 2010?
Our original DB became corrupted and we moved over all the mailboxes, dismounted the old DB but our distribution groups are still being used on the old DB.
I remounted the old database and ran the following command:
Get-Mailbox -Database DB1 | New-MoveRequest -TargetDatabase DB2
Waited several minutes and ran Get-MoveRequestStatistics -IncludeReport
Nothing popped up so I assumed it was completed after 30 minutes so I dismounted the old DB again.
I had a user send an email to the designated DL but in the Queue viewer it still points to the old DB.
Any help would be great, I dont want to recreate multiple DG on the new DB. Thanks!