TestimoX

API Reference

Class

DomainControllerSysvolHealthPostureService

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers static

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 requiredposition: 0
Target domain DNS name.
domainController System.String requiredposition: 1
Target domain controller.
cancellationToken System.Threading.CancellationToken = null optionalposition: 2
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 requiredposition: 0
Evaluation options.
cancellationToken System.Threading.CancellationToken = null optionalposition: 1
Cancellation token.

Returns

Typed SYSVOL health posture.