TestimoX

API Reference

Class

HostSummary

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Host summary for gpresult-style output.

Inheritance

  • Object
  • HostSummary

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public String DistinguishedName { get; set; } #

Evaluated DN.

public String Scope { get; set; } #

Scope label (Computer/User).

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

Sites considered in evaluation (from plan) when -IncludeSites is used.

public String DcUsed { get; set; } #

Domain controller used (best‑effort; may be null).

public String OsName { get; set; } #

OS friendly name for target computer (when DN is a computer).

public String OsVersion { get; set; } #

OS version for target computer (when available).

public Nullable<DateTime> LastGpProcessingStart { get; set; } #

Last Group Policy processing start time (local machine, best‑effort).

public Nullable<DateTime> LastGpProcessingEnd { get; set; } #

Last Group Policy processing end time (local machine, best‑effort).

public Nullable<Boolean> SlowLinkDetected { get; set; } #

True when a slow link was detected recently (best‑effort; null when unknown).

public IReadOnlyList<RsopCseTimingRow> CseTimings { get; set; } #

Per‑CSE timings inferred from local GroupPolicy/Operational log (best‑effort; local only).