ShowCommandCommand.RunScript(String) Method

Definition

Executes a PowerShell script, writing the output objects to the pipeline.

public void RunScript (string script);
member this.RunScript : string -> unit
Public Sub RunScript (script As String)

Parameters

script
String

Script to execute.

Applies to