TestimoX

API Reference

Class

AdMigrationDefaults

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Implements
IEquatable<AdMigrationDefaults>
Modifiers sealed

Default context shared by migration plan items.

Inheritance

  • Object
  • AdMigrationDefaults

Usage

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

Accepted by parameters

Constructors

Methods

public AdMigrationDefaults <Clone>$() #
Returns: AdMigrationDefaults
public virtual Boolean Equals(AdMigrationDefaults other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String SourceDomain { get; set; } #

Default source DNS domain.

public String DestinationDomain { get; set; } #

Default destination DNS domain.

public String SourceDomainController { get; set; } #

Default source PDC emulator or domain controller.

public String DestinationDomainController { get; set; } #

Default destination domain controller.

public String DestinationOrganizationalUnit { get; set; } #

Default destination organizational unit distinguished name for new or updated directory objects.

public Boolean SourceAuditReady { get; set; } #

Gets a value indicating whether source-domain auditing prerequisites were confirmed.

public Boolean SourceTcpipClientSupportReady { get; set; } #

Gets a value indicating whether source TcpipClientSupport prerequisites were confirmed.

public Boolean ResourceAclScanCompleted { get; set; } #

Gets a value indicating whether resource ACL dependency discovery has completed.

public Int32 ResourceAclDependencyCount { get; set; } #

Number of resource ACL dependencies still relying on source SIDs.

public String BusinessJustification { get; set; } #

Default business justification or change ticket.