XpertsTec

Technology Experts

Microsoft Windows Server

Create Delete and Manage Organizational Unit Window Server 2019

In this blog, I will explain how to create, delete and manage the Organizational Unit in Active Directory.

Create an Organizational Unit

How to Create an Organizational Unit (OU) in the Active Directory Domain Controller

1- Open Server Manager and select the Dashboard and select the Tools tab and click Active Directory Users and Computers To create OU in ADctive Directory.

server manager 2019

2- In the Active Directory Users and Computers window right click on your Domain. (My domain name is xpertstec.local). So click new and then select the Organizational Unit.

create organizational unit in active directory

3- Type OU name in the name box. Select protect the container from accidental deletion and then click on OK.

create a new organizational unit

4- So you can see that the OU (Sales) is created.

active directory users and computers

Creating OUs in an Active Directory with PowerShell

5- You can create new ou in the Active Directory with PowerShell command. So the below command will create an OU named “Account” in the Domain Controller.

New-ADOrganizationalUnit “Account”

active directory users and computers

6- If you want a different OU LDAP path, specify its distinguished name using the Path cmdlet parameter.

New-ADOrganizationalUnit “Manager” –Path “OU=Account,DC=xpertstec,DC=local”

active directory users and computers

How to Delete the Organizational Unit.

Manage an organizational unit

7- For deleting an OU, first we need to disable Protection from accidental deletion. So select the View tab and then select Advanced Features.

active directory advanced features

8- Right-click on OU (Account) and then select Properties.

active directory us properties

9- In the Account properties and then select the object tab and Uncheck Protect object from accidental deletion and then click on OK.

protect object from accidental deletion

10- Select the View tab and then select Advanced Features.

active directory advanced features

11- Right-click on OU (Account) and then select Delete.

active directory users and computers

12- Are you sure you want to delete the OU named ‘Account’ and click on Yes.

delete the ou

13- Now we can verify that Organizational Unit (Account) is deleted.

active directory users and computers

For more information on how to create, delete and manage OU click here

LEAVE A RESPONSE

Jamil Pervez works as a Network Administrator, based in Kuwait with a Primary focus on Microsoft technologies. Microsoft Certified MCSE, MCTP, MCITP, CCNP, CCIP, CCVP with 20 years of experience in administering Windows Servers, Exchange, VMWare, Veeam B&R, Veritas BackupExec.