Greetings,
We are currently setting up Exchange 2007 in a Complex Exchange Environment. We have three Forests, nearnorth - nndsb and nnres.
nnres is where Exchange is configured, nearnorth is where we want Autodiscover to work. Nearnorth and nndsb do NOT have exchange installed, as we are using linked accounts between nnres and nearnorth.
This is the command and error:
[PS] C:\> Export-AutoDiscoverConfig -DomainController nb-ws-sv-0013.nnres.local -TargetForestDomainController nb-ws-sv-0007.nearnorth.edu.on.ca -TargetForestCredential $a -MultipleExchangeDeployments $falseExport-AutoDiscoverConfig : Active Directory operation failed on nb-ws-sv-0007.nearnorth.edu.on.ca. This error is not retriable. Additional information: The parameter is incorrect.Active directory response: 00000057: LdapErr: DSID-0C090B38, comment: Error in attribute conversion operation, data 0,veceAt line:1 char:26+ Export-AutoDiscoverConfig <<<< -DomainController nb-ws-sv-0013.nnres.local -TargetForestDomainController nb-ws-sv-0007.nearnorth.edu.on.ca -TargetForestCredential $a -MultipleExchangeDeployments $false
Is it just missing the Schema objects in nearnorth? Do I have to run the Exchange setup with the /PrepareAD switch on nearnorth?
Thanks!
A couple suggestions/questions:
- Joel
Lets see...
1. Yes, I've checked that a few times, just to be sure. I'm using $a = Get-Credential line first.
2. I've done that.
3. Yes, it's on a CAS.
Now, I tried adding the Schema objects into the target domain (setup.com /prepareAD) and it all seemed to work alright. The command completes without an error.
Now I'm having other autodiscovery issues, but I am pretty certain it's because I am on the nearnorth domain and the Exchange server is on nnres. Going to look into it further, move a machine to nnres and test.
Thanks for the response. :)