Home Creating a Domain Controller
Post
Cancel

Creating a Domain Controller

CRM needs a domain controller (to manage users/auth essentially) so let’s convert our server into a domain controller.

Click Start -> Run, and type in “dcpromo” then hit enter. What should come up is a Active Directory Domain Services Installation Wizard. Click Next.

On the Operating System Compatibility screen, click Next

On the Choose a deployment configuration, click “Create a new domain in a new forest”, then click Next.

Now we need to enter in a FQDN (a .com). As this is just a dev box, punch in corp.contoso.com, click Next.

!DC FQDN

Set forest functionality level to “Windows Server 2008 R2”, click Next.

Additional Domain Controller Options, Make sure DNS Server is checked, click Next

In a normal world you’d want to set a static ip on a domain controller, again, since this is a dev box, I just go with an IP from the DHCP server. Click Yes.

If you get this error, click next.

For the Locations of the Database, Log Files and SYSVOL, leave the defaults and click Next.

Punch in an admin password to use (I use pass@word1), click Next

At the Summary page, click Next.

Once the configuration is complete, Reboot the PC.

At this point you should take another snapshot and name it “After dcpromo”.

Let’s get CRM 2011 Installed.

This post is licensed under CC BY 4.0 by the author.