API Reference
Class
FleetPostureService
Evaluates domain controller fleet posture (redundancy + hygiene) for a domain. Extracted from TestimoX rule so it can be reused across apps/PowerShell.
Inheritance
- Object
- FleetPostureService
Methods
public static View Evaluate(String domainName, String domainDn = null, String domainControllersDn = null, ActiveDirectoryDataServices data = null, CancellationToken cancellationToken = null) #Returns:
ViewEvaluate the DC fleet posture for a domain.
Parameters
- domainName System.String
- domainDn System.String = null
- domainControllersDn System.String = null
- data ADPlayground.ActiveDirectoryDataServices = null
- cancellationToken System.Threading.CancellationToken = null