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

Example of a HipChat Server Installation

FQDN: hipchat.kimconnect.com Internal IP: 10.10.100.205 Public IP: 12.12.12.12   Firewall configurations: inbound TCP 443 inbound…

Deploy MSI Using Group Policy

0. If the deployment package is in an .EXE format, it's recommended that such file…

PowerShell Legacy Versions: How to Check Connection of Servers on Certain Ports?

A more updated version is available here. function Check-NetConnection($server, $port) { $session = New-Object System.Net.Sockets.TcpClient;…
Other project: DragonCoin.com