API Reference
Class
GpoArtifactSnapshot
Snapshot of script/file artifacts detected across GPOs in a domain.
Inheritance
- Object
- GpoArtifactSnapshot
Constructors
public GpoArtifactSnapshot() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when artifact collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String DomainName { get; set; } #Domain DNS name for which the snapshot was generated.
public String ForestName { get; set; } #Forest DNS name used for host classification.
public IReadOnlyList<ScriptArtifactRecord> ScriptArtifacts { get; set; } #Script command line artifacts considered risky or out-of-forest.
public IReadOnlyList<FileArtifactRecord> FileArtifacts { get; set; } #File source artifacts considered risky or out-of-forest.