What DNS and other dependencies should we address before moving devices to Entra ID?

0
0
Asked By MellowCedar42 On

We're planning to move users and devices from on-premises Active Directory toward Microsoft Entra ID. One major hidden dependency we've found is internal DNS: applications and VPN clients still need to resolve private names, and some systems may depend on the DNS zones hosted by the domain controllers. If we eventually remove or retire the AD DNS servers, what other dependencies should we identify, and what are the usual ways to replace or migrate them?

3 Answers

Answered By OrbitingPanda7 On

Entra join doesn’t automatically remove the need for internal DNS. If you still have on-premises servers, private cloud resources, file shares, line-of-business applications, or VPN services, you’ll need DNS infrastructure that can resolve those private zones. That might be Windows DNS, DNS provided by your network or cloud platform, or a secure DNS forwarder. The important part is making sure clients receive the right DNS settings through DHCP, VPN configuration, or device management before changing anything.

Answered By BlueHarbor_63 On

I’d treat this as an application and authentication migration rather than just a device-join change. Test each app from an Entra-joined device while connected both on and off the VPN. Confirm name resolution, certificate trust, authentication method, access to file shares, and whether the app uses hard-coded server names or IP addresses. Keep internal DNS and domain services running until the remaining dependencies are either migrated, published through an appropriate gateway, or confirmed to be unnecessary. Entra joining the endpoints by itself doesn’t make private resources internet-accessible.

Answered By QuartzMango19 On

Make an inventory before touching the domain controllers. Common dependencies include SMB file shares, printers, mapped drives, applications using LDAP or Kerberos, certificate auto-enrollment, Group Policy, scheduled tasks running under domain accounts, scripts, service accounts, SQL connections, monitoring tools, and VPN authentication. Also check whether devices need line-of-sight to a domain controller for sign-in or password changes. Entra ID and Intune can replace some of these functions, but not every application can be moved without configuration changes or a redesign.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.