TestimoX

API Reference

Class

ScriptsSummary

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Scripts summary grouped by phase.

Inheritance

  • Object
  • ScriptsSummary

Constructors

Methods

public static ScriptsSummary Build(IReadOnlyList<GpoDetails> details) #
Returns: ScriptsSummary

Builds a summary from applied GPO details if present.

Parameters

details System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoDetails} requiredposition: 0

Properties

public IReadOnlyList<String> Startup { get; set; } #

Startup scripts.

public IReadOnlyList<String> Shutdown { get; set; } #

Shutdown scripts.

public IReadOnlyList<String> Logon { get; set; } #

Logon scripts.

public IReadOnlyList<String> Logoff { get; set; } #

Logoff scripts.