May 2019
Intermediate to advanced
620 pages
21h 41m
English
Run the following lines of PowerShell to enable Universal Group Membership Caching for an Active Directory site:
Import-Module ActiveDirectorySet-ADReplicationSite -Identity Default-First-Site-Name -UniversalGroupCachingEnabled $True
Run the following lines of PowerShell to disable Universal Group Membership Caching for an Active Directory site:
Import-Module ActiveDirectorySet-ADReplicationSite -Identity Default-First-Site-Name -UniversalGroupCachingEnabled $False