TestimoX

API Reference

Class

View (WinRmPolicyService)

Namespace ADPlayground.Gpo.WinRmPolicyService
Assembly ADPlayground
Modifiers sealed

Aggregated WinRM policy view for the DC OU.

Inheritance

  • Object
  • View

Constructors

Properties

public Boolean CollectionSucceeded { get; set; } #

True when WinRM policy 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.

public String TargetDn { get; set; } #
ResultMetadata

Target distinguished name (Domain Controllers OU).

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

True when unencrypted WinRM traffic is allowed by policy (AllowUnencryptedTraffic != 0).

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

True when Basic authentication is enabled by policy (Basic != 0).

public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #
ResultMetadata

Policy Attribution rows (winner + sources) for the evaluated settings.

public String AttributionTopWriters { get; } #
ResultMetadata

Comma-delimited top writer GPO names for compact display.