Select the product you need help with
The Next button is not available on the Domain Controller Options pageArticle ID: 2737807 - View products that this article applies to. SymptomsWhen you use Windows Server 2012 Server Manager to install Active Directory Domain Services (AD DS) on an additional domain controller or on the first domain controller in a new child or tree domain, the Next button is never available on the Domain Controller Options page. For example: Collapse this image This prevents the installation of AD DS on the domain controller. CauseThis issue occurs for one of the following reasons:
ResolutionThere are two possible resolutions for the second cause. The first resolution is to make sure that all network subnets are defined in the forest and that all sites in the topology have valid associated subnets. You can do this by using Dssite.msc or the Windows Server 2012 version of the Active Directory Windows PowerShell module. After you do this, you should try to install AD DS again by using Server Manager. The correct site will be detected automatically. We recommend this resolution. The second resolution is to select the correct site name from the Site name list manually. For example: Collapse this image We do not recommend this resolution as strongly because it masks the underlying problem. This is that clients, servers, and domain controllers that are not associated with AD DS sites correctly do not work efficiently with DFS Namespace referrals, Windows Server 2012 Direct Access, or other site-aware technologies. One or more incorrectly designed sites and subnets are present in the forest. More informationTo detect all AD DS sites that are missing associated subnets, you can use the following sample Windows Server 2012 Active Directory Windows PowerShell command: get-adreplicationsite -filter * -property subnets | where-object {!$_.subnets -eq "*"} | format-table name PropertiesArticle ID: 2737807 - Last Review: September 22, 2012 - Revision: 7.0
|


Back to the top








