Deploying a Windows Server 2022 Domain Controller

Deploying a Windows Server 2022 Domain Controller

VM: Virtualbox

Network: Internal – Isolated from home network 

ISO: Windows Server 2022 Standard (Desktop Experience)

Lets configure the static IP

IPCONFIG shows an APIPA of 169.254.114.49

apipa

Went into IPv4 Settings to set the following:

IP Address: 192.168.1.10

Subnet Mask: 255.255.255.0

Default Gateway: 192.168.1.1

DNS: 192.168.1.10

staticsettings

Confirmed Changes

confirmedchanges

Renamed to DC01 then reboot

rename

Time to add Active Directory Domain Services

From Server Manager, ‘Manage’ -> ‘Add Roles and Features’

adservices

Next all the way to ‘Server Roles’, select ‘Active Directory Domain Services’, click ‘Next’, Click ‘Add Features’

add features

Allow installation to complete, then click ‘Close’

successinstall

Time to Promote Server to a Domain Controller

From Deployment Configuration, Select ‘Add a New Forest’

I set the root domain to 4k317.local

timetopromote

Left all Domain Controller Options to Default.

  1. Forest Level: Defines the Active Directory feature set available across the forest.
  2. Domain functional level: Determines the Active Directory features available within the domain.
  3. Domain Name System (DNS): Enabled
    • Determines the Active Directory features available within the domain.
  4. Global Catalog (GC): Enabled
    • Allows the domain controller to store a partial copy of all objects in the forest
  5. Set DSRM Password
    • Sets a secure local administrator password used to access recovery mode for Active Directory maintenance and disaster recovery.
timetopromote1

Set NetBIOS Name: 4k317

Defines the short (pre–Windows 2000) domain name used for legacy system compatibility and identification within the network.

timetopromote2

Left additional options default, confirmed prerequisites are met and began installation.

Confirmed successful using powershell command: Get-ADDOMAIN

Run Additional Powershell command: Get-ADDomaincontroller

getaddomain
getadddomaincontroller

Project Complete!

Thank you, my next objective will be configuring Active Directory Users and Computers. Creating users, organizational units, security groups and adding our first computer to the domain.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top