Pages

Wednesday, July 17, 2013

ExtranetDC Server Setup

 

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

Overview

This step is optional. If you are planning to install and test UAG then you will may follow this article to establish a separate Domain for your extranet users. Beware there are other alternatives such as ADFS and SQL Server based User identity providers and is beyond the scope of this blog. 

Installation Steps

Like we installed and configured the primary Domain Controller you can follow below steps to install and configure an Extranet DC on separate Windows 2012 server instance. First start by first assigning Static IP.

clip_image001[4]

clip_image002[4]

Install AD and DNS

clip_image003[4]

clip_image004[4]

clip_image005[4]

clip_image006[4]

 

clip_image007[4]

clip_image008[4]

Configure Password Policy

clip_image009[4]

clip_image010[4]

Install CA

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_image011[4]

clip_image012[4]

clip_image013[4]

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

clip_image033

Configure DNS

clip_image034

clip_image035

clip_image036

clip_image037

clip_image038

Restart DNS Service

clip_image039

No comments: