API Reference
Interface
IFsmoRoleChecker
Provides methods for retrieving FSMO role holders and evaluating best practices.
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
- 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
- Optional domain name; null for the current domain.
Returns
Collection of role holder information.