API Reference
Class
UacPolicyQuery
Reads User Account Control (UAC) policy settings from the local/remote machine.
Inheritance
- Object
- UacPolicyQuery
Methods
public static UacPolicyState Get(String computerName = null) #Returns:
UacPolicyStateQueries UAC policy state for the specified computer.
Parameters
- computerName System.String = null
- Target host or null/empty for local machine.
Returns
Aggregated UAC policy state.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object