Exchange 2010 - Trying to add an additional domain fails
Posted
by
Tom Beech
on Server Fault
See other posts from Server Fault
or by Tom Beech
Published on 2012-10-17T16:56:28Z
Indexed on
2012/10/17
17:04 UTC
Read the original article
Hit count: 317
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
© Server Fault or respective owner