TestimoX

API Reference

Class

View (DomainControllerOptionalFeaturePostureService)

Namespace ComputerX.Features.DomainControllerOptionalFeaturePostureService
Assembly ComputerX
Modifiers sealed

Aggregated optional-feature posture view.

Inheritance

  • Object
  • View

Constructors

Properties

public String ComputerName { get; set; } #

Target computer name.

public Boolean QuerySucceeded { get; set; } #

True when feature inventory collection completed successfully.

public String CollectionError { get; set; } #

Collection error when feature inventory fails.

public Int32 FeatureCount { get; set; } #

Total configured features evaluated.

public Int32 NonCompliantFeatureCount { get; set; } #

Total denied features currently enabled.

public Int32 CompliantFeatureCount { get; set; } #

Total denied features not enabled.

public IReadOnlyList<Item> Items { get; set; } #

Per-feature posture items.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.