TestimoX

API Reference

Class

GpoService

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers static

Service for retrieving information about Group Policy Objects.

Inheritance

  • Object
  • GpoService

Methods

public static IEnumerable<GpoInfo> GetGpos(String gpoName, Nullable<Guid> gpoId, GpoQueryOptions opts) #
Returns: IEnumerable<GpoInfo>

Retrieves GPO information for the specified criteria.

Parameters

gpoName System.String requiredposition: 0
gpoId System.Nullable{System.Guid} requiredposition: 1
opts ADPlayground.Gpo.GpoQueryOptions requiredposition: 2
ParseGpoReport(System.String arg1, ADPlayground.Gpo.GpoQueryOptions arg2) #

Parses a GPO XML report into a GpoInfo instance.

Parameters

arg1 System.String required
arg2 ADPlayground.Gpo.GpoQueryOptions required