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.
Install AD and DNS
Configure Password Policy
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>
Configure DNS
Restart DNS Service
No comments:
Post a Comment