TestimoX

API Reference

Interface

IAdMigrationDestinationMembershipReader

Namespace ADPlayground.Migrations.Membership
Assembly ADPlayground
Modifiers abstract

Reads destination directory group membership evidence for migration validation.

Usage

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

Accepted by parameters

Methods

public abstract AdMigrationMembershipPresence ReadMembership(String domainName, String groupSamAccountName, String memberSamAccountName, String memberDomainName = null) #
Returns: AdMigrationMembershipPresence

Reads whether a destination group directly contains a destination member.

Parameters

domainName System.String requiredposition: 0
Destination domain DNS name.
groupSamAccountName System.String requiredposition: 1
Destination group SAM account name.
memberSamAccountName System.String requiredposition: 2
Destination member SAM account name.
memberDomainName System.String = null optionalposition: 3
Optional destination member domain DNS name when it differs from the group domain.

Returns

Destination membership presence evidence.