TestimoX

API Reference

Class

SidHistoryMigrationReadinessSnapshot

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Implements
IEquatable<SidHistoryMigrationReadinessSnapshot>
Modifiers sealed

Environmental readiness evidence for a SIDHistory migration mapping.

Inheritance

  • Object
  • SidHistoryMigrationReadinessSnapshot

Usage

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

Constructors

public SidHistoryMigrationReadinessSnapshot() #

Methods

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

Parameters

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

Properties

public Boolean SourcePdcReachable { get; set; } #

Gets a value indicating whether the source PDC/PDC emulator was validated as reachable.

public Boolean SourceAuditReady { get; set; } #

Gets a value indicating whether source audit prerequisites were validated.

public Boolean SourceTcpipClientSupportReady { get; set; } #

Gets a value indicating whether source TcpipClientSupport was validated.

public Boolean DuplicateSidScanCompleted { get; set; } #

Gets a value indicating whether the destination duplicate SID scan was completed.

public Boolean SourceSidAlreadyPresentInDestinationForest { get; set; } #

Gets a value indicating whether the source SID already exists in the destination forest.

public Boolean TrustReady { get; set; } #

Gets a value indicating whether trust readiness was validated.

public Boolean ResourceAclScanCompleted { get; set; } #

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

public Int32 ResourceAclDependencyCount { get; set; } #

Number of resource ACL dependencies still relying on the source SID.