TestimoX

API Reference

Enum

ComputerReportingRiskReason

Namespace ADPlayground.Computers
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Risk reason flags produced by computer reporting scenarios.

Inheritance

  • Enum
  • ComputerReportingRiskReason

Values

public const ComputerReportingRiskReason None #

No risk reason.

Value: 0
public const ComputerReportingRiskReason LogonStaleThresholdExceeded #

Computer logon age exceeded configured threshold.

Value: 1
public const ComputerReportingRiskReason PasswordAgeThresholdExceeded #

Computer password age exceeded configured threshold.

Value: 2
public const ComputerReportingRiskReason MissingLapsProtection #

LAPS protection is missing for the account.

Value: 4
public const ComputerReportingRiskReason UnconstrainedDelegation #

Unconstrained delegation is enabled.

Value: 8
public const ComputerReportingRiskReason Rc4OnlyEncryption #

Kerberos encryption posture indicates RC4-only usage.

Value: 16
public const ComputerReportingRiskReason AesDisabled #

Kerberos encryption posture indicates AES is disabled.

Value: 32
public const ComputerReportingRiskReason ResourceBasedConstrainedDelegation #

Resource-based constrained delegation descriptor is present.

Value: 64