TestimoX

API Reference

Class

SpolPreviewSummary

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Concise summary of a .spol preview (counts and first few items per bucket).

Inheritance

  • Object
  • SpolPreviewSummary

Constructors

Properties

public Int32 AddedCount { get; set; } #

Number of entries that would be added.

public Int32 RemovedCount { get; set; } #

Number of entries that would be removed.

public Int32 ChangedCount { get; set; } #

Number of entries that would be updated/changed.

public Int32 MissingPolicyCount { get; set; } #

Number of referenced policies that could not be resolved.

public String[] FirstAdded { get; set; } #

Sample keys from the Add bucket.

public String[] FirstRemoved { get; set; } #

Sample keys from the Remove bucket.

public String[] FirstChanged { get; set; } #

Sample keys from the Change bucket.