What does mean Windows AD
A directory is a hierarchical structure that stores information about objects on the network. A directory service, such as Active Directory Domain Services (AD DS), provides the methods for storing directory data and making this data available to network users and administrators. For example, AD DS stores information about user accounts, such as names, passwords, phone numbers, and so on, and enables other authorized users on the same network to access this information.
Source Microsoft,
In this topic, we are going to learn about how to install and configure Active Directory in Windows Server 2012. Before discussing this you should have basic knowledge in virtual machine creation in AWS, if not I would recommend seeing this article Azure AWS AD Users Sync Up-Create_AWS_Virtual Machine.
Step 1
In this topic, we are going to change the computer name to AWSADServer1, once it's done the system will prompt the message for a system restart.
Step 2


Step 3
- Make sure you have selected role-based or feature-based installing options.
- Server Selection will show a list of servers associated with the network if you want to install multiple installation select all, but in this article, we are having only one and click the next button.
- Choose Active Directory Domain Services and then the system will prompt the dialog box; in that click on the Add Features button >> Next button
- I would recommend installing at least two domain controllers; if one fails then another domain controller will take the login and other network operations.
- For a best practice always check the server restart options checkbox, then the server will get restarted automatically once the installation is done.
- Export configuration settings will allow us to download XML based configure files, it will use this when installing the same settings to the different servers.





- In this article am going to create new forest “tk” then click next
- Forest and Domain function level applies on OS level. Set the password for the directory services.
- We are getting a warning message on DNS settings windows because we have not specified the DNS setup yet.
- Paths window will allow us to manage the physical locations of the AD DB server path
- All prerequisite checks are passed then the install button will get enabled and click install.




Click on the Tool to get more options about AD configurations.



Sandeep ChPosted Nov 6, 2018, 8:59 AM
Thanks for sharing ! can we do the same process using PowerShell script ?