Skip to content

Latest commit

 

History

History
227 lines (114 loc) · 6.61 KB

File metadata and controls

227 lines (114 loc) · 6.61 KB

Install and Configure Active Directory

Install Active Directory

Change the name of the server by typing in name in the search window.

Untitled

Select Rename this PC and type in the name of the server.

image.png

Restart the server.

image.png

After the server restarts select Manage and then “Add Roles and Features”.

Untitled

Select Next

Untitled

Select Next

Untitled

Select Next

image.png

Select “Active Directory Domain Services”.

Untitled

Select “Add Features”

Untitled

Select Next

Untitled

Select Next

Untitled

Select Next

Untitled

Check the Restart if needed box and select Yes

Untitled

Select Install

Untitled

It may take a few minutes

Untitled

When it finished installing, select promote this server to a domain controller

Untitled

Check the “Add a new forest box, type in the Root domain name, then select Next.

Untitled

Type in passwords. It can be the same password you originally set up for the VM. Then select Next

Untitled

Select Next

Untitled

After a few seconds the NetBIOS domain name will auto-populate and then select Next.

Untitled

Select Next

Untitled

Select Next

Untitled

After the prerequisites check is complete, select Install.

Untitled

After install completes, you will be presented with the screenshot below before it restarts. Select Close.

image.png

Configure Certificate Services

After the server restarts, sign back in.

image.png

After signing in go back to Manage and select Add Roles and Features.

Untitled

Select Next

Untitled

Select Next

Untitled

Select Next

image.png

Check the Active Directory Certificate Services.

Untitled

After a couple of minutes, select Add Features (when available)

Untitled

Select Next

Untitled

Select Next

Untitled

Select Next

Untitled

Select Next

Untitled

Check the Restart if required box and select Yes.

Untitled

Select Install

Untitled

After a few seconds select Configure Active Directory Certificate Services on the destination server.

Untitled

Select Next

Untitled

Check the Certificate Authority box and then select Next.

Untitled

Ensure Enterprise CA is checked and select Next

Untitled

Select Next

Untitled

Select Next

Untitled

Keep the default SHA256 highlighted and select Next

Untitled

Keep the defaults and select Next

Untitled

Select Next

Untitled

Select Next

Untitled

Select Configure

Untitled

Once completed and you receive the “Configuration succeeded” message (as shown below). Reboot the server.

Untitled

Setting Network Connections

Right click the network icon in the sytem tray and select Open Network & Internet settings.

image.png

Choose Ethernet.

image.png

Select Edit IP Assignement

image.png

Make the following selections.

image.png

Bring up the command prompt again and type in ipconfig /all.

image.png

As you can see above, the IP address, Gateway, and DNS is correct.

Congrats! You have completed the initial Active Directory and Certificate Services configuration.