TestimoX

API Reference

Class

DsaFileLocationPostureService

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers static

Reads DSA file-location posture on a domain controller using the existing checker and runtime path context.

Inheritance

  • Object
  • DsaFileLocationPostureService

Methods

public static View Get(String domainName, String controller, Func<String, DsaFileLocationStatus> statusProvider = null, Func<String, String> systemRootProvider = null) #
Returns: View

Returns DSA file-location posture for the specified controller.

Parameters

domainName System.String requiredposition: 0
DNS domain name (optional).
controller System.String requiredposition: 1
Target DC NetBIOS/DNS name.
statusProvider System.Func{System.String,ADPlayground.DomainControllers.DsaFileLocationStatus} = null optionalposition: 2
Optional checker-backed status provider for tests and reuse.
systemRootProvider System.Func{System.String,System.String} = null optionalposition: 3
Optional system-root provider for tests and reuse.

Returns

DSA file-location posture view.