API Reference
Class
View (LogonUxUacPolicyService)
Aggregated view of Logon UX and UAC secure desktop policy with attribution for the DC OU.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when Logon UX/UAC policy collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String DomainName { get; set; } #DNS domain name evaluated.
public String TargetDn { get; set; } #Target distinguished name (Domain Controllers OU).
public Nullable<Boolean> RequireCtrlAltDel { get; set; } #True when CTRL+ALT+DEL is required at logon (DisableCAD == 0); null when not configured.
public Nullable<Boolean> HideLastUserName { get; set; } #True when the last user name is not displayed at the logon screen (DontDisplayLastUserName != 0); null when not configured.
public Nullable<Boolean> SecureDesktop { get; set; } #True when UAC prompts use the secure desktop (PromptOnSecureDesktop != 0); null when not configured.
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #Policy attribution rows (winner + writers) for all three settings.