Hello all,
I´m facing strange issue. I need to do an integration (ADMT and mailbox move) between two organizations.
Organization A = source AD forest with Exchange 2010 SP3 (HUB, CAS, MBX)
Organization B = target AD forest with Exchange 2010 SP3 in hybrid with O365
I have got trust in place, but when I run script to prepare object in my forest it fails.
It´s Microsoft´s located in the default Exchange server folder. It´s called Prepare-MoveRequest.ps1
- creates disabled AD object in target forest (than ADMT could be done)
- mail enable object
- takes AD attributes from the source AD forest (Name, Office, Country...) msExch attributes like ProxyAddresses, email etc.
- creates X500 address in target forest (Org.B) on particular account
- creates X500 address in source forest - script fails with error below and doesn´t create X500 in source forest (Org.A)
It´s important to have it in order to perform ADMT later on and mailbox migration.
I did several intergration with another companies well, but in this particular case I can´t and I got errror:
Could not find the default Administrative Group 'Exchange Administrative Group (FYDIBOHF23SPDLT)'.
+ CategoryInfo : NotSpecified: (0:Int32) [Update-Recipient], DefaultAdminist...tFoundException
+ FullyQualifiedErrorId : 24F151AC,Microsoft.Exchange.Management.RecipientTasks.UpdateRecipient
From the error is clear it could not update object (recipient) in the source AD forest. X500 doesn´t exist in source forest.
Any clue?
Petr Weiner