API Reference
Class
DomainControllerSysvolHealthPostureService
Projects per-domain-controller SYSVOL and DFSR health into a typed posture view.
Inheritance
- Object
- DomainControllerSysvolHealthPostureService
Methods
EvaluateAsync 2 overloads
public static Task<View> EvaluateAsync(String domainName, String domainController, CancellationToken cancellationToken = null) #Returns:
Task<View>Evaluates SYSVOL and DFSR health for the supplied domain controller.
Parameters
- domainName System.String
- Target domain DNS name.
- domainController System.String
- Target domain controller.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Typed SYSVOL health posture.
public static async Task<View> EvaluateAsync(Options options, CancellationToken cancellationToken = null) #Returns:
Task<View>Evaluates SYSVOL and DFSR health using the supplied options.
Parameters
- options ADPlayground.DomainControllers.DomainControllerSysvolHealthPostureService.Options
- Evaluation options.
- cancellationToken System.Threading.CancellationToken = null
- Cancellation token.
Returns
Typed SYSVOL health posture.