TestimoX

API Reference

Class

View (DefaultPoliciesChangeService)

Namespace ADPlayground.Gpo.DefaultPoliciesChangeService
Assembly ADPlayground
Modifiers sealed

Result view showing recent changes to Default Domain Policy and Default Domain Controllers Policy.

Inheritance

  • Object
  • View

Constructors

public View() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public Boolean CollectionSucceeded { get; set; } #

True when default-policy change collection completed successfully.

public String CollectionError { get; set; } #

Error details when collection fails; null when successful.

public String DomainName { get; set; } #
ResultMetadata

DNS domain name evaluated.

public Int32 Days { get; set; } #

Lookback window in days.

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

Matching GPO items found within the lookback window.

public Int32 ChangedCount { get; set; } #

Number of matching items changed within the lookback window.