Hi There,
I've got quite an annoying issue when trying to create a cross forest move from a new business we've bought.
I've prepared the mailbox on the new server and when trying to start the move request I get the following issue:
Unable to find 'RTCDC1.rtc.co.uk' computer information in domain controller 'rtcdc1.rtc.co.uk' to perform the suitability check. Verify the fully qualified domain name.+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], RemotePermanentException+ FullyQualifiedErrorId : 7B2B9C6F,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest
I've checked and all mail servers and DCs can ping/communicate with eachother without issue.
These are the verbose logs from the move:
[PS] E:\Exchange\Scripts>New-MoveRequest -RemoteLegacy -TargetDatabase 'Users N to Z' -RemoteGlobalCatalog 'RTCDC1.rtc.co.uk' -RemoteCredential $RemoteCredentials -TargetDeliveryDomain 'rtc.co.uk' -v -Identity bristol.test VERBOSE: [10:55:41.209 GMT] New-MoveRequest : Active Directory session settings for 'New-MoveRequest' are: View EntireForest: 'False', Default Scope: 'ResourceGroup.co.uk', Configuration Domain Controller: 'thdc1.ResourceGroup.co.uk',Preferred Global Catalog: 'thdc2.ResourceGroup.co.uk', Preferred Domain Controllers: '{ thdc2.ResourceGroup.co.uk }' VERBOSE: [10:55:41.209 GMT] New-MoveRequest : Runspace context: Executing user: ResourceGroup.co.uk/IT/Seb Spiers,Executing user organization: , Current organization: , RBAC-enabled: Enabled. VERBOSE: [10:55:41.209 GMT] New-MoveRequest : Beginning processing & VERBOSE: [10:55:41.209 GMT] New-MoveRequest : Instantiating handler with index 0 for cmdlet extension agent "Admin Audit Log Agent". VERBOSE: [10:55:41.209 GMT] New-MoveRequest : Searching objects "Users N to Z" of type "MailboxDatabase" under the root "$null". VERBOSE: [10:55:41.241 GMT] New-MoveRequest : Previous operation run on domain controller 'thdc1.ResourceGroup.co.uk'. VERBOSE: [10:55:41.303 GMT] New-MoveRequest : Current ScopeSet is: { Recipient Read Scope: {{, }}, Recipient WriteScopes: {{, }}, Configuration Read Scope: {{, }}, Configuration Write Scope(s): {{, }, }, Exclusive Recipient Scope(s): {}, Exclusive Configuration Scope(s): {} } VERBOSE: [10:55:41.303 GMT] New-MoveRequest : Searching objects "bristol.test" of type "ADUser" under the root "$null". VERBOSE: [10:55:42.161 GMT] New-MoveRequest : Previous operation run on domain controller 'thdc2.ResourceGroup.co.uk'. VERBOSE: [10:55:42.161 GMT] New-MoveRequest : Processing object "$null". VERBOSE: [10:55:42.161 GMT] New-MoveRequest : [DEBUG] No RequestJob messages found. VERBOSE: [10:55:42.161 GMT] New-MoveRequest : [DEBUG] MDB 24ab0ff4-bf00-4493-a353-c74dd18928eb found to belong to Site: ResourceGroup.co.uk/Configuration/Sites/TemeHouse VERBOSE: [10:55:42.177 GMT] New-MoveRequest : [DEBUG] MRSClient: attempting to connect to 'THMX1.ResourceGroup.co.uk' VERBOSE: [10:55:43.284 GMT] New-MoveRequest : [DEBUG] MRSClient: connected to 'THMX1.ResourceGroup.co.uk', version 14.2.297.0 caps:07 VERBOSE: [10:55:43.284 GMT] New-MoveRequest : [DEBUG] Loading source mailbox info VERBOSE: [10:55:48.713 GMT] New-MoveRequest : Unable to find 'RTCDC1.rtc.co.uk' computer information in domain controller 'rtcdc1.rtc.co.uk' to perform the suitability check. Verify the fully qualified domain name. VERBOSE: [10:55:48.713 GMT] New-MoveRequest : Admin Audit Log: Entered Handler:OnComplete. Unable to find 'RTCDC1.rtc.co.uk' computer information in domain controller 'rtcdc1.rtc.co.uk' to perform the suitability check. Verify the fully qualified domain name.+ CategoryInfo : NotSpecified: (0:Int32) [New-MoveRequest], RemotePermanentException+ FullyQualifiedErrorId : 7B2B9C6F,Microsoft.Exchange.Management.RecipientTasks.NewMoveRequest VERBOSE: [10:55:48.713 GMT] New-MoveRequest : Ending processing &
Can anyone help?