# OU & User Structure

### Overview

After the Domain Controller was promoted and Active Directory was running, the next step was building out the directory structure. This means creating Organizational Units (OUs) and populating them with user accounts — exactly how a real company's AD environment is structured.

***

### What is an Organizational Unit (OU)?

An Organizational Unit is a container inside Active Directory used to organize users, computers, and groups into logical groupings — typically mirroring a company's department structure.

OUs serve two critical purposes:

1. **Organization** — Keep the directory clean and navigable, especially in large environments
2. **Group Policy Scope** — GPOs are linked to OUs, meaning policies can be applied selectively to specific departments or locations

> **MSP Context:** When an MSP technician inherits a client's AD environment, the OU structure tells the whole story of how that business is organized. A well structured OU layout makes administration, delegation, and policy management dramatically easier. A flat, unorganized AD with everything in the default containers is one of the most common signs of a neglected environment — and one of the first things an MSP cleans up.

***

### OU Structure Built

The following structure was created to simulate a real company environment:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://stefs-documentation.gitbook.io/stefs-documentation-docs/project-overview-bare-metal-homelab/active-directory/ou-and-user-structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
