How to Join Azure Active Directory with a Vultr Windows Server

Updated on September 16, 2022
How to Join Azure Active Directory with a Vultr Windows Server header image

Introduction

Azure Active Directory (AAD) is a managed cloud-based, multi-tenant, and identity management service that is part of Microsoft's cloud computing platform. It's mainly used to manage access, rights, identity protection, and access management, complementing the Windows Active Directory service.

While the Windows Active Directory service works for user and computer management in a private network and consists of components like organizational units, group policy objects (GPOs) domains, and forests, AAD mainly integrates cloud applications and does not support organizational units or group policy objects.

Given its flat directory structure consisting of users and groups, AAD instances are Tenants and Representational State Transfer (REST) APIs that work on communication to external web applications and other APIs. For authentication, it uses SAML, OpenID, and OAuth2 protocols for authentication and authorization instead of Kerberos and NT LAN Manager (NTLM) used by Windows AD.

Among the key advantages of joining your Vultr Windows Server to an AAD include:

  • Easy user account creation and password reset.
  • Ability to manage mobile devices.
  • Support for Single Sign ON (SSO).
  • Improved user access to Office 365 applications.

This article describes how you can join a Windows Server hosted on Vultr to an Azure Active Directory (AAD) Domain.

Prerequisites

Before you begin, make sure you:

Deploy a Windows Server on Vultr.

This article uses a Windows Server 2022 instance.

Join the Vultr Windows Server to the Azure Active Directory

To join your Vultr Windows Server Active Directory to the active AAD, access your main Active Directory Domain Controller ( AD DC) server, and follow the steps below.

  1. Open Microsoft Edge or your preferred web browser on the Windows server.

  2. Visit the official Azure AD Connect download page.

  3. Select your desired language (English by default), and click Download to start downloading the file.

  4. Open the downloaded AzureADConnect.msi file to start the installer window.

  5. On the Express Settings, click Use Express Settings.

    If the Use Express Settings option does not appear on your installer, your Windows Server is probably not connected to any VPC Active Directory domain. Please join it to a domain before proceeding.

  6. In the Connect to Azure AD section, enter your privileged user USERNAME, and PASSWORD.

  7. Click Next to authenticate your AAD credentials.

    Join Vultr Windows AD to AAD

  8. On the Connect to AD DS step, enter your Windows Active Directory privileged user USERNAME, PASSWORD, and click Next to validate.

    The installer authenticates with your local Active Directory. If you enter a non-administrative user account, an invalid username or password error appears. If your AAD domain name does not match your local Active Directory domain name, the AD sign-in configuration prompt appears. Click the Continue without matching all UPN suffixes to verified domains to proceed with a mismatch, but local AD users may not be able to sign in to the AAD using your local Active Directory domain as the two prefixes don't match.

  9. On the Configure step, a summary of your options should be below Ready to Configure.

    Complete AD Connect installation

  10. Click Install to start joining your Vultr Windows server to the AAD domain.

  11. When the installation is complete, all services and features configured on your Windows Active Directory are in sync with the AAD service. Any changes to the local AD are automatically synchronized.

More Information

You have successfully joined a Vultr Windows Server to an Azure Active Directory Domain. Please refer to the following Microsoft resources for more information on how to use the AAD services.