TestimoX

API Reference

Class

TimeServiceEffectivePolicyService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Returns effective Windows Time Service (W32Time) policy for the Domain Controllers OU. Thin wrapper around GpoRegistryPolicyService to expose a stable API for consumers.

Inheritance

  • Object
  • TimeServiceEffectivePolicyService

Methods

public static TimeServiceEvaluatedView GetEvaluatedForDomainControllers(String domainName) #
Returns: TimeServiceEvaluatedView

Computes PDC vs non‑PDC evaluated effective policy (merging only applicable GPOs by role).

Parameters

domainName System.String requiredposition: 0
public static TimeServiceEffectivePolicyView GetForDomainControllers(String domainName) #
Returns: TimeServiceEffectivePolicyView

Computes effective Windows Time Service (W32Time) policy applied to Domain Controllers in a domain.

Parameters

domainName System.String requiredposition: 0
DNS domain name to query.

Returns

Flattened view of relevant W32Time policy values.