TestimoX

API Reference

Class

ScriptArtifactRecord

Namespace ADPlayground.Gpo
Assembly ADPlayground
Modifiers sealed

A script invocation found in GPO (e.g., logon/logoff/startup/shutdown).

Inheritance

  • Object
  • ScriptArtifactRecord

Constructors

public ScriptArtifactRecord() #

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 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.