Here is the output I get from Status of database copies
Get-MailboxDatabaseCopyStatus : The operation couldn't be performed because object 'EX10-1GB-DB07\*' couldn't be found on 'domainController.example.com'. At line:10 char:30 + Get-MailboxDatabaseCopyStatus <<<< -Identity $database | ForEach-Object ` + CategoryInfo : NotSpecified: (:) [Get-MailboxDatabaseCopyStatus], ManagementObjectNotFoundException + FullyQualifiedErrorId : 47A1646A,Microsoft.Exchange.Management.SystemConfigurationTasks.GetMailboxDatabaseCopyStatus
If I copy the PS script and execute it from the local Exchange PS console on the Orion server, everything works. I get the proper output etc...
The other Monitor, I get a similar error as the one above about. Has anyone seen this issue before?