API Reference
Class
Diagnostics (ForestDuplicateComputerHostnamePostureService)
Diagnostics captured while evaluating duplicate-hostname posture.
Inheritance
- Object
- Diagnostics
Constructors
public Diagnostics() #Inherited Methods
Properties
public Int32 DuplicateCount { get; set; } #Total duplicate hostname rows discovered before truncation.
public Int32 AffectedObjectCount { get; set; } #Total distinct computer objects affected across all duplicate rows.
public Int32 AffectedDomainCount { get; set; } #Total distinct domains affected across all duplicate rows.
public Int32 ReturnedItemCount { get; set; } #Duplicate rows returned in the final view.
public Boolean IsTruncated { get; set; } #True when the final item set was truncated to MaxItems.