API Reference
Class
GpoDiscrepancy
Represents a mismatch between AD and SYSVOL.
Inheritance
- Object
- GpoDiscrepancy
Constructors
public GpoDiscrepancy(String DomainController, String Guid, Boolean InActiveDirectory, Boolean InSysvol) #Represents a mismatch between AD and SYSVOL.
Parameters
- DomainController System.String
- Guid System.String
- InActiveDirectory System.Boolean
- InSysvol System.Boolean
Methods
public virtual GpoDiscrepancy <Clone>$() #Returns:
GpoDiscrepancypublic Void Deconstruct(out String DomainController, out String Guid, out Boolean InActiveDirectory, out Boolean InSysvol) #Returns:
VoidParameters
- DomainController String
- Guid String
- InActiveDirectory Boolean
- InSysvol Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DisplayName { get; set; } #Display name of the policy when available.
public String DfsrWarning { get; set; } #DFS Replication warning when backlog or staging is non-zero.
public String Error { get; set; } #Error encountered while processing the domain controller.
public String DomainController { get; set; } #public String Guid { get; set; } #public Boolean InActiveDirectory { get; set; } #public Boolean InSysvol { get; set; } #