Gpo.MakeAclConsistent Method ()

 

Makes ACLs consistent on the directory service and the system volume folder (SysVol) of the Group Policy object (GPO).

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public void MakeAclConsistent()
public:
void MakeAclConsistent()
member MakeAclConsistent : unit -> unit
Public Sub MakeAclConsistent

Remarks

The IsAclConsistent method can be used to check for consistency of ACLs between the directory service and system volume folder (SysVol).

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top