TestimoX

API Reference

Enum

PolicyState

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the effective state of a policy.

Inheritance

  • Enum
  • PolicyState

Values

public const PolicyState NotConfigured #

The policy is not configured.

Value: 0
public const PolicyState Enabled #

The policy is enabled.

Value: 1
public const PolicyState Disabled #

The policy is disabled.

Value: 2