ShowCommandCommand.RunScript(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.