TestimoX

API Reference

Interface

IFsmoRoleChecker

Namespace ADPlayground.Domains
Assembly ADPlayground
Modifiers abstract

Provides methods for retrieving FSMO role holders and evaluating best practices.

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 IEnumerable<FsmoBestPracticeCheck> CheckBestPractices(String domainName = null) #
Returns: IEnumerable<FsmoBestPracticeCheck>

Evaluates FSMO role placement against recommended best practices.

Parameters

domainName System.String = null optionalposition: 0
Optional domain name; null for the current domain.

Returns

Enumeration of best practice check results.

public abstract IList<FsmoRoleHolder> GetRoleHolders(String domainName = null) #
Returns: IList<FsmoRoleHolder>

Retrieves the current FSMO role holders for the specified domain or forest.

Parameters

domainName System.String = null optionalposition: 0
Optional domain name; null for the current domain.

Returns

Collection of role holder information.