05 - Windows Server 2022 Manage OU, User and Computer (Video Tutorial in Khmer)
Learn how to create Organizational Unit (OU), Domain Users, Security Groups, and Computer accounts in Active Directory step-by-step with video tutorial in Khmer.
2026-08-28 ยท 3 min read
Hello my friend! Today I show you step-by-step how to Create OU, User, Group and Computer accounts in Active Directory (ADUC)! Organizing users and computers into OUs makes server management super clean and easy! Very easy to follow with video tutorial in Khmer! Let me show you!

Step 1: Open Active Directory Users and Computers (ADUC)
- Open Server Manager > click Tools menu at top right.
- Select Active Directory Users and Computers (or press
Win + R, typedsa.msc, and press Enter!).
๐ก Tip: Shortcut
dsa.mscopens Active Directory Users and Computers instantly without navigating Server Manager menus!
Step 2: Create Organizational Unit (OU)
An Organizational Unit (OU) is like a folder inside Active Directory to organize departments (like IT, HR, Accounting).
- Right-click your domain name (example:
rean.local) > New > Organizational Unit. - Type OU Name (example:
IT_DepartmentorHR_Department). - Keep Protect container from accidental deletion checked > click OK!
๐ก Tip: Always keep "Protect container from accidental deletion" enabled! This stops junior admins from deleting entire department folders by mistake!
Step 3: Create New User Account in OU
- Right-click your new OU (example:
IT_Department) > New > User. - Fill details:
- First name:
Sok - User logon name:
sok.dara(Domain account username!)
- First name:
- Click Next, set password, and choose option User must change password at next logon or Password never expires. Click Finish!
๐ก Tip: Use consistent logon name standard across company (like
firstname.lastnamee.g.sok.dara) so domain usernames stay clean and predictable!
Step 4: Create Security Group & Add Users
Security Groups are used to give permissions (like shared folder access) to multiple users at once!
- Right-click your OU > New > Group.
- Type Group name (example:
IT_Staff_Group), select Global scope and Security type > click OK. - Right-click your user (
sok.dara) > click Add to a group... > typeIT_Staff_Group> click OK!
๐ก Tip: Always assign folder/file permissions to Security Groups, NOT individual user accounts! This saves huge time when users join or leave company!
Active Directory Structure Overview
rean.local
โ
โโโ ๐ IT_Department (OU)
โ โโโ ๐ค sok.dara (User)
โ โโโ ๐ฅ IT_Staff_Group (Security Group)
โ โโโ ๐ป PC-IT-01 (Computer Account)
โ
โโโ ๐ HR_Department (OU)
โโโ ๐ค keo.bopha (User)
โโโ ๐ฅ HR_Staff_Group (Security Group)
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see how to create OU, Users, Groups and Computers in Khmer:
Hope this tutorial help you manage OU, Users, and Groups in Active Directory easily! Practice organizing your domain today. Happy learning my friends! Sharing is caring!