API Reference
Class
GpoScriptEntry
Startup/Shutdown/Logon/Logoff script configured by the GPO.
Inheritance
- Object
- GpoScriptEntry
Constructors
public GpoScriptEntry() #Inherited Methods
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.