334 words
2 min read

Join Windows Server 2019 Server Core to a Domain

By · Solutions Architect · Docker Captain · IBM Champion
Join Windows Server 2019 Server Core to a Domain

This article is for those looking for a detailed and clear guide on how to join Windows Server 2019 Server Core to a Domain.

IMPORTANT

We will consider the case when you already have two servers with the Windows Server 2019 operating system installed on them. In addition, one of the servers must have the Active Directory Domain Services role installed.

You can read more about how to install Windows Server 2019 in my guide Install Windows Server 2019 Server Core.

IMPORTANT

To learn how to install Active Directory Domain Services on Windows Server 2019, read: Install Active Directory Domain Services on Windows Server 2019.

To learn how to install Active Directory Domain Services on Windows Server 2019 Server Core (without a GUI), see my guide: Install Active Directory Domain Services on Windows Server 2019 Server Core.

IMPORTANT

Before joining a server to a domain, you must give the server a correct name according to your organization’s standards, and then assign a static IP address, subnet mask, gateway, and the IP address of the domain controller as a DNS server in the network interface settings.

We go into the system under an account with administrator rights and start Windows PowerShell using the command:

Terminal window
powershell

Join Windows Server 2019 Server Core to a Domain - Step 1

NOTE

In this guide, the server joins the heyvaldemar.net domain using an Administrator account that has domain administrator rights.

Join the server to the domain using the command:

Terminal window
Add-Computer -DomainName heyvaldemar.net -Credential heyvaldemar\Administrator -Restart -Force

Join Windows Server 2019 Server Core to a Domain - Step 2

Specify the password for an account with domain administrator rights and click on the “OK” button.

Join Windows Server 2019 Server Core to a Domain - Step 3

After a reboot, the server will apply the security policies used in your domain.

Join Windows Server 2019 Server Core to a Domain - Step 4

After applying the security policies, the server will be ready to work.

Join Windows Server 2019 Server Core to a Domain - Step 5


Vladimir Mikhalev

Docker Captain  ·  IBM Champion  ·  AWS Community Builder

The Verdict — production-tested analysis on YouTube.

Related Posts

Same category
  1. 1
    Recovering a Corrupt Exchange Database with Stellar Repair — Real-World Lab Test
    SysAdmin & IT Pro · We deliberately broke an Exchange 2019 server to see if Stellar Repair for Exchange could recover a dirty-shutdown EDB file. Step-by-step recovery process, lab setup, and lessons learned.
  2. 2
    Distinctions Between Terminal, Command Line, Shell, and Prompt
    SysAdmin & IT Pro · Learn the differences between terminal, command line, shell, and prompt in Linux. A beginner-friendly guide to essential CLI concepts and tools.
  3. 3
    Install Ubuntu Server 22.04 LTS
    SysAdmin & IT Pro · Step-by-step guide to install Ubuntu Server 22.04 LTS. Covers language, disk setup, OpenSSH, user creation, and system configuration for beginners.
  4. 4
    Install OTRS on Ubuntu Server
    SysAdmin & IT Pro · Comprehensive guide to installing OTRS Community Edition on Ubuntu Server. Learn to configure PostgreSQL, Apache, SSL with Let's Encrypt, and launch OTRS securely.

Random Posts

Random
  1. 1
    The End of the Executor — Why Computer Vision Engineers Are Becoming Optional
    Opinion & Culture · Anisoptera's "Dragonfly" platform just proved that specialized CV engineers are no longer irreplaceable. Here is the math ($150k vs $5k) and the architectural blueprint to survive the shift.
  2. 2
    Enable the Active Directory Recycle Bin in Windows Server 2012 R2
    SysAdmin & IT Pro · Learn how to enable the Active Directory Recycle Bin in Windows Server 2012 R2 to easily recover deleted AD objects. Step-by-step admin guide.
  3. 3
    Install Home Assistant Using Docker Compose
    Self-Hosting · Step-by-step guide to install Home Assistant with Docker Compose and Traefik. Secure your smart home with HTTPS using Let's Encrypt.
  4. 4
    Install Zabbix Using Docker Compose
    Self-Hosting · Step-by-step guide to install Zabbix with Docker Compose using Traefik and Let's Encrypt. Perfect for self-hosted monitoring on Ubuntu Server.
Join Windows Server 2019 Server Core to a Domain
https://heyvaldemar.com/join-windows-server-2019-server-core-to-a-domain/
Author
Vladimir Mikhalev
Published
2019-09-06
License
CC BY-NC-SA 4.0