Active Directory
Active Directory is a directory service developed by Microsoft that stores information about the users, devices, and other objects on a network and makes that information available to users and administrators. It helps organizations manage who can sign in and what network resources they are allowed to reach. It is most commonly used in on-premises Windows domain networks.
Active Directory (AD) is Microsoft's directory service; its core role, Active Directory Domain Services (AD DS), stores directory data about network objects (such as users, groups, computers, and other resources) and makes that data available to network users and administrators. In typical on-premises Windows domain deployments, AD supports both authentication (verifying the identity of a principal) and authorization (determining the resources a principal may access), though the specific mechanisms and integrations vary by deployment and configuration. This entry describes AD DS as a directory service and does not, based on the evidence provided, detail specific protocols, schema, or federation components; those are out of scope here.
Why it matters
Active Directory sits at the center of identity in most on-premises Windows environments, acting as the authoritative store of users, groups, computers, and other network objects. Because it commonly underpins both authentication (verifying who a principal is) and authorization (determining which resources that principal may reach) across a domain, its availability and integrity directly shape whether an organization's workforce can access the systems they need. When AD is healthy, sign-in and resource access flow smoothly; when it is degraded or compromised, the impact tends to cascade across the many services that depend on it.
For the same reason that AD is operationally central, it is also a high-value target and a critical governance concern. A directory that connects users with network resources concentrates significant privilege and trust in one place, so misconfiguration, stale accounts, or excessive group memberships can translate into broad exposure. Security architects and identity governance leads therefore treat AD as foundational infrastructure that warrants careful lifecycle management, monitoring, and access review, rather than as a set-and-forget component.
It is worth noting what this entry does not cover: the specific protocols, schema, replication mechanics, and federation components that AD deployments may involve are out of scope here. The evidence supports describing AD as a directory service and its role in managing authentication and authorization in on-premises domains, but readers evaluating a particular deployment should confirm the exact mechanisms and integrations in use, since these vary by configuration.
Who it's relevant to
Inside AD
Common questions
Answers to the questions practitioners most commonly ask about AD.
