API Reference
Class
NetworkCoreEvaluator
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:
NetworkCorePairSummaryBuilds a network posture summary from a single effective policy snapshot.
Parameters
- d ADPlayground.Gpo.EffectivePolicyDetails
- 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
- Effective policy pair.
Returns
Computed NetworkCorePairSummary.