Windows & Linux · AD Domain Lab · Adding a Computer to the Domain

Adding a Computer to the Domain

Before joining, ensure the client’s DNS server points to your domain controller; domain joins rely on DNS to locate AD services.

DNS Prerequisite

In this lab, the Windows client uses the Windows Server VM’s IP as its DNS server to resolve the domain and find the domain controller.

Join Workflow

1) Open Network and Sharing Center

Control Panel → Network and Sharing Center.

Control Panel - Network and Sharing Center

2) Adapter Properties

Right-click your active network adapter → Properties.

Network adapter list and properties

3) IPv4 Settings

Select Internet Protocol Version 4 (TCP/IPv4)Properties.

IPv4 properties selection

4) Point DNS to the Domain Controller

Set the Preferred DNS server to your DC’s IP in this lab. This enables the client to find and join the domain.

IPv4 properties showing manual DNS

5) Open System Properties

System → Advanced system settingsComputer Name tab.

System properties access

6) Change Computer Name/Domain

Click Change… to join the domain.

Computer Name tab - Change button

7) Enter Domain Name

Select Domain and enter the FQDN (e.g., domain-1.local).

Prompt for domain name and credentials

8) Provide Domain Credentials

Enter an account with permission to join computers to the domain (typically a domain admin or delegated account).

Domain join credential prompt

9) Welcome Prompt

On success, you’ll receive a confirmation such as Welcome to the domain.

Welcome to the domain dialog

10) Restart to Complete

Click Restart Now to finalize the join.

Restart computer prompt

Back to Home