API Reference
Class
ScriptArtifactRecord
A script invocation found in GPO (e.g., logon/logoff/startup/shutdown).
Inheritance
- Object
- ScriptArtifactRecord
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 GpoArtifactSnapshot.ScriptArtifacts
Constructors
public ScriptArtifactRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain DNS name that owns the GPO.
public String CommandLine { get; set; } #Raw command line extracted from the script configuration.
public String Host { get; set; } #Resolved host (UNC or URL) referenced by the command line, when present.
public Boolean HostIsOutOfForest { get; set; } #True when the host appears to be outside the forest.