Enum UserAccountControlFlags
This can be used with queries using the userAccountControl See here for more information.
Namespace: Dapplo.ActiveDirectory.Enums
Assembly: Dapplo.ActiveDirectory.dll
Syntax
[Flags]
public enum UserAccountControlFlags
Fields
Name | Description |
---|---|
AccountDisabled | |
DontExpirePassword | |
DontRequirePreauth | |
EncryptedTextPasswordAllowed | |
HomedirRequired | |
InterdomainTrustAccount | |
Lockout | |
MajorityNodeSetLogonAccount | |
NormalAccount | |
NotDelegated | |
PasswordCantChange | |
PasswordExpired | |
PasswordNotRequired | |
Script | |
ServerTrustAccount | |
SmartcardRequired | |
TempDuplicateAccount | |
TrustedForDelegation | |
TrustedToAuthForDelegation | |
UseDesKeyOnly | |
WorkstationTrustAccount |