Posted On April 29, 2022

Active Directory: Differences between Domain Local, Global, Universal Groups

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Active Directory: Differences between Domain Local, Global, Universal Groups
  • Domain Local Groups: can contain users from any domain, but they can only be used to grant access to resources that belong to the same domain where the group is created.
  • Global Groups: can ONLY contain users from a single domain – no external domains. These groups can be used in any trusted external domains from the ingress direction of external (consumer) to internal (source).
  • Universal Groups: may contain other local, global, or universal groups from the same domain, and they can be used by resources in any domain in the forest with trusts. Similar to Global, only users within the local domain can be added. However, unlike Global, Universal groups can be changed frequently without causing global catalog replication.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

VoIP Test Plan

Have MPLS or VPN connections between sites and ensure that these requirements are satisfied: a.…

Considerations in Granting Access to Helpdesk Users via Group ‘Account Operators’

One consideration is to add Helpdesk users into the 'Account Operators' group. This would effectively…

Linux: Creating Soft Links as Directories

Optional test: create a soft-link for directory as hard-links are not allowed source=/nfs-share/linux03/docker/containers destinationdirectory=/var/lib/docker sudo…