Pin the app Acitve Directory User and ... to the Start menu
Create the role
Open Server Manager and navigate to the Dashboard panel
Under the Quick Start => Configure this local server click Add roles and features
The wizard dialog will pop up ensuring that you have first done the following:
The Administrator account has a strong password
Network settings, such as static IP addresses, are configured
The most current security updates from Windows Update are installed
If they are, click Next >
For the Installation Type leave the selection on Role-based or feature-based installation and
click Next >
For the Server Selection ensure this server is selected and click Next >
For the Server Roles select Active Directory Domain Services
A dialog will pop up to confirm whether you want to add the additional features that are required -
click Add Features
Click Next >
For the Features click Next >
For the AD DS click Next >
For the Confirmation click Install and close the dialog when it is done
Promote the server to a Domain Controller
Once the installation is finished navigate to the flag icon in the top-right corner of the screen. It
should have an alert icon next to it indicating that some action is required. Click it and the link that
says Promote this server to a domain controller
For the Deployment Configuration select Add a new forest from the radio buttons
Enter a Root domain name - in our case Test.Tek and click Next >
For the Domain Controller Options enter and confirm a password and click Next >
For the DNS Options click Next >
For the Additional Options wait until the system displays a NetBIOS domain name, confirm that
it is to your liking, and click Next >
For the Paths set the server folders to their appropriate folders/partitions:
FOLDER
PATH
Database folder:
:/ActiveDirectory/ADDB
Log files folder:
:/ActiveDirectory/Logs
SYSVOL folder:
:/ActiveDirectory/Sysvol
Click Next >
For the Review Options confirm your selections, click View Script, save the file as
DCPROMO.txt in the ActiveDirectory/Logs folder and click Next >
For the Prerequisites Check wait until the system has determined if you meet all the requirements.
If you have, click Install
Restart you computer
Create a Reverse Lookup zone on the DNS
Open the DNS Manager as Administrator
In the left-hand panel right-click Reverse Lookup Zones and click New Zone...
This will open the New Zone Wizard - click Next >
Select the Zone Type (in our case Primary), make sure the Store the zone in the Acitve
Directory is checked and click Next >
Leave the Zone Replication Scope as is: To all DNS servers running on domain controllers
in this domain
Click Next >
Select IPv4 Reverse Lookup Zone and click Next >
Type in the IP we used for the static IP (192.168.1.) into the Network ID: and click Next >
For ease of use - NOT FOR PRODUCTION - select Allow both nonsecure and secure dynamic updates
and click Next >
Click Finish
Add a host
In the DNS Manager right-click the Forward Lookup Zones => [domain_name] and
choose New Host (A or AAAA)... from the context menu
Enter the Name of the server and it's IP address in the fields and check the
Create associated pointer (PTR) record checkbox
Verify that the A record was created in the Forward Lookup Zone and that the PTR
record was created in the Revese Lookup Zone - right-click and choose Refresh. Both IPs
should match
Add an alias
In the DNS Manager right-click the Forward Lookup Zones => [domain_name] and
choose New Alias (CNAME)... from the context menu
Enter a Name for the alias
Enter the Fully qualified domain name (FQDN) for target host: in the field and click OK
Right-click the Reverse Lookup Zones => [our_zone] anc select New Pointer (PTR)...
from the context menu
Complete the Host IP Address: and enter a Host name: anc click OK
Confirm that the A record in the Forward Lookup Zone matches the PTR record
in the Reverse Lookup Zone