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
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method GpoRedirectAnalyzer.FindRedirected
- Property View.Items
Constructors
public GpoRedirectFinding() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.