TestimoX

API Reference

Enum

Scope

Namespace TestimoX.Definitions
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the scope at which a rule is executed.

Inheritance

  • Enum
  • Scope

Values

public const Scope Forest #

Operate at the forest level.

Value: 0
public const Scope Domain #

Operate at the single-domain level.

Value: 1
public const Scope DomainController #

Target a specific domain controller.

Value: 2
public const Scope Computer #

Target a Windows computer (member server or workstation).

Value: 3
public const Scope Server #

Target a Windows server (subset of computers).

Value: 4
public const Scope Site #

Operate at the Active Directory site level.

Value: 5