TestimoX

API Reference

Class

MissingShare

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

Referenced UNC share that appears missing or unreachable.

Inheritance

  • Object
  • MissingShare

Constructors

public MissingShare(String GpoName, String Server, String Share, Boolean Reachable) #

Referenced UNC share that appears missing or unreachable.

Parameters

GpoName System.String requiredposition: 0
Display name of the GPO.
Server System.String requiredposition: 1
Server portion of the UNC.
Share System.String requiredposition: 2
Share name.
Reachable System.Boolean requiredposition: 3
True when the server responded but the share was missing.

Methods

public MissingShare <Clone>$() #
Returns: MissingShare
public Void Deconstruct(out String GpoName, out String Server, out String Share, out Boolean Reachable) #
Returns: Void

Parameters

GpoName String requiredposition: 0
Server String requiredposition: 1
Share String requiredposition: 2
Reachable Boolean requiredposition: 3
public virtual Boolean Equals(MissingShare 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 Server { get; set; } #

Server portion of the UNC.

public String Share { get; set; } #

Share name.

public Boolean Reachable { get; set; } #

True when the server responded but the share was missing.