API Reference
Class
ScriptArtifactRecord
A script invocation found in GPO (e.g., logon/logoff/startup/shutdown).
Inheritance
- Object
- ScriptArtifactRecord
Constructors
public ScriptArtifactRecord() #Inherited Methods
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.