Variables Property
Variables to add to the PowerShell Runspace before executing the command.
Data Type
StringDefault Value
""Remarks
You can pass arbitrary arguments to the PowerShell script to be executed by setting these Variables. The value consists of one or more lines, each one defining a "name=value" pair. Each pair will be written into the runspace as a variable named "$name".