TestimoX

API Reference

Enum

FsmoBestPracticeType

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

Enumerates supported best practice checks for FSMO role placement.

Inheritance

  • Enum
  • FsmoBestPracticeType

Values

public const FsmoBestPracticeType SingleServer #

All roles should not reside on a single server.

Value: 0
public const FsmoBestPracticeType SchemaAndNamingTogether #

Schema Master and Domain Naming Master together.

Value: 1
public const FsmoBestPracticeType PdcAndRidTogether #

PDC Emulator and RID Master together.

Value: 2