TestimoX

API Reference

Class

View (WinRmLocalService)

Namespace ADPlayground.DomainControllers.WinRmLocalService
Assembly ADPlayground
Modifiers sealed

Flattened WinRM security view for a specific Domain Controller.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #
ResultMetadata

DNS domain name for context (optional).

public String Controller { get; set; } #
ResultMetadata

Domain controller name queried.

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

True when unencrypted WinRM traffic is explicitly allowed by policy.

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

True when Basic authentication is explicitly allowed by policy.

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

True when WinRM is configured to disallow storing RunAs credentials.

public IReadOnlyList<RegistryEvidence> Evidence { get; set; } #
ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Registry Evidence")

Registry values read to derive the posture.