domain
Users Devices Basic
Windows Server 2025: User & Device Management
How to organize your Active Directory cleanly and join computers to the domain.
Step 1: Create an Organizational Unit (OU) Structure
Never put your users/computers in the default “Users” or “Computers” containers (you cannot apply Group Policy to those easily).
- Open Active Directory Users and Computers (
dsa.msc). - Right-click your domain (
corp.internal) > New > Organizational Unit.- Name:
_CorpData(Underscore keeps it at the top).
- Name:
- Inside
_CorpData, create sub-OUs:UsersComputersGroupsAdmin
Step 2: Create a New User
- Right-click the
UsersOU > New > User. - First/Last Name:
John Doe. - User logon name:
jdoe(orjohn.doe). - Password:
- Uncheck “User must change password at next logon” (unless this is a real deployment).
- Check “Password never expires” (Optional, for service accounts/testing).
- Click Finish.
Step 3: Join a Device to the Domain
Go to a Windows 10/11 Pro computer (Home edition cannot join domains).
- DNS Check:
- Open Network Settings (Control Panel) on the client.
- Ensure the Preferred DNS Server is manually set to your DC IP (
192.168.10.10). - Note: If DHCP is working, this should happen automatically.
- Join Domain:
- Right-click This PC > Properties.
- Click Rename this PC (Advanced) or System Protection > Computer Name.
- Click Change…
- Switch from Workgroup to Domain.
- Type:
corp.internal. - Enter
Administratorcredentials when prompted. - Reboot.
- Move the Computer Object:
- Back on the Server, refresh the default “Computers” container.
- Drag the new computer object into your
_CorpData > ComputersOU.