API Reference
Class
DsaFileLocationPostureService
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:
ViewReturns DSA file-location posture for the specified controller.
Parameters
- domainName System.String
- DNS domain name (optional).
- controller System.String
- Target DC NetBIOS/DNS name.
- statusProvider System.Func{System.String,ADPlayground.DomainControllers.DsaFileLocationStatus} = null
- Optional checker-backed status provider for tests and reuse.
- systemRootProvider System.Func{System.String,System.String} = null
- Optional system-root provider for tests and reuse.
Returns
DSA file-location posture view.