Link to home
Start Free TrialLog in
Avatar of creative555
creative555

asked on

DNS delegation option?? when promoting DC

Hello,
Do we need to say Yes to "createDNSDelegation" option  when promoting 2012 DC? We want it to be DNS as well and we have DNS integrated zones. Do we need to say yes or no to CreateDNSDelegation?

THank you.

#
# Windows PowerShell script for AD DS Deployment
#

Import-Module ADDSDeployment
Install-ADDSDomainController `
-CreateDnsDelegation:$false `
Avatar of Cliff Galiher
Cliff Galiher
Flag of United States of America image

If there was a straight answer then it wouldn't be a choice. They include the option because you may or may not need it, depending on your unique environment. We can't answer that in a void.
Avatar of JeffG2583
JeffG2583

Do you have a single domain under a single forest? How many DCs in the forest? You are fine answering No to creating a DNS delegation if you aren't interested in load balancing a lot of DNS requests. Here is a better description of it.

https://technet.microsoft.com/en-us/library/cc771640.aspx
ASKER CERTIFIED SOLUTION
Avatar of Mahesh
Mahesh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial