TestimoX

API Reference

Class

GpoDuplicateObject

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a duplicate/conflict (CNF) Group Policy Container object found under CN=Policies. These objects are typically created by AD replication conflicts and should be reviewed/cleaned up.

Inheritance

  • Object
  • GpoDuplicateObject

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name where the object was found.

public Guid ObjectGuid { get; set; } #

Object GUID of the duplicate groupPolicyContainer.

public String DistinguishedName { get; set; } #

LDAP distinguished name of the duplicate object.

public String Name { get; set; } #

Value of the name attribute (often includes the CN/RDN value).

public String DisplayName { get; set; } #

Value of the displayName attribute when present.

public Nullable<DateTime> Created { get; set; } #

Creation timestamp (UTC) when available.

public Nullable<DateTime> Changed { get; set; } #

Last change timestamp (UTC) when available.