
Organizational units (OUs) in an Active Directory Domain Services (AD DS) managed domain enable you logically group objects such as user accounts, service accounts, or computer accounts together. Most people refer to organisation units as a container. You can then assign administrators to specific OUs, and apply group policy to enforce targeted configuration settings. You may also be interested in learning about how to create Organisation Units, Service Accounts, and Active Directory Security Groups, and Active Directory Structure: Forest Trees, Domain, and Sites. Read about how to install and configure Active Directory Domain Services on Windows Server 2022, and see also how to delete OUs or Container in Active Directory.
What is an Active Directory (AD) ?
It is a Microsoft Directory Service that runs on Windows Server and allows administrators to manage network permissions and access. Data in Active Directory is stored as objects. A single element, such as a user, group, application, or device, such as a printer, is referred to as an object.
Note: Organizational units are different from Containers which are similar to OUs but are other forms of organizational object that is contained within the Active Directory. OUs differ from Containers primarily because an OU can have a Group Policy Object (GPO) linked to it, whereas a Container cannot
Create OU in AD
To create an OU, from the server manager locate “Tools” and upper side of the server manager dashboard and click on Active Directory Users and Computers
Next, right-click on your server domain name
Finally, enter a unique name for the OU. You can check the box “Protect container from accidental deletion” and click Ok.
How to find the OU path
To locate the OU path, start Active Directory Users and Computers (ADUC) and make sure Advanced Features is enabled. Click the View menu, then Advanced Features. Now that Advanced Features is enabled, you will be able to locate the Attribute Editor
tab under the OU’s property.
Right-click the OU with the name IT Unit and click Properties. Click the tab Attribute Editor. Find the attribute distinguishedName. Double-click on it and copy the value. The value in my OU is OU=IT Unit,DC=techda,DC=com.
Happy reading!! I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.