06 - Windows Server 2022 Assign Permission to User and Group in Active Directory (Video Tutorial in Khmer)
Learn how to assign NTFS folder permissions (Read, Write, Modify, Full Control) to users and security groups step-by-step with video tutorial in Khmer.
2026-08-29 ยท 3 min read
Hello my friend! Today I show you step-by-step how to Assign NTFS Folder Permissions to Users and Groups in Windows Server 2022! Setting correct folder permissions keeps your company files safe and stops unauthorized access! Very easy to follow with video tutorial in Khmer! Let's get started!

Step 1: Create Shared Data Folder
First, create folder on server drive (example: D:\CompanyData or D:\SharedFolders\IT_Share).
Step 2: Open Security Properties
- Right-click folder > select Properties.
- Click Security tab at top.
- Click Edit... button to change permissions!
๐ก Tip: Always configure permissions under Security tab (NTFS Permissions). NTFS permissions apply whether user accesses folder locally OR over network!
Step 3: Add Security Group or User Account
- In Permission window, click Add... button.
- Type group or username (example:
IT_Staff_GrouporHR_Staff_Group). - Click Check Names button to verify > click OK!
๐ก Tip: Always assign permissions to Security Groups (like
IT_Staff_Group), NOT individual user names! When new employee joins, just add them to group and they automatically get folder access!
Step 4: Choose Permission Levels
Select group in list and check allowed permissions:
- Read & execute: View folder content, open files, and run scripts.
- Write: Create new files and folders, save edits.
- Modify: Read, write, create, edit, AND delete files.
- Full Control: Complete control including changing folder permissions and ownership.
Click Apply > click OK!
๐ก Tip: Follow principle of Least Privilege! Give standard users only Read or Modify access. NEVER give standard users Full Control because they can accidentally delete permissions or change security owner!
Folder Permission Summary Matrix
| Group Name | Permission Level | Access Capability |
|---|---|---|
IT_Staff_Group | Modify | Read, Write, Edit, Delete files |
HR_Staff_Group | Read | View & open files only |
Domain Admins | Full Control | Complete administrative control |
Watch Video Tutorial (Khmer)
Watch full step-by-step video tutorial below to see how to assign permissions to users and groups in Khmer:
Hope this tutorial help you assign folder permissions in Windows Server easily! Practice setting up security groups today. Happy learning my friends! Sharing is caring!