TestimoX

API Reference

Enum

AdxLgpoView

Namespace ADPlayground.Gpo
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Views for Get-ADXLgpo output shaping.

Inheritance

  • Enum
  • AdxLgpoView

Values

public const AdxLgpoView None #

No shaping; return the full LGPO report.

Value: 0
public const AdxLgpoView Raw #

Return the full LGPO report object.

Value: 1
public const AdxLgpoView Entries #

Enumerate individual LGPO entries (key/value per scope).

Value: 2
public const AdxLgpoView Summary #

Simple count/summary view.

Value: 3
public const AdxLgpoView Diff #

Diff view vs. a reference (POL/REG/LGPO text/PolicyRules).

Value: 4
public const AdxLgpoView LgpoText #

Render current LGPO as 4‑line lgpo.exe text.

Value: 5