Pages

Wednesday, July 17, 2013

Installation and Configuration of Windows 2012 Domain Controller

 

This blog is part of Series : Comprehensive SharePoint 2013 Development Environment Installation and Configuration

Overview

  • Created a new instance of Windows 2012 server.
  • Renamed the server as DC.
  • The purpose of this server is to serve as new Domain Controller, DNS Server and CA

Steps

First assign Static IP to the network card, this is important since this server will play a role of DC and DNS Server.

clip_image001

Install AD and DNS

From the Server manager choose to add the new server role.

Choose your Domain name appropriately, I have very typical namespace below.

clip_image002

clip_image003

 

clip_image004

Here I have enter the same subdomain name space to maintain the same name space for the NetBIOS. This is the domain name that users will login against. having different sub domain and NetBIOS will later require additional steps to get your User Profile import setup.

clip_image005

clip_image006

clip_image007

At this stage AD Domain and DNS Server install completed.

Configure Password Policy:

I have simplified the password policy for my purpose to since this is not a production DC.

clip_image008

clip_image009

Install CA

Run the below Powershell from the standard PowerShell command under Administrator context.

Import-Module ServerManager 
Add-WindowsFeature Adcs-Cert-Authority -IncludeManagementTools
Add-WindowsFeature Adcs-Enroll-Web-Svc -IncludeAllSubFeature -IncludeManagementTools
Add-WindowsFeature ADCS-Web-Enrollment -IncludeAllSubFeature -IncludeManagementTools



From <http://www.telnetport25.com/downloads/scripts/windows2012/instCertRoles.ps1>



clip_image010



clip_image011



clip_image012



clip_image013



clip_image014



clip_image015



clip_image016



clip_image017



clip_image018



clip_image019



clip_image020



clip_image021



clip_image022



clip_image023



clip_image024



clip_image025



clip_image026



clip_image027



clip_image028



clip_image029



clip_image030



clip_image031



clip_image032



Configure DNS Forwarders



Open DNS Server and locate the Forwards as below



clip_image033



Switch to Interfaces tab and select only your server IP.



 



clip_image034



Now validate that your Name server resolves as below:



clip_image035



clip_image036



clip_image037



Restart your DNS Server



clip_image038



This completes AD/DNS/CA.

No comments: