The release of Management Reporter brought several advantages over FRx; x64 compatibility, replacement of the Access database with SQL Server and a modern client among them. However, one of the downsides is that Management Reporter requires a domain to be available for both the installation and running.
Where FRx could be run on any PC or laptop regardless of the operating system, Management Reporter can only be run on a server OS. This means that the Business Development Managers, and I, need either a laptop with Windows Server 2008, or better the R2 version, installed or we need a VM with the same. To make everyday life easier I opted for the latter as I can install it once and then copy the VM between machines.
I am a Microsoft Dynamics GP consultant by training, certification and experience but I don’t have a huge amount of experience with Active Directory. I am the most knowledgeable here about installing GP and Management Reporter though, so it falls to me to do the setup of the demo systems and I figured I might as well do the full monty rather than getting someone else to install the operating system and then passing it back to me.
To this end I needed to learn how to install and configure Active Directory Domain Services (ADDS) and I thought it best to document here for anyone else interested and also for my own future reference.
The first step in configuring ADDS is to configure the network connection with a static IP address;
Click the Properties button to open the Local Connection Area Properties window then select Internet Protocol Version 4 (TCP/IPv4) and click Properties;
Change the radio button to Use the following IP address. In the case of the demo system I was configuring this on the IP address is 192.168.1.254, the Subnet mask 255.255.55.0 and the Default Gateway 192.168.1.1.
In the Preferred DNS Server enter either the machines IP (in my case 192.168.1.254) or the loopback address (127.0.0.1) and in the Alternative IP server enter one of the DNS servers supplied by your ISP or an alternative DNS (I’ve used an OpenDNS server; 208.67.222.222);
Once saved away the next stage is to start the install of ADDS. This can be done by adding roles or you can take a shortcut by launching a Run prompt (dcpromo to launch the Active Directory Domain Services Installation Wizard;
) and typingOne the command has been executed Windows will check if the ADDS binaries have already been installed;
Because this was a fresh installation of Windows, the binaries were not present and so will be installed automatically;
Once completed the first window of the Active Directory Domain Services Installation Wizard will appear giving a choce of advanced or standard mode. In this case I’m going for the standard option;
You’ll see a message about OS compatibility which I’d suggest reading and then clicking Next;
This is a stand alone demo system so for the Deployment Configuration we need to go for the Create a new domain in a new forest option;
Enter the fully qualified domain name. I opted to base this system off azurecurve|Ramblings of a Dynamics GP Consultant and entered azurecurve.co.uk;
The wizard check if the forest name is already in use;
And will then check if the NetBIOS name is okay;
The next stage is to pick the Forest Functional Level which, as this is a Windows Server 2008 R2 I selected the Windows Server 2008 forest functional level;
The DNS configuration will be checked;
The only additional Domain Controller option that is available, and should be taken, is DNS Server;
The DNS configuration will again be checked;
When you see the below message, click Yes;
Next is a prompt for the location of the Database, Log Files and SYSVOL which I left at the default options;
Next a Directory Services Restore Mode Administration password is required;
Next check the summary of the options selected and click next if happy;
The installation process will run through and configure various options;
Once installation is complete a confirmation dialog will be produced;
Once ADDS has been installed I installed SQL Server 2008 R2, Microsoft Dynamics GP 2010 R2 and Management Reporter 2.
Please note the above explains how to install Active Directory Domain Services on a test/demo system and should not be used as a guide for installing a production system as there may be issues which have not been covered above which are critically important; I am a Microsoft Dynamics GP expert (if I may be so presumptuous to claim) but I am not an expert with Active Directory.
What should we write about next?
If there is a topic which fits the typical ones of this site, which you would like to see me write about, please use the form, below, to submit your idea.
4 thoughts on “How To Create A Domain Controller”