TestimoX

API Reference

Class

ExecutableArtifact

Namespace ADPlayground.Gpo.GpoExposurePostureService
Assembly ADPlayground
Implements
IEquatable<ExecutableArtifact>
Modifiers sealed

Executable or script file found under the GPO SYSVOL folder.

Inheritance

  • Object
  • ExecutableArtifact

Constructors

public ExecutableArtifact(String GpoName, String RelativePath) #

Executable or script file found under the GPO SYSVOL folder.

Parameters

GpoName System.String requiredposition: 0
Display name of the GPO.
RelativePath System.String requiredposition: 1
Relative path under the GPO SYSVOL folder.

Methods

public ExecutableArtifact <Clone>$() #
Returns: ExecutableArtifact
public Void Deconstruct(out String GpoName, out String RelativePath) #
Returns: Void

Parameters

GpoName String requiredposition: 0
RelativePath String requiredposition: 1
public virtual Boolean Equals(ExecutableArtifact other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String GpoName { get; set; } #

Display name of the GPO.

public String RelativePath { get; set; } #

Relative path under the GPO SYSVOL folder.