TestimoX

API Reference

Class

ComputerSecurityBaselinePostureService

Namespace ADPlayground.Computers
Assembly ADPlayground
Modifiers static

Builds a typed posture view over legacy computer-account security baseline signals.

Inheritance

  • Object
  • ComputerSecurityBaselinePostureService

Methods

public static View Evaluate(Options options = null, Func<String, ComputerQueryOptions, IReadOnlyList<ComputerRecord>> collector = null) #
Returns: View

Evaluates computer-account security baseline posture using the supplied options.

Parameters

options ADPlayground.Computers.ComputerSecurityBaselinePostureService.Options = null optionalposition: 0
Evaluation options.
collector System.Func{System.String,ADPlayground.ComputerQueryOptions,System.Collections.Generic.IReadOnlyList{ADPlayground.ComputerRecord}} = null optionalposition: 1
Optional collector override for tests and reuse.

Returns

Typed posture view over flagged computer accounts.