TestimoX

API Reference

Class

ScriptUnc

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

UNC script invocation discovered in a GPO.

Inheritance

  • Object
  • ScriptUnc

Constructors

public ScriptUnc(String GpoName, String Scope, String CommandLine) #

UNC script invocation discovered in a GPO.

Parameters

GpoName System.String requiredposition: 0
Display name of the GPO.
Scope System.String requiredposition: 1
Where it was found (User/Computer, script section).
CommandLine System.String requiredposition: 2
Command line referencing a UNC path.

Methods

public ScriptUnc <Clone>$() #
Returns: ScriptUnc
public Void Deconstruct(out String GpoName, out String Scope, out String CommandLine) #
Returns: Void

Parameters

GpoName String requiredposition: 0
Scope String requiredposition: 1
CommandLine String requiredposition: 2
public virtual Boolean Equals(ScriptUnc 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 Scope { get; set; } #

Where it was found (User/Computer, script section).

public String CommandLine { get; set; } #

Command line referencing a UNC path.