TestimoX

API Reference

Class

View (GpoSysvolPostureService)

Namespace ADPlayground.Gpo.GpoSysvolPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated GPO/SYSVOL 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 at least one collector returned usable data.

public String CollectionError { get; set; } #

Collection error summary when one or more collectors fail.

public Int32 ItemCount { get; set; } #

Total returned posture items.

public Int32 BrokenRelationshipCount { get; set; } #

Total items with AD/SYSVOL relationship breaks.

public Int32 MissingBaselineFileCount { get; set; } #

Total items with missing SYSVOL baseline files.

public Int32 MissingOnAnyDcCount { get; set; } #

Total items missing gpt.ini on at least one domain controller.

public Int32 VersionMismatchCount { get; set; } #

Total items with gpt.ini version mismatches across domain controllers.

public Int32 LengthMismatchCount { get; set; } #

Total items with gpt.ini length mismatches across domain controllers.

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

Combined per-GPO posture items.

public Diagnostics Diagnostics { get; set; } #

Evaluation diagnostics.

public IReadOnlyList<String> Errors { get; set; } #

Collector error details when partial failures occur.