TestimoX

API Reference

Class

GpoRemovalCandidate

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Candidate GPO selected for removal with the reason(s) it matched.

Inheritance

  • Object
  • GpoRemovalCandidate

Constructors

public GpoRemovalCandidate() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String DomainName { get; set; } #

DNS domain name that owns the GPO.

public Guid Guid { get; set; } #

Unique identifier of the GPO.

public String DisplayName { get; set; } #

Display name of the GPO, when available.

public String SysvolPath { get; set; } #

Resolved SYSVOL path of the GPO (if known).

public IReadOnlyList<String> Reasons { get; set; } #

Human‑readable reasons why the GPO was flagged (e.g., Unlinked, EmptyGpo).