Types of Active Directory Groups Explained
Q: What are the different types of groups in Active Directory, and what are their uses?
- Active Directory
- Junior level question
Explore all the latest Active Directory interview questions and answers
ExploreMost Recent & up-to date
100% Actual interview focused
Create Active Directory interview for FREE!
In Active Directory, there are two primary types of groups: Security Groups and Distribution Groups.
1. Security Groups:
- These groups are used to assign permissions to resources. Security groups can contain user accounts, computer accounts, and other groups. They are primarily used for granting access rights to shared resources like files and printers or for assigning permissions to users for applications and services.
- Example: A security group named "Finance Department" can be created to give its members access to specific financial folders on a network drive.
2. Distribution Groups:
- These groups are used primarily for email distribution lists and cannot be used to assign security permissions. Distribution groups are used to group users for non-security-related purposes, like sending emails to multiple users at once.
- Example: A distribution group named "Marketing Team" could include all members of the marketing department to facilitate email communication without direct permissions being applied.
Additionally, there are two scopes of groups that can be defined in Active Directory:
- Domain Local Groups: Used to assign permissions within a single domain. They can contain users, groups, and computers from any domain within the forest but can only be used to grant access to resources in the same domain.
- Global Groups: Can contain users from the same domain and can be granted access to resources in other domains. They are typically used to group users that share a similar role or function.
- Universal Groups: Used for grouping users from all domains in a forest. They can be assigned permissions across the forest and can contain users from any domain.
By understanding these group types and their scopes, administrators can effectively manage permissions and resources within an Active Directory environment.
1. Security Groups:
- These groups are used to assign permissions to resources. Security groups can contain user accounts, computer accounts, and other groups. They are primarily used for granting access rights to shared resources like files and printers or for assigning permissions to users for applications and services.
- Example: A security group named "Finance Department" can be created to give its members access to specific financial folders on a network drive.
2. Distribution Groups:
- These groups are used primarily for email distribution lists and cannot be used to assign security permissions. Distribution groups are used to group users for non-security-related purposes, like sending emails to multiple users at once.
- Example: A distribution group named "Marketing Team" could include all members of the marketing department to facilitate email communication without direct permissions being applied.
Additionally, there are two scopes of groups that can be defined in Active Directory:
- Domain Local Groups: Used to assign permissions within a single domain. They can contain users, groups, and computers from any domain within the forest but can only be used to grant access to resources in the same domain.
- Global Groups: Can contain users from the same domain and can be granted access to resources in other domains. They are typically used to group users that share a similar role or function.
- Universal Groups: Used for grouping users from all domains in a forest. They can be assigned permissions across the forest and can contain users from any domain.
By understanding these group types and their scopes, administrators can effectively manage permissions and resources within an Active Directory environment.


