Apr 03 2019 09:45 AM
Scenario:
Suggested course of action here?
Our Commvault system isn't backing up down the mailbox level, just the database. Could I create a new Mailbox Database and restore last night's backup to that database? Then create a move-request from the restore database to the prod DAG?
Worst-case scenario, I'll request an Archive Recovery from Mimecast...
Apr 03 2019 02:09 PM
Apr 03 2019 02:57 PM
SolutionSolved the issue; turns out, certain cmdlets, such as Get-MailboxDatabase | Get-MailboxStatistics can only be ran from an Exchange Server in the Shell. I perform nearly every Exchange mgmt task from my own machine via Remote Session. ($ExchSession = New-PSSession.... Import-PSSession $ExchSession...). When I run that command in Remote Session, I receive an error: The specified mailbox "DB15" doesn't exist. [Get-MailboxStatistics], ManagementObjectNotFoundException.
I mostly followed the "Use the Shell to restore a deleted mailbox" doc.