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

Security groups allows the definition of user groups to assign access rights to files or other resources to entire groups instead of a single user.

Users in a security group will automatically inherit all of the group's privileges.

PreviousDomain Service (AD DS)NextOrganizational Units (OUs)

Last updated 3 days ago

🔍