add-circle-bold add-circle add-square add alarm-bell-1 alert-diamond analytics-pie-2 archive archive arrow-down-1 arrow-down-2 arrow-left-1 arrow-right-1 arrow-up-1 attachment-1 bin-paper-1 book-star button-record check-1 check-circle-1 close close-quote close cog-1 cog common-file-stack copy-paste credit-card-1 diagram-fall-down disable time-clock-midnight download-thick-bottom drawer-send envelope-letter envelope-letter expand-6 expand-6 file-code filter-1 floppy-disk flying-insect-honey folder-file-1 headphones-customer-support hierarchy-9 hyperlink-2 information-circle keyboard-arrow-down keyboard-arrow-up layout-module-1 list-bullets lock-2 lock-unlock-1 love-it messages-bubble-square move-to-top multiple-circle multiple-neutral-1 multiple-users-1 navigation-menu-horizontal navigation-menu network-browser open-quote pencil-1 pencil-write pencil-1 print-text rating-star rating-star remove-circle remove-square-1 search send-email-1 shield-warning single-neutral-actions single-neutral smiley-sad-1 smiley-unhappy smiley-indifferent smiley-smile-1_1 smiley-happy smiley-sad-1 smiley-unhappy smiley-indifferent smiley-happy smiley-thrilled social-media-twitter synchronize-arrows-1 tags-double ticket-1 ticket-1 time-clock-circle undo view-1 view-off view wench

Step-By-Step: Setting up Active Directory in Windows Server 2016

There are interesting new features now made available in Windows Server 2016 such as time based group membership, privileged access management, and others. Most will be covered in future posts. This post will detail how to install active directory on Windows Server 2016. 

Before the AD install however it is important to understand what is the minimum requirement to install windows server 2016. Details are as follows: 

Processor 

1.4 GHz 64-bit processor 

Compatible with x64 instruction set 

Supports NX and DEP 

Supports CMPXCHG16b, LAHF/SAHF, and PrefetchW 

Supports Second Level Address Translation (EPT or NPT) 

Coreinfo is a tool you can use to confirm which of these capabilities you CPU has. 

RAM 

512 MB (2 GB for Server with Desktop Experience installation option) 

ECC (Error Correcting Code) type or similar technology 

Storage controller and disk space requirements 

Computers that run Windows Server 2016 must include a storage adapter that is compliant with the PCI Express architecture specification. Persistent storage devices on servers classified as hard disk drives must not be PATA. Windows Server 2016 does not allow ATA/PATA/IDE/EIDE for boot, page, or data drives. 

The following are the estimated minimum disk space requirements for the system partition. 

Minimum: 32 GB 

Network adapter requirements 

Minimum: 

An Ethernet adapter capable of at least gigabit throughput 

Compliant with the PCI Express architecture specification. 

Supports Pre-boot Execution Environment (PXE). 

A network adapter that supports network debugging (KDNet) is useful, but not a requirement. 

So in my demo I am using a virtual server with windows server 2016 datacenter. In order to setup active directory we need to log in as local administrator. First thing to check is IP address configuration. 

1) Once Active directory setup on the server, it also going to act as DNS server. There for change the DNS settings in network interface and set the server IP address (or local host IP 127.0.0.1) as the primary DNS server. 

2) Then open the server manager. Go to PowerShell (as administrator) and type ServerManager.exe and press enter. 

3) Then on server manager click on add roles and features 

4) Then it opens the add roles and features wizard. Click on next to proceed. 

5) Then in next window keep the default and click next 

6) Since its going to be local server, in next window keep the default selection. 

7) In next window from the roles put tick box for active directory domain services. Then it will prompt to show you what are the associated features for the role. Click on add features to add those. Then click next to continue. 

 

 

8) The features page, keep it default and click on next to proceed. 

9) In next windows it gives brief description about AD DS service. Click next to proceed. 

10) Then it will give the confirmation about install, click on install to start the role installation process. 

11) Once done, it will start the installation process 

12) Once installation completes, click on option promote this server to a domain controller. 

13) Then it will open the active directory configuration wizard. In my demo I am going to setup new forest. But if you adding this to existing domain you can choose relevant option. (I am going to write separate article to cover how you can upgrade from older version of Active Directory). Select the option to add new forest and type FQDN for the domain. Then click next. 

14) In next page you can select the domain and forest functional levels. I am going to set it up with latest. Then type a password for DSRM. Then click next 

15) For the DNS options, this going to be the first DNS server in new forest. So no need any modifications. Click next to proceed. 

16) For the NETBIOS name keep the default and click next  

17) Next page is to define the NTDS, SYSVOL and LOG file folders. You can keep default or define different path for these. In demo I will be keeping default. Once changes are done, click next to continue 

18) Next page will give option to review the configuration changes. If everything okay you can click next to proceed or otherwise can go back and change the settings. 

19) In next windows it will do prerequisite check. If it’s all good it will enable option to install. Click on install to begin installation process. 

20) Then it will start the installation process. 

21) After the installation system will restart automatically. Once it comes back log in to the server as domain admin. 

22) Once log in open the powershell (as administrator) and type dsac.exe and press enter. It will open up the active directory administrative center. There you can start managing the resources. 

 

23) Also you can use Get-ADDomain | fl Name,DomainMode and Get-ADForest | fl Name,ForestMode from powershell to confirm domain and forest functional levels 

Hope 

 

 

There are interesting new features now made available in Windows Server 2016 such as time based group membership, privileged access management, and others. Most will be covered in future posts. This post will detail how to install active directory on Windows Server 2016. 

Before the AD install however it is important to understand what is the minimum requirement to install windows server 2016. Details are as follows: 

Processor 

1.4 GHz 64-bit processor 

Compatible with x64 instruction set 

Supports NX and DEP 

Supports CMPXCHG16b, LAHF/SAHF, and PrefetchW 

Supports Second Level Address Translation (EPT or NPT) 

Coreinfo is a tool you can use to confirm which of these capabilities you CPU has. 

RAM 

512 MB (2 GB for Server with Desktop Experience installation option) 

ECC (Error Correcting Code) type or similar technology 

Storage controller and disk space requirements 

Computers that run Windows Server 2016 must include a storage adapter that is compliant with the PCI Express architecture specification. Persistent storage devices on servers classified as hard disk drives must not be PATA. Windows Server 2016 does not allow ATA/PATA/IDE/EIDE for boot, page, or data drives. 

The following are the estimated minimum disk space requirements for the system partition. 

Minimum: 32 GB 

Network adapter requirements 

Minimum: 

An Ethernet adapter capable of at least gigabit throughput 

Compliant with the PCI Express architecture specification. 

Supports Pre-boot Execution Environment (PXE). 

A network adapter that supports network debugging (KDNet) is useful, but not a requirement. 

So in my demo I am using a virtual server with windows server 2016 datacenter. In order to setup active directory we need to log in as local administrator. First thing to check is IP address configuration. 

1) Once Active directory setup on the server, it also going to act as DNS server. There for change the DNS settings in network interface and set the server IP address (or local host IP 127.0.0.1) as the primary DNS server. 

2) Then open the server manager. Go to PowerShell (as administrator) and type ServerManager.exe and press enter. 

3) Then on server manager click on add roles and features 

4) Then it opens the add roles and features wizard. Click on next to proceed. 

5) Then in next window keep the default and click next 

6) Since its going to be local server, in next window keep the default selection. 

7) In next window from the roles put tick box for active directory domain services. Then it will prompt to show you what are the associated features for the role. Click on add features to add those. Then click next to continue. 

 

 

8) The features page, keep it default and click on next to proceed. 

9) In next windows it gives brief description about AD DS service. Click next to proceed. 

10) Then it will give the confirmation about install, click on install to start the role installation process. 

11) Once done, it will start the installation process 

12) Once installation completes, click on option promote this server to a domain controller. 

13) Then it will open the active directory configuration wizard. In my demo I am going to setup new forest. But if you adding this to existing domain you can choose relevant option. (I am going to write separate article to cover how you can upgrade from older version of Active Directory). Select the option to add new forest and type FQDN for the domain. Then click next. 

14) In next page you can select the domain and forest functional levels. I am going to set it up with latest. Then type a password for DSRM. Then click next 

15) For the DNS options, this going to be the first DNS server in new forest. So no need any modifications. Click next to proceed. 

16) For the NETBIOS name keep the default and click next  

17) Next page is to define the NTDS, SYSVOL and LOG file folders. You can keep default or define different path for these. In demo I will be keeping default. Once changes are done, click next to continue 

18) Next page will give option to review the configuration changes. If everything okay you can click next to proceed or otherwise can go back and change the settings. 

19) In next windows it will do prerequisite check. If it’s all good it will enable option to install. Click on install to begin installation process. 

20) Then it will start the installation process. 

21) After the installation system will restart automatically. Once it comes back log in to the server as domain admin. 

22) Once log in open the powershell (as administrator) and type dsac.exe and press enter. It will open up the active directory administrative center. There you can start managing the resources. 

 

23) Also you can use Get-ADDomain | fl Name,DomainMode and Get-ADForest | fl Name,ForestMode from powershell to confirm domain and forest functional levels 

Hope 

 

 

There are interesting new features now made available in Windows Server 2016 such as time based group membership, privileged access management, and others. Most will be covered in future posts. This post will detail how to install active directory on Windows Server 2016. 

Before the AD install however it is important to understand what is the minimum requirement to install windows server 2016. Details are as follows: 

Processor 

1.4 GHz 64-bit processor 

Compatible with x64 instruction set 

Supports NX and DEP 

Supports CMPXCHG16b, LAHF/SAHF, and PrefetchW 

Supports Second Level Address Translation (EPT or NPT) 

Coreinfo is a tool you can use to confirm which of these capabilities you CPU has. 

RAM 

512 MB (2 GB for Server with Desktop Experience installation option) 

ECC (Error Correcting Code) type or similar technology 

Storage controller and disk space requirements 

Computers that run Windows Server 2016 must include a storage adapter that is compliant with the PCI Express architecture specification. Persistent storage devices on servers classified as hard disk drives must not be PATA. Windows Server 2016 does not allow ATA/PATA/IDE/EIDE for boot, page, or data drives. 

The following are the estimated minimum disk space requirements for the system partition. 

Minimum: 32 GB 

Network adapter requirements 

Minimum: 

An Ethernet adapter capable of at least gigabit throughput 

Compliant with the PCI Express architecture specification. 

Supports Pre-boot Execution Environment (PXE). 

A network adapter that supports network debugging (KDNet) is useful, but not a requirement. 

So in my demo I am using a virtual server with windows server 2016 datacenter. In order to setup active directory we need to log in as local administrator. First thing to check is IP address configuration. 

1) Once Active directory setup on the server, it also going to act as DNS server. There for change the DNS settings in network interface and set the server IP address (or local host IP 127.0.0.1) as the primary DNS server.

2016AD1
 

2) Then open the server manager. Go to PowerShell (as administrator) and type ServerManager.exe and press enter. 

3) Then on server manager click on add roles and features 

 


 

4) Then it opens the add roles and features wizard. Click on next to proceed. 

5) Then in next window keep the default and click next 

6) Since its going to be local server, in next window keep the default selection. 

7) In next window from the roles put tick box for active directory domain services. Then it will prompt to show you what are the associated features for the role. Click on add features to add those. Then click next to continue. 

 

 

8) The features page, keep it default and click on next to proceed. 

9) In next windows it gives brief description about AD DS service. Click next to proceed. 

10) Then it will give the confirmation about install, click on install to start the role installation process. 

11) Once done, it will start the installation process 

12) Once installation completes, click on option promote this server to a domain controller. 

13) Then it will open the active directory configuration wizard. In my demo I am going to setup new forest. But if you adding this to existing domain you can choose relevant option. (I am going to write separate article to cover how you can upgrade from older version of Active Directory). Select the option to add new forest and type FQDN for the domain. Then click next. 

14) In next page you can select the domain and forest functional levels. I am going to set it up with latest. Then type a password for DSRM. Then click next 

15) For the DNS options, this going to be the first DNS server in new forest. So no need any modifications. Click next to proceed. 

16) For the NETBIOS name keep the default and click next  

17) Next page is to define the NTDS, SYSVOL and LOG file folders. You can keep default or define different path for these. In demo I will be keeping default. Once changes are done, click next to continue 

18) Next page will give option to review the configuration changes. If everything okay you can click next to proceed or otherwise can go back and change the settings. 

19) In next windows it will do prerequisite check. If it’s all good it will enable option to install. Click on install to begin installation process. 

20) Then it will start the installation process. 

21) After the installation system will restart automatically. Once it comes back log in to the server as domain admin. 

22) Once log in open the powershell (as administrator) and type dsac.exe and press enter. It will open up the active directory administrative center. There you can start managing the resources. 

 

23) Also you can use Get-ADDomain | fl Name,DomainMode and Get-ADForest | fl Name,ForestMode from powershell to confirm domain and forest functional levels 
 

 

Hope