Lab 02: Domain Join and Authentication

Joined CL1 to the corp.nietz.co.uk Active Directory domain and validated DNS, domain-controller discovery, authentication, the computer object and baseline Group Policy processing.

Overview

In this lab, I configured CL1 to use DC1 for internal DNS, joined the workstation to the corp.nietz.co.uk domain, and confirmed that domain authentication and Group Policy processing were working correctly.

This builds directly on Lab 01, where DC1 was configured as the first domain controller for the environment.

Objective

The objective was to convert CL1 from a standalone Windows client into a managed domain workstation that can authenticate against Active Directory and receive domain policy.

Environment

Environment
ComponentValue
CompanyNietz Ltd
Domain ControllerDC1
Domain Controller IP192.168.10.10/24
ClientCL1
CL1 Internal IP192.168.10.100/24
AD Domaincorp.nietz.co.uk
NetBIOS NameCORP
Tenant/Public Domainnietz.co.uk
Domain Join CredentialCORP\Administrator or a delegated domain join account

Configuration

1. Client DNS Configuration

I configured CL1 to use DC1 as its preferred DNS server so the workstation could resolve Active Directory records from the internal domain.

CL1 IPv4 settings showing preferred DNS server 192.168.10.10
Figure 1CL1 configured to use DC1 for DNS resolution.
Context: Domain join depends on DNS. CL1 must query DC1, not router DNS or public DNS, to locate domain controllers and Active Directory service records.

2. Network Connectivity Validation

I confirmed that CL1 could reach DC1 across the lab network before attempting the domain join.

Successful ping replies from DC1 at 192.168.10.10
Figure 2Successful network connectivity test from CL1 to DC1.
Context: Basic network reachability must work before authentication, domain join, Group Policy, or file services can operate reliably.

3. Domain Join

I joined CL1 to the corp.nietz.co.uk domain using domain credentials.

Computer Name Domain Changes dialog showing corp.nietz.co.uk
Figure 3CL1 joined to the corp.nietz.co.uk domain.
Context: Joining the domain registers the workstation in Active Directory and creates the secure trust relationship required for domain sign-in.

4. Domain Login

I restarted CL1 and confirmed that domain authentication worked by signing in with a domain account.

CL1 signed in with a domain account
Figure 4Successful domain sign-in on CL1.
Context: A successful domain login confirms that CL1 can authenticate against the domain controller after joining the domain.

5. Computer Object Validation

I confirmed in Active Directory Users and Computers that the CL1 computer object was created in the default Computers container.

CL1 computer object visible in Active Directory Users and Computers
Figure 5CL1 computer object visible in Active Directory.
Context: The computer object proves that the workstation was registered in Active Directory and is now managed as a domain member.

6. DNS and Domain Controller Discovery

I validated domain DNS resolution and domain controller discovery from CL1.

PowerShell on CL1 showing hostname, domain administrator context, nslookup resolution for corp.nietz.co.uk, and nltest discovery of DC1
Figure 6CL1 resolving the domain through DC1 and discovering the domain controller successfully.
Context: DNS and domain controller discovery are required for logon, Group Policy, Kerberos, LDAP, and domain resource access.

7. Group Policy Validation

I confirmed that CL1 processed baseline domain Group Policy after the domain join.

gpresult showing baseline Group Policy processing on CL1
Figure 7Baseline Group Policy processing confirmed on CL1.
Context: Group Policy processing confirms that the workstation is receiving domain management settings and is ready for later policy-based configuration labs.

Validation

The lab was validated when CL1 successfully joined corp.nietz.co.uk, allowed domain sign-in, appeared in Active Directory Users and Computers, resolved the domain through DC1, discovered DC1 as the domain controller, and processed baseline Group Policy.

Key Technical Outcomes

This lab demonstrated the relationship between workstation DNS configuration, domain controller discovery, secure channel creation, Active Directory computer objects, and Group Policy processing during a Windows domain join.

It also reinforced that domain join failures are often caused by DNS or domain controller discovery problems rather than the domain join wizard itself.

Summary

  • I configured CL1 to use DC1 as its preferred DNS server.
  • I confirmed network connectivity from CL1 to DC1.
  • I joined CL1 to the corp.nietz.co.uk domain.
  • I confirmed the CL1 computer object appeared in Active Directory.
  • I validated DNS resolution, domain controller discovery, domain login, and baseline Group Policy processing.