TestimoX

API Reference

Class

GpoRedirectFinding

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Represents a mismatch between the gPCFileSysPath stored in Active Directory for a GPO and the expected domain-based SYSVOL path.

Inheritance

  • Object
  • GpoRedirectFinding

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name where the GPO resides.

public Guid GpoId { get; set; } #

GPO identifier.

public String GpoName { get; set; } #

GPO display name.

public String DistinguishedName { get; set; } #

GPO distinguished name.

public String ExpectedSysvolPath { get; set; } #

Expected domain-based SYSVOL path (\\<domain>\\SYSVOL\\<domain>\\Policies\\{GUID}).

public String ActualSysvolPath { get; set; } #

Actual path stored in gPCFileSysPath.