API Reference
Class
GpoSysvolPostureService
Builds a reusable GPO/SYSVOL posture view by composing existing integrity, missing-file, and gpt.ini consistency services.
Inheritance
- Object
- GpoSysvolPostureService
Methods
Evaluate 2 overloads
public static View Evaluate(String domainName, Int32 maxConsistencyGpos = 100, Boolean includeHealthy = false) #Returns:
ViewEvaluates GPO/SYSVOL posture for the supplied domain.
Parameters
- domainName System.String
- Target domain DNS name.
- maxConsistencyGpos System.Int32 = 100
- Maximum number of GPOs to include in the gpt.ini consistency probe.
- includeHealthy System.Boolean = false
- When true, includes healthy rows in the final item list.
Returns
Typed GPO/SYSVOL posture view.
public static View Evaluate(Options options) #Returns:
ViewEvaluates GPO/SYSVOL posture using the supplied options.
Parameters
- options ADPlayground.Gpo.GpoSysvolPostureService.Options
- Evaluation options.
Returns
Typed GPO/SYSVOL posture view.