TestimoX

API Reference

Class

NetworkCoreEvaluator

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Curated network posture dictionary built from effective policy: SMB (signing/SMB1), WinRM (encryption/basic), TLS protocol toggles, and quick firewall/RDP hints. Best‑effort and based on already parsed effective values; no extra registry reads.

Inheritance

  • Object
  • NetworkCoreEvaluator

Methods

Evaluate 2 overloads
public static NetworkCorePairSummary Evaluate(EffectivePolicyPair p) #
Returns: NetworkCorePairSummary

Builds a network posture summary from a single effective policy snapshot.

Parameters

d ADPlayground.Gpo.EffectivePolicyDetails requiredposition: 0
Effective policy details.

Returns

Computed NetworkCoreSummary.

Evaluate(ADPlayground.Gpo.EffectivePolicyPair p) #

Builds a pair summary for a (User, Computer) effective policy pair.

Parameters

p ADPlayground.Gpo.EffectivePolicyPair required
Effective policy pair.

Returns

Computed NetworkCorePairSummary.