Author: Christian Kintu
Last Updated: Fri, Sep 16, 2022Azure 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:
This article describes how you can join a Windows Server hosted on Vultr to an Azure Active Directory (AAD) Domain.
Before you begin, make sure you:
Deploy a Windows Server on Vultr.
This article uses a Windows Server 2022 instance.
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.
AzureADConnect.msi
file to start the installer window.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.
In the Connect to Azure AD section, enter your privileged user USERNAME, and PASSWORD.
Click Next to authenticate your AAD credentials.
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.
On the Configure step, a summary of your options should be below Ready to Configure.
Click Install to start joining your Vultr Windows server to the AAD domain.
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.