API Reference
Class
FsmoRolePostureService
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:
ViewEvaluates FSMO posture using the current domain context when available.
Returns
Typed FSMO posture view.
public static View Evaluate(String domainName) #Returns:
ViewEvaluates FSMO posture for the supplied domain context.
Parameters
- domainName System.String
- Optional domain DNS name.
Returns
Typed FSMO posture view.
public static View Evaluate(Options options, IFsmoRoleChecker checker = null) #Returns:
ViewEvaluates FSMO posture using the supplied options.
Parameters
- options ADPlayground.Domains.FsmoRolePostureService.Options
- Evaluation options.
- checker ADPlayground.Domains.IFsmoRoleChecker = null
- Optional reusable role-holder checker.
Returns
Typed FSMO posture view.