Windows
  • Introduction
  • General
    • Users
    • SAM database
  • Filesystem
    • NTFS
    • Finding files
  • Services
    • sc
  • Registry
    • reg
  • Registry Editor (GUI)
  • Access control & Permissions
    • icacls
  • User Account Control (UAC)
  • Powershell
    • Get-ChildItem
    • whoami
  • 🔍Active Directory (AD)
    • Domain Controller (DC)
    • Domain Service (AD DS)
      • Security groups
      • Organizational Units (OUs)
      • Security groups vs OUs
    • Authentication methods
      • Kerberos
      • NetNTLM
Powered by GitBook
On this page
  1. Active Directory (AD)
  2. Domain Service (AD DS)

Security groups vs OUs

While both security groups and OUs are used to classify users and computers, their purposes are entirely different:

OUs

  • Used for applying policies to users and computers, based on specific configurations that applies to their particular role in the organization

Security groups

  • Used to grant permissions over resources

  • Eg. Grant permission for a group of users to access a shared resource such as a network printer

PreviousOrganizational Units (OUs)NextAuthentication methods

Last updated 3 days ago

🔍