TestimoX

API Reference

Enum

AdMigrationPhaseKind

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

Migration phase kind.

Inheritance

  • Enum
  • AdMigrationPhaseKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AdMigrationPhaseKind Discover #

Resolve source/destination domains, principals, dependencies, and blockers.

Value: 0
public const AdMigrationPhaseKind PrepareDestination #

Create or update destination directory objects.

Value: 1
public const AdMigrationPhaseKind CredentialStrategy #

Apply the selected credential strategy.

Value: 2
public const AdMigrationPhaseKind Membership #

Migrate group membership.

Value: 3
public const AdMigrationPhaseKind SidHistory #

Apply SIDHistory where required and approved.

Value: 4
public const AdMigrationPhaseKind ComputerJoin #

Join or stage computer domain migration.

Value: 5
public const AdMigrationPhaseKind Profile #

Migrate local workstation/server profiles.

Value: 6
public const AdMigrationPhaseKind ResourceReAcl #

Re-ACL resources to destination principals.

Value: 7
public const AdMigrationPhaseKind Validate #

Validate destination state and access.

Value: 8
public const AdMigrationPhaseKind Cleanup #

Clean up temporary migration state after validation.

Value: 9