TestimoX

API Reference

Class

GpoSysvolPostureService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

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: View

Evaluates GPO/SYSVOL posture for the supplied domain.

Parameters

domainName System.String requiredposition: 0
Target domain DNS name.
maxConsistencyGpos System.Int32 = 100 optionalposition: 1
Maximum number of GPOs to include in the gpt.ini consistency probe.
includeHealthy System.Boolean = false optionalposition: 2
When true, includes healthy rows in the final item list.

Returns

Typed GPO/SYSVOL posture view.

public static View Evaluate(Options options) #
Returns: View

Evaluates GPO/SYSVOL posture using the supplied options.

Parameters

options ADPlayground.Gpo.GpoSysvolPostureService.Options requiredposition: 0
Evaluation options.

Returns

Typed GPO/SYSVOL posture view.