TestimoX

API Reference

Class

RsopGpResultComposer

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Composes a gpresult-like single report from live RSOP (registry) details. Keeps to sections we can reliably compute from RSOP: Settings, Unknown, AppliedGpos, Security options and audit parts present in RsopDetails.

Inheritance

  • Object
  • RsopGpResultComposer

Methods

public static RsopGpResultSingleReport Compose(RsopDetails d) #
Returns: RsopGpResultSingleReport

Projects RsopDetails into a compact gpresult-like single-scope report with applied GPOs, ADMX settings, unknown values, security/audit/account policies, and optional coverage/trace metadata.

Parameters

d ADPlayground.Gpo.RsopDetails requiredposition: 0
RSOP details captured from the target.

Returns

A populated RsopGpResultSingleReport for display or further processing.