-`ENUM_ADMIN_OBJECTS` - Dump info about all objects with protected ACLs (i.e highly privileged objects).
-`ENUM_ALL_OBJECT_CATEGORY` - Dump all objects containing any objectCategory field.
-`ENUM_ALL_OBJECT_CLASS` - Dump all objects containing any objectClass field.
-`ENUM_COMPUTERS` - Dump all objects containing an objectCategory or objectClass of Computer.
-`ENUM_CONSTRAINED_DELEGATION` - Dump info about all known objects that allow contrained delegation.
-`ENUM_DNS_RECORDS` - Dump info about DNS records the server knows about using the dnsNode object class.
-`ENUM_DNS_ZONES` - Dump info about DNS zones the server knows about using the dnsZone object class under the DC DomainDnsZones. This isneeded - as without this BASEDN prefix we often miss certain entries.
-`ENUM_DOMAIN_CONTROLLERS` - Dump all known domain controllers.
-`ENUM_EXCHANGE_RECIPIENTS` - Dump info about all known Exchange recipients.
-`ENUM_EXCHANGE_SERVERS` - Dump info about all known Exchange servers.
-`ENUM_GMSA_HASHES` - Dump info about GMSAs and their password hashes if available.
-`ENUM_GROUPS` - Dump info about all known groups in the LDAP environment.
-`ENUM_GROUP_POLICY_OBJECTS` - Dump info about all known Group Policy Objects (GPOs) in the LDAP environment.
-`ENUM_HOSTNAMES` - Dump info about all known hostnames in the LDAP environment.
-`ENUM_LAPS_PASSWORDS` - Dump info about computers that have LAPS enabled, and passwords for them if available.
-`ENUM_LDAP_SERVER_METADATA` - Dump metadata about the setup of the domain.
-`ENUM_ORGROLES` - Dump info about all known organization roles in the LDAP environment.
-`ENUM_ORGUNITS` - Dump info about all known organizational units in the LDAP environment.
-`ENUM_UNCONSTRAINED_DELEGATION` - Dump info about all known objects that allow uncontrained delegation.
-`ENUM_USER_ACCOUNT_DISABLED` - Dump info about disabled user accounts.
-`ENUM_USER_ACCOUNT_LOCKED_OUT` - Dump info about locked out user accounts.
-`ENUM_USER_ASREP_ROASTABLE` - Dump info about all users who are configured not to require kerberos pre-authentication and are therefore AS-REP roastable.
-`ENUM_USER_PASSWORD_NEVER_EXPIRES` - Dump info about all users whose password never expires.
-`ENUM_USER_PASSWORD_NOT_REQUIRED` - Dump info about all users whose password never expires and whose account is still enabled.
-`ENUM_USER_SPNS_KERBEROAST` - Dump info about all user objects with Service Principal Names (SPNs) for kerberoasting.
### Kerberos Authentication
Details on the Kerberos specific option names are documented in [[Kerberos Service Authentication|kerberos/service_authentication]]