TestimoX

API Reference

Class

GpoScriptEntry

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

Startup/Shutdown/Logon/Logoff script configured by the GPO.

Inheritance

  • Object
  • GpoScriptEntry

Constructors

Properties

public String Scope { get; set; } #

Script scope (Machine or User).

public String Phase { get; set; } #

Script phase (Startup, Shutdown, Logon, Logoff).

public String Command { get; set; } #

Script command path.

public String Parameters { get; set; } #

Command-line parameters.

public String CommandLine { get; } #

Convenience property combining command and parameters.