API Reference
Class
View (DomainControllerDiagnosticPostureService)
Aggregated domain-controller diagnostic posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String ForestName { get; set; } #Target forest DNS name.
public String ComputerName { get; set; } #Target domain controller name.
public Boolean QuerySucceeded { get; set; } #True when the probe completed and produced typed results.
public Nullable<Boolean> AllDiagnosticsPassed { get; set; } #True when no failed tests were projected.
public Nullable<Boolean> SecurityDiagnosticsPassed { get; set; } #True when no failed security diagnostics were projected.
public Nullable<Boolean> ReplicationDiagnosticsPassed { get; set; } #True when no failed replication diagnostics were projected.
public Nullable<Boolean> DnsDiagnosticsPassed { get; set; } #True when no failed DNS and naming-context diagnostics were projected.
public Nullable<Boolean> ConfigurationDiagnosticsPassed { get; set; } #True when no failed configuration diagnostics were projected.
public Int32 ReturnedTestCount { get; set; } #Total projected tests returned by the probe.
public Int32 FailedTestCount { get; set; } #Total projected failures.
public IReadOnlyList<Item> Items { get; set; } #All projected diagnostic items.
public IReadOnlyList<Item> FailedItems { get; set; } #Failed projected diagnostic items.
public Diagnostics Diagnostics { get; set; } #Probe diagnostics.