Exchange 2010 - Trying to add an additional domain fails
- by Tom Beech
We're trying to add an additional domain to our existing exchange 2010 box. I'm doing this under our network administrator user which has pretty much every permission but i'm getting:
VERBOSE: Connecting to EXCHANGE01.isd.isdevelopment.co.uk
VERBOSE: Connected to EXCHANGE01.isd.isdevelopment.co.uk.
[PS] C:\Windows\system32>new-AcceptedDomain -Name 'NewName' -DomainName 'newDomainaddress.com' -DomainType 'Autho
ritative'
Active Directory operation failed on DCSERVER01.isd.isdevelopment.co.uk. This error is not retriable. Additional inform
ation: Insufficient access rights to perform the operation.
Active directory response: 00002098: SecErr: DSID-03150BB9, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0
+ CategoryInfo : NotSpecified: (0:Int32) [New-AcceptedDomain], ADOperationException
+ FullyQualifiedErrorId : 282695C2,Microsoft.Exchange.Management.SystemConfigurationTasks.NewAcceptedDomain
Any help will be appreciated.
Tom