243 words
1 min read
Optimal Active Directory Structure
By Vladimir Mikhalev · Solutions Architect · Docker Captain · IBM Champion
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.

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.
The Verdict
Inconvenient truths about shipping in the AI era
Container security, platform engineering, and the agentic shift — tested in production, argued without the hype. The verdict reaches your inbox the moment there's one worth sending.
Related Posts
- 1Recovering a Corrupt Exchange Database with Stellar Repair — Real-World Lab TestSysAdmin & 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.
- 2Distinctions Between Terminal, Command Line, Shell, and PromptSysAdmin & IT Pro · Learn the differences between terminal, command line, shell, and prompt in Linux. A beginner-friendly guide to essential CLI concepts and tools.
- 3Install Ubuntu Server 22.04 LTSSysAdmin & 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.
- 4Install OTRS on Ubuntu ServerSysAdmin & 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
- 1Configure AWS CLIDevOps & Cloud · Learn how to configure AWS CLI with IAM credentials. Step-by-step guide for setting up secure access, managing keys, and running AWS commands via terminal.
- 2AI Didn't Fix Productivity. Measurement Did.Opinion & Culture · AI adoption is easy. Proving productivity isn't. A Docker Captain's view on why AI impact is hard to measure—and how teams can finally prove real value.
- 3Install OTRS Using Docker ComposeSelf-Hosting · Learn how to deploy OTRS Helpdesk with Docker Compose, secured by Traefik and Let's Encrypt. Step-by-step guide for Ubuntu-based self-hosted ticketing.
- 4Datadog Certification — Are Engineers Just Jumping Through Hoops?Opinion & Culture · Is Datadog certification just a fancy dog agility course? We break down why DevOps engineers feel like they're jumping through hoops.
Optimal Active Directory Structure
https://heyvaldemar.com/optimal-active-directory-structure/