ShackDaddy
MIS
Ok, I need another pair of eyes here.
A mailbox database called Mbox4 from a storage group called SG4 is restored to an RSG. In the RSG it's known as Mbox4, naturally.
Now I'm trying to merge the contents of one user in the mounted db into that same users mailbox on the production db. Here's the script I used first:
When I do that, these are the results:
So I decide to lose the long database name and try this:
And that gives me this:
Of course it's not unique, since there's also a mailbox data base with the same name in another storage group! So how do I properly differentiate?
I did a successful test copy/merge from the Recovery Console Tool, so I know that all the objects are in place, but I have to use the EMS because I want to customize more that the console will allow.
TIA
Dave Shackelford
ThirdTier.net
A mailbox database called Mbox4 from a storage group called SG4 is restored to an RSG. In the RSG it's known as Mbox4, naturally.
Now I'm trying to merge the contents of one user in the mounted db into that same users mailbox on the production db. Here's the script I used first:
Code:
restore-mailbox -id jsmith -rsgdatabase "exchng07\Recovery Storage Group\Mbox4" -rsgmailbox jsmith -targetfolder RecoverContacts -IncludeFolders \Contacts
When I do that, these are the results:
Restore-Mailbox : The specified mailbox "jsmith" does not exist on database "exch
ng07\recovery storage group\Mbox4".
At line:1 char:16
+ restore-mailbox <<<< -id jsmith -rsgdatabase "exchng07\recovery storage gro
up\Mbox4" -rsgmailbox jsmith -targetfolder RecoverContacts -IncludeF
olders \Contacts
So I decide to lose the long database name and try this:
Code:
restore-mailbox -id jsmith -rsgdatabase Mbox4 -rsgmailbox jsmith -targetfolder RecoverContacts -IncludeFolders \Contacts
And that gives me this:
The specified mailbox database "Exchng07.corp.com\Mbox4" is not
unique.
At line:1 char:1
+ r <<<< estore-mailbox -id jsmith -rsgdatabase Mbox4 -rsgmailbox jsmith -targetfolder RecoverContacts -IncludeFolders \Contacts
Of course it's not unique, since there's also a mailbox data base with the same name in another storage group! So how do I properly differentiate?
I did a successful test copy/merge from the Recovery Console Tool, so I know that all the objects are in place, but I have to use the EMS because I want to customize more that the console will allow.
TIA
Dave Shackelford
ThirdTier.net