TestimoX

API Reference

Class

View (WellKnownFolderPostureService)

Namespace ADPlayground.DirectoryOps.WellKnownFolderPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated well-known container posture view for a domain.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

Target domain DNS name.

public Boolean CollectionSucceeded { get; set; } #

True when evaluation succeeded.

public String CollectionError { get; set; } #

Collection error summary when evaluation fails.

public Int32 ItemCount { get; set; } #

Total evaluated container rows.

public Int32 MatchingCount { get; set; } #

Rows matching the expected posture.

public Int32 DriftCount { get; set; } #

Rows diverging from the expected posture.

public Int32 RecommendedRedirectCount { get; set; } #

User/computer containers still at default and recommended for redirection.

public Int32 UnexpectedDefaultDriftCount { get; set; } #

System containers unexpectedly moved from default.

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

Evaluated well-known container rows.