Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Administering Windows Server Hybrid Core Infrastructure AZ-800 Exam Guide

You're reading from   Administering Windows Server Hybrid Core Infrastructure AZ-800 Exam Guide Design, implement, and manage Windows Server core infrastructure on-premises and in the cloud

Arrow left icon
Product type Paperback
Published in Dec 2022
Publisher Packt
ISBN-13 9781803239200
Length 502 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Steve Miles Steve Miles
Author Profile Icon Steve Miles
Steve Miles
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Part 1: Hybrid Identity
2. Chapter 1: Implementing and Managing Active Directory Domain Services FREE CHAPTER 3. Chapter 2: Implementing and Managing Azure Active Directory Domain Services 4. Chapter 3: Managing Users and Computers with Group Policy 5. Chapter 4: Implementing and Managing Hybrid Identities 6. Part 2: Hybrid Networking
7. Chapter 5: Implementing and Managing On-Premises Network Infrastructure 8. Chapter 6: Implementing and Managing Azure Network Infrastructure 9. Part 3: Hybrid Storage
10. Chapter 7: Implementing Windows Server Storage Services 11. Chapter 8: Implementing a Hybrid File Server Infrastructure 12. Part 4: Hybrid Compute
13. Chapter 9: Implementing and Managing Hyper-V on Windows Server 14. Chapter 10: Implementing and Managing Windows Server Containers 15. Chapter 11: Managing Windows Server Azure Virtual Machines 16. Chapter 12: Managing Windows Server in a Hybrid Environment 17. Chapter 13: Managing Windows Servers Using Azure Services 18. Part 5: Exam Prep
19. Chapter 14: Exam Preparation Practice Tests 20. Index 21. Other Books You May Enjoy

Hands-on exercise

To support your learning with practical skills, let’s learn how to create some of the services we looked at in this chapter. You will learn how to install AD DS on Windows Server.

Getting started

To start this hands-on exercise, you will need access to a physical or virtual machine running Windows Server 2012 Standard/Datacenter or later.

For this exercise, we could use a nested virtualization environment in Azure, meaning no on-premises hardware is required. However, to help you with your learning and demo purposes, we will complete this exercise using IaaS VMs in an Azure environment where we have the correct level of access to create the required resources.

You can create a free Azure account at https://azure.microsoft.com/free. This free Azure account provides the following:

  • 12 months of free services
  • $200 credit to explore Azure for 30 days
  • 25+ services that are always free

If you will be using Azure IaaS VMs for DCs, then recommended practice is that each VM should have a data disk attached to store the AD DS database, log files, and SYSVOL. Alternatively, you could install them on the default paths provided for learning purposes. However, this should not be done in a production scenario.

Let’s move on to the exercise.

Exercise – installing AD DS on Windows Server

This section will teach you how to install AD DS on Windows Server.

The following steps must be carried out on the local OS of a machine you have admin access to. We will install the AD DS role directly on the server we wish to be our first DC in our new domain, in a new forest; we will not use remoting.

The Server Manager Add Roles wizard and the AD DS Configuration wizard are used to install and configure AD DS.

Follow these steps:

Note

The dcpromo.exe AD DS Installation Wizard has been deprecated as a deployment method starting with Windows Server 2012.

  1. Log in to your server. Then, from Manage in Server Manager, click Add Roles and Features:
Figure 1.15 – Server Manager

Figure 1.15 – Server Manager

  1. On the Before you begin page, click Next.
  2. On the Select installation type page, leave Role-based or feature-based installation set and click Next.
  3. On the Select a destination server page, leave Select a server from the server pool set and ensure the server where you want to install AD DS is selected. Then, click Next.
  4. From the list of available roles on the Select server roles page, select the box for the Active Directory Domain Services role:
Figure 1.16 – The Select server roles screen

Figure 1.16 – The Select server roles screen

  1. From the Add Roles and Features Wizard pop-up screen, click Add Features:
Figure 1.17 – The Add Roles and Feature Wizard pop-up screen

Figure 1.17 – The Add Roles and Feature Wizard pop-up screen

  1. Back on the Select server roles page, click Next.
  2. On the Features page, leave all the defaults as-is, review the features selected as a reference, and click Next.
  3. On the AD DS page, review the information and click Next.
  4. If required, select Restart the destination server automatically on the Confirmation page. Then, review the selections installed as a reference and click Install.
  5. On the Results page, observe and monitor the installation progress; click Close when you see a message stating the Installation succeeded on [YourServerName]:
Figure 1.18 – The Installation progress screen

Figure 1.18 – The Installation progress screen

  1. From Server Manager, click on Notifications, then Promote this server to a domain controller:
Figure 1.19 – The Promote this server to a domain controller notification screen

Figure 1.19 – The Promote this server to a domain controller notification screen

  1. On the AD DS Configuration Wizard pop-up screen, note the deployment operation options on the Deployment Configuration screen. Select Add a new forest for this exercise:
Figure 1.20 – The Deployment Configuration screen

Figure 1.20 – The Deployment Configuration screen

  1. Enter a domain name under the Root domain name and click Next:

For further reference, click the More about deployment configurations hyperlink at the bottom of the page:

Figure 1.21 – The Deployment Configuration screen

Figure 1.21 – The Deployment Configuration screen

  1. On the Domain Controller Options page, note that the Domain Name System (DNS) server and Global Catalog (GC) options are selected by default but that the Read only domain controller (RODC) option is not available; leave all the defaults as-is and enter the DSRM password and confirm. Then, click Install.

For further reference, click the More about domain controller options hyperlink at the bottom of the page:

Figure 1.22 – The Domain Controller Options screen

Figure 1.22 – The Domain Controller Options screen

  1. On the DNS Options page, ignore the message that states that delegation for this DNS server cannot be created and click Next.
  2. Wait while the NETBIOS domain name is auto-populated on the Additional Options page. Then, click Next:
Figure 1.23 – The Additional Options screen

Figure 1.23 – The Additional Options screen

  1. From the Paths page, specify the location for the AD DS database, log files, and SYSVOL. For this exercise, leave the defaults as-is. Then, click Next.

For further reference, click the More about Active Directory paths hyperlink at the bottom of the page:

Figure 1.24 – The Paths screen

Figure 1.24 – The Paths screen

  1. From the Review Options page, review the selections and click Next.
  2. The Prerequisites Check page confirms the status of all prerequisite checks. A green tick should appear with a message stating All prerequisite checks passed successfully. Click ‘Install’ to begin the installation. Then, click Install:
Figure 1.25 – The Prerequisites Check screen

Figure 1.25 – The Prerequisites Check screen

  1. From the Installation page, observe and monitor the installation progress; your server will automatically restart:
Figure 1.26 – Installation progress screen

Figure 1.26 – Installation progress screen

  1. From the login screen of the server, you will need to use the domain account for your user, not the local account; this will be in UPN format – that is, UserName@domain.name:
Figure 1.27 – Server login screen

Figure 1.27 – Server login screen

  1. From Server Manager, you will see that the AD DS role has been installed, as well as the DNS:
Figure 1.28 – Server Manager

Figure 1.28 – Server Manager

  1. From Server Manager, click Tools, then Active Directory Administrative Center:
Figure 1.29 – AD Administrative Center

Figure 1.29 – AD Administrative Center

Congratulations! You have completed this exercise and installed AD DS on Windows Server.

In this exercise, you installed AD DS on Windows Server and accessed it via the ADAC. This helped you reinforce this chapter’s theory, along with some practical skills.

Now, let’s summarize this chapter.

You have been reading a chapter from
Administering Windows Server Hybrid Core Infrastructure AZ-800 Exam Guide
Published in: Dec 2022
Publisher: Packt
ISBN-13: 9781803239200
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime