API Reference
Class
GpoRedirectFinding
Represents a mismatch between the gPCFileSysPath stored in Active Directory for a GPO and the expected domain-based SYSVOL path.
Inheritance
- Object
- GpoRedirectFinding
Constructors
public GpoRedirectFinding() #Inherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name where the GPO resides.
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.