TestimoX

API Reference

Class

FsmoRolePostureService

Namespace ADPlayground.Domains
Assembly ADPlayground
Modifiers static

Projects FSMO role holders into a reusable posture view for reporting and thin rules.

Inheritance

  • Object
  • FsmoRolePostureService

Methods

Evaluate 3 overloads
public static View Evaluate() #
Returns: View

Evaluates FSMO posture using the current domain context when available.

Returns

Typed FSMO posture view.

public static View Evaluate(String domainName) #
Returns: View

Evaluates FSMO posture for the supplied domain context.

Parameters

domainName System.String requiredposition: 0
Optional domain DNS name.

Returns

Typed FSMO posture view.

public static View Evaluate(Options options, IFsmoRoleChecker checker = null) #
Returns: View

Evaluates FSMO posture using the supplied options.

Parameters

options ADPlayground.Domains.FsmoRolePostureService.Options requiredposition: 0
Evaluation options.
checker ADPlayground.Domains.IFsmoRoleChecker = null optionalposition: 1
Optional reusable role-holder checker.

Returns

Typed FSMO posture view.