TestimoX

API Reference

Class

GpoListEnricher

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Enrichment helpers for GpoListItem that compute ACL summaries/details and quick SYSVOL/content summaries. Logic moved out of PowerShell cmdlets for reuse.

Inheritance

  • Object
  • GpoListEnricher

Methods

public static GpoListItem Enrich(GpoListItem item, Boolean includeAcl = true, Boolean includeSummary = true) #
Returns: GpoListItem

Returns an enriched copy of item with optional ACL and summary data populated.

Parameters

item ADPlayground.Gpo.GpoListItem requiredposition: 0
includeAcl System.Boolean = true optionalposition: 1
includeSummary System.Boolean = true optionalposition: 2