API Reference
Class
View (WinRmPolicyService)
Aggregated WinRM policy view for the DC OU.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
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 TargetDn { get; set; } #ResultMetadataTarget 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; } #ResultMetadataPolicy Attribution rows (winner + sources) for the evaluated settings.
public String AttributionTopWriters { get; } #ResultMetadataComma-delimited top writer GPO names for compact display.