API Reference
Class
GpoScriptEntry
Startup/Shutdown/Logon/Logoff script configured by the GPO.
Inheritance
- Object
- GpoScriptEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoDetailsView.Scripts
- Property GpoInfo.Scripts
Constructors
public GpoScriptEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.