TestimoX

API Reference

Class

FileArtifactRecord

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

A file artifact referenced from GPP or scripts (e.g., copy/download source).

Inheritance

  • Object
  • FileArtifactRecord

Constructors

public FileArtifactRecord() #

Properties

public String DomainName { get; set; } #

Domain DNS name that owns the GPO.

public String GpoName { get; set; } #

GPO display name.

public Guid GpoId { get; set; } #

GPO identifier.

public String SourcePath { get; set; } #

Source path (UNC/URL) for the artifact.

public String Host { get; set; } #

Resolved host (UNC or URL) when present.

public Boolean HostIsOutOfForest { get; set; } #

True when the host appears to be outside the forest.