Hi Guys
Trying to restore a deleted user mailbox, I am using the following PS command:
Connect-Mailbox –Identity UserGUID -Database "Mailbox Database" -User firstname.surname
This returns the following error:
Multiple databases match "Mailbox Database". Specify a unique name
I believe that there is another Exchange database but I believe is disabled but may have the same mailbox database name (created before my time)
How can I alter the command to specify the specific server or am I using the wrong argument in my PS command?
Note: The mailbox database name is actually "Mailbox Database"
Thanks for your help in advance.
Andrew