Optional analytics cookies help us improve Hardenly. They stay off unless you accept. Cookie policy
Maturity tier — Then: Strongly recommended once the basics are done.
Implementation effort: High — requires OU redesign, new admin accounts, and logon restriction GPOs.
User impact: Low — affects IT admins only, not end users.
Most Active Directory compromises follow the same pattern: an attacker lands on a workstation, harvests credentials, and finds that a Domain Admin logged into that machine at some point — leaving reusable credential material behind. The tiered administration model breaks this chain by ensuring high-privilege credentials never touch lower-trust systems. It is the single most effective structural defense against lateral movement and privilege escalation in a Windows domain.
Tier 0 — assets that control the identity system itself: domain controllers, AD CS servers, Entra Connect servers, ADFS, backup systems that hold DC backups, and the accounts that administer them. Compromise of any Tier 0 asset means compromise of the entire forest.Tier 1 — member servers and the applications running on them: file servers, SQL, application servers, and their administrators.Tier 2 — end-user workstations, laptops, and the helpdesk accounts that support them.Credentials from a higher tier must never be used on a lower-tier system. A Tier 0 account never logs into a member server or workstation. A Tier 1 admin never logs into a workstation. Control flows downward, credentials never do. This means every administrator needs separate accounts per tier — for example adm-t0-jsmith, adm-t1-jsmith — in addition to their normal user account.
Deny log on locally, Deny log on through Remote Desktop Services, Deny access to this computer from the network, Deny log on as a batch job, Deny log on as a service). Deny Tier 0 accounts on Tier 1 and Tier 2 systems, and Tier 1 accounts on Tier 2 systems.Protected Users group and set the "Account is sensitive and cannot be delegated" flag.Microsoft has evolved this guidance into the Enterprise Access Model, which extends the same principles to cloud and hybrid environments — but for on-premises AD, the classic three-tier model remains the foundation everything else builds on.
Keep building momentum
Require multi-factor authentication for all users and block legacy protocols (IMAP, POP, SMTP AUTH) that bypass MFA entirely.
Sign in to vote on this item or share your rollout notes.
No comments yet — be the first to share your rollout experience.