API Reference
Class
ScriptUnc
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
- Display name of the GPO.
- Scope System.String
- Where it was found (User/Computer, script section).
- CommandLine System.String
- Command line referencing a UNC path.
Methods
public ScriptUnc <Clone>$() #Returns:
ScriptUncpublic Void Deconstruct(out String GpoName, out String Scope, out String CommandLine) #Returns:
VoidParameters
- GpoName String
- Scope String
- CommandLine String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String