243 words
1 min read

Optimal Active Directory Structure

By · Solutions Architect · Docker Captain · IBM Champion
Optimal Active Directory Structure

Here’s a proven Active Directory (AD) structure commonly used by large organizations, including enterprises with over 10,000 employees globally. Such environments typically implement a domain tree structured by country or continent.

Example domain hierarchy#

  • Root domain: heyvaldemar.net
  • Child domains: canada.heyvaldemar.net, ireland.heyvaldemar.net

Each domain in the tree follows a consistent internal structure.

Active Directory OU structure showing grouped organizational units for a domain in Toronto

Domain-Level Organization by City#

  • Toronto (City of Toronto)

City-Level OUs by Object Type#

  • Groups - All security and distribution groups
  • Servers - All server objects
  • Service - Service accounts used to run applications
  • Users - End user accounts
  • Workstations - User endpoints

Groups - Organized by Scope#

  • Local - Domain-local groups
  • Global - Global groups
  • Universal - Universal groups
  • Distribution - Non-security mail groups

Servers - Organized by Service Role#

  • Disabled - Decommissioned or inactive servers
  • Exchange - Microsoft Exchange servers
  • File - File servers with shared resources
  • Normal - General-purpose servers
  • Print - Print servers

(More categories can be added based on operational needs.)

Service Accounts - Organized by Role#

  • Disabled - Inactive service accounts
  • Normal - Active service accounts used in production

User Accounts - Organized by Role#

  • Admins - Elevated-privilege accounts
  • Disabled - Former employees or inactive accounts
  • External - Contractors or third-party users
  • Normal - Standard user accounts

(Expand categories as needed for your organization.)

Workstations - Organized by User Role#

  • Admins - Devices used by admin accounts
  • Disabled - Retired or unused machines
  • Normal - Standard user workstations

Final Note#

This structure provides a scalable, secure, and easily manageable AD layout — ideal for delegation, policy application, and compliance.


Vladimir Mikhalev

Docker Captain  ·  IBM Champion  ·  AWS Community Builder

The Verdict — production-tested analysis on YouTube.

Related Posts

Same category
  1. 1
    Recovering a Corrupt Exchange Database with Stellar Repair — Real-World Lab Test
    SysAdmin & IT Pro · We deliberately broke an Exchange 2019 server to see if Stellar Repair for Exchange could recover a dirty-shutdown EDB file. Step-by-step recovery process, lab setup, and lessons learned.
  2. 2
    Distinctions Between Terminal, Command Line, Shell, and Prompt
    SysAdmin & IT Pro · Learn the differences between terminal, command line, shell, and prompt in Linux. A beginner-friendly guide to essential CLI concepts and tools.
  3. 3
    Install Ubuntu Server 22.04 LTS
    SysAdmin & IT Pro · Step-by-step guide to install Ubuntu Server 22.04 LTS. Covers language, disk setup, OpenSSH, user creation, and system configuration for beginners.
  4. 4
    Install OTRS on Ubuntu Server
    SysAdmin & IT Pro · Comprehensive guide to installing OTRS Community Edition on Ubuntu Server. Learn to configure PostgreSQL, Apache, SSL with Let's Encrypt, and launch OTRS securely.

Random Posts

Random
  1. 1
    Install Windows 10
    SysAdmin & IT Pro · Complete guide to installing Windows 10 safely. Step-by-step instructions with screenshots, license key setup, offline account creation, and post-install tips.
  2. 2
    Install Terraform on macOS
    DevOps & Cloud · Learn how to install Terraform on macOS using Homebrew. Step-by-step guide includes setup, version check, and usage tips for managing infrastructure as code.
  3. 3
    The 80th Anniversary of the Deportation of the Crimean Tatars
    Opinion & Culture · Marking 80 years since the 1944 deportation of Crimean Tatars by Stalin's regime. Explore the tragedy, its impact, and its echoes in modern-day Crimea.
  4. 4
    Install Foreman on Ubuntu Server
    SysAdmin & IT Pro · Learn how to install Foreman on Ubuntu Server to manage, provision, and monitor infrastructure with Puppet integration in a few simple steps.
Optimal Active Directory Structure
https://heyvaldemar.com/optimal-active-directory-structure/
Author
Vladimir Mikhalev
Published
2021-02-13
License
CC BY-NC-SA 4.0