This is the third article I’m writing about Azure AD Domain services, which is about how to do the day to day administration and management activities using domain services. Azure AD Domain services is where you can get Active directory as a service from Microsoft in Azure. Follow my previous posts for better understating about domain services.
Azure AD Domain services | What is new - What is AAD Domain services, How domain services works and its architecture, features with benefits, about pricing, features for future and comparison with On-premise Active Directory
Azure AD Domain services | Implementing and configuring - How to implement domain services and configurations such as Enable domain service, configuring virtual networks, configuring domain names, updating DNS and Enable Azure AD Domain Services password synchronization for cloud only Azure AD accounts and User accounts synced from On-premises AD
Azure AD Domain services is a manage service, you cannot expect the same operations behavior of On Premise active directory. But it can do activities such as Domain join, Kerberos and NTLM authentication, management of users and computers, Group policy deployment, password policy, Managing DNS and single sign on to applications with AD integration.
After implementing the domain services before administering, first you need to domain join the computer which you are installing the remote administration tools.
First rule of domain services is all the computers should have access to the virtual network where domain services resides. After adding a VM to the virtual network which domain services resides, you can see Domain Services Domain controllers IP address are populated to the machines DNS. You have to restart the machine for this.
Then you can add the machine to the domain.
Provide a credentials which you have added to the group of AAD DC Administrators, make sure you have reset the password if cloud only users or change the sync settings if on premise syncing users.
Domain services cannot managed via Remote desktop connections because you don’t have privileges to login to the domain controllers. But it can be managed using familiar Active Directory administrative tools such as the Active Directory Administrative Center (ADAC) or AD PowerShell.
Note – To install Remote administration tools first the client should be domain joined with the domain services.
One of the main benefit about the managed domain services is to deploy Group Polices. There are two default OU’s for users and computers (AADDC Computers, AADDC Users), and default GPO’s also created for managing these OU’s. These GPO’s can be edited for your need. Also custom OU’s can be created with domain services, these activities require administrator group membership
Note about custom OU – you cannot move users from default AADDC Users OU to a custom OU. All the users syncing from Azure AD will be placed in this OU. Also when you create a user in a custom OU those objects will not be synced to Azure AD as well.
These are few use cases I found out in Microsoft Ignite contents, after implementing domain services it can be useful in following scenarios.
Manage Azure IAAS Virtual Machines
Move apps using LDAP bind authentication to Azure
An application uses a web-form to collect user credentials and authenticate users via LDAP bind to the directory. These apps can
Move apps that connect to AD over LDAP/LDAPS to Azure
Access managed domain services over LDAP, or LDAP over SSL
LDAPS certificates can be issued Public certification authority or Self-signed certificates
Move Windows integrated authentications apps to Azure (Kerberos)
In example a server application uses an AD service account for its web front-end to authenticate access to a backend server.
Modernize legacy apps with Azure AD Application Proxy
Domain-joined HDInsight cluster
Windows Server Remote desktop deployments
If you are testing AAD Domain services, you can delete it after testing. Deletion will be permanent and cannot reverse back.
Login to the Azure Portal – Azure AD Domain services - Open the domain service – Overview – Delete
Hope this is useful
Cheers
References
Microsoft Ignite 2017 content
Microsoft Technet