OSDeploy | Sune Thomsen
TwitterLinkedInWindows 365 CommunityMVP ProfileGitHub
  • Home
  • Blog
    • Microsoft Intune
      • How to migrate BitLocker key(s) from all fixed drives to Microsoft Entra ID.
      • Migrate Bitlocker Recovery Key(s) to Azure AD with Proactive Remediation
      • Migrate imported GPOs to Intune with Group Policy analytics (preview)
      • Group Policy analytics (preview) made a bit easier with PowerShell
      • Analyze on-premises GPOs with MEM Group Policy Analytics (preview)
    • Virtual Machine
      • Fix the Hyper-V virtual switches after updating to Windows 11 (22H2)
    • 🆕Windows 365
      • 🆕Windows 365 Boot: Why User-Driven Mode?
      • 🆕Enhancing Security With Intune MAM (preview) for Windows 365
      • The Concept of Windows 365 Switch
      • The Concept of Windows 365 Boot
      • The Concept of Windows 365 Frontline
      • Move Cloud PCs to a new Azure Region or Azure Network Connection
      • Windows 365 End-User Experience (Tips & Tricks) – Part 4. Windows 365 app and Cloud PC reporting
      • Windows 365 End-User Experience (Tips & Tricks) – Part 3. Multimedia Redirection
      • Windows 365 End-User Experience (Tips & Tricks) – Part 2. Teams Optimization, SSO, and Localization
      • Windows 365 End-User Experience (Tips & Tricks) – Part 1. Connection experience
      • How to Configure Windows 365 Azure AD Join Single Sign-on (SSO)
      • Keep Windows 365 current and stay current with Windows Autopatch
      • Provide the end-users with a localized Windows 365 Cloud PC experience
      • How to configure Windows 365 Enterprise Azure AD join
      • How to secure Windows 365 using a FIDO2 security key
      • Prevent sensitive information from being captured on Windows 365 CPCs
      • Manage local administrator rights on Windows 365 Cloud PCs.
      • How to create a custom image for Windows 365 Enterprise Cloud PCs
      • How to reprovision existing Cloud PC (Windows 365) to Windows 11
      • How to configure Windows 365 Enterprise in Microsoft Endpoint Manager
  • Archive
    • Deployment
      • OSDCloud: The ZTI Way
      • OSDBuilder: WinPE Customization
    • Microsoft Configuration Manager
      • ConfigMgr: Run "All" Client Actions During OSD
      • ConfigMgr: WIM Your Applications Like a Boss
      • ConfigMgr: Deploy UWP Applications During OSD
      • ConfigMgr: Building a Basic LAB Environment
        • Part 1 - Installing Windows 10 (1909) on the Host
        • Part 2 - The Host and Hyper-V Configuration
        • Part 3 - Setting up the Domain Controller
          • Active Directory
          • DHCP
          • DNS
        • Part 4 - Setting up Microsoft Endpoint Configuration Manager
          • Prerequisites
          • SQL
        • Part 5 - Setting up Discovery Methods and Boundaries
        • Part 6 - Setting up Software Update Point
      • ConfigMgr: Splash Screen for Driver and BIOS Update
      • ConfigMgr: Global Conditions for Dell WD15 Dock Detection
    • Microsoft Intune
      • Block personally owned devices in Intune with enrollment restrictions
      • Remove Windows 10 built-in apps with Intune & Microsoft Store for Business Apps
    • Windows
      • Win10: Multi-Language Toast Notifications
        • Toast Notification: Low Disk Space
  • Links
    • Blogs
    • Microsoft
    • Scripts
Powered by GitBook
On this page
  • BEFORE YOU BEGIN
  • DC CONFIGURATION
  • Windows Server Installation
  • Windows Server Configuration
  • ADDING SERVER ROLES
  • Active Directory
  • DHCP
  • DNS
  • Windows Update

Was this helpful?

  1. Archive
  2. Microsoft Configuration Manager
  3. ConfigMgr: Building a Basic LAB Environment

Part 3 - Setting up the Domain Controller

04-12-2020 5:39 PM

PreviousPart 2 - The Host and Hyper-V ConfigurationNextActive Directory

Last updated 5 years ago

Was this helpful?

BEFORE YOU BEGIN

Disclaimer: All information and content in these blog posts is provided without any warranty whatsoever. The entire risk of using this information or executing the provided content remains with you. Under no circumstances should Microsoft, its author, or anyone else involved in the creation of these blog posts be held liable for any damage or data loss.

DC CONFIGURATION

In my previous blog post we created a NAT Switch for my Hyper-V LAB environment and prepared a Virtual Machine for the domain controller (DC) installation. In Part 3, I will walk you through the Windows Server 2019 installation for my DC server and we will be configuring Active Directory, DHCP and DNS.

WHAT IS A DOMAIN CONTROLLER?

A server running Active Directory Domain Service (AD DS) is called a domain controller (DC) and it responds to security authentication requests within a Windows domain network. The domain controller is the centerpiece of the Active Directory Domain Services. It authenticate users, stores account information, and enforces security policies.

Read more about Active Directory Domain Services

Since the Virtual Machine for my DC server, has already been created in and the ISO image is mounted, let's get started with the Windows Server 2019 installation.

Windows Server Installation

Start the Virtual Machine and boot from the mounted Windows Server 2019 ISO image.

Step 1. Select language and click "Next"

Step 2. Click "Install now"

Step 3. Select which server edition you want to install (I prefer one with "Desktop Experience") and click "Next"

Step 4. Read the License Terms, check the "I accept the license terms" box and click "Next"

Step 5. Select "Custom: Install Windows Only (advanced)"

Step 6. Leave everything default and click "Next"

Step 7. Windows Server 2019 should now start installing.

Step 8. After a few minutes (depending on hardware configuration...) you should be presented with the "Customize settings" page. Enter a password for the local Administrator account and click "Finish"

Step 9. The installation is now done and you can log into the Windows Server 2019 for the first time, with the local Administrator account.

Windows Server Configuration

The very first thing I like to do after a Windows Server 2019 installation and before adding server roles, is renaming the server and configure the network settings.

Step 1. Close the Server Manager.

Step 2. Type "About" in the search line next to the start button, and click "About your PC"

Step 3. In the middle of the "About" page, click "Rename this PC", give it a new name and click "Next". You don't have to reboot at this point, because we will reboot the server after configuring the network.

Step 4. In the search line, type "View network" and click "View network status and tasks"

Step 5. Click "Ethernet"

Step 6. Click "Properties", then select "Properties" for "Internet Protocol Version 4 (TCP/IPv4)", add the IP addresses for the DC server and click "OK" to complete the configuration.

Step 7. Reboot the DC server, we will start adding the server roles to it afterwards.

ADDING SERVER ROLES

I've decided, that since this would become a very large blog post, it would be best to split the server role installations into sub-sections.

So please click on the desired server role in the menu to the left, or click on the links below.

Active Directory

DHCP

DNS

Windows Update

So now that we have completed the above installation and configuration of my DC server, there's only one thing missing and that's Windows Update, so let's do that as the final step.

Step 1. Type "Windows Update" in the search line next to the start button, and click "Windows Update settings"

Step 2. Click "Check for updates" and wait.

Step 3. When it's done, reboot the DC server.

For a Standard vs. Datacenter comparison, please visit this

Give it a default gateway, subnet mask and a static IP address from the private IP range we created in during the Hyper-V configuration.

This should conclude the domain controller (DC) installation and configuration. In I will walk you through the basic installation of Microsoft Endpoint Configuration Manager including the SQL, Distribution Point and Management Point configuration.

If you have any questions regarding this topic, feel free to reach out to me. I am most active on !

page
Part 2
Active Directory
DHCP
DNS
Part 4
Twitter
Part 2
here
Part 2
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Installation
Windows Server 2019 - Configuration
Windows Server 2019 - Configuration
Windows Server 2019 - Configuration
Windows Server 2019 - Configuration
Windows Server 2019 - Configuration
Windows Server 2019 - Configuration
Windows Server 2019 - Windows Update
Windows Server 2019 - Windows Update
Windows Server 2019 - Windows Update
Windows Server 2019 - Windows Update