Parameters of the PowerShell connector methods
Learn about the various parameters of the Microsoft PowerShell connector methods in RPA Desktop Design Studio.
| Parameter name | Description | Mandatory? |
|---|---|---|
| Command (String) | Command to run on local or remote computers. | Yes |
| Return | Output of the command as a collection. | Not Applicable |
| Script | Script to run on local or remote computers. | Yes |
| Return | Output of the script that is returned. | Not Applicable |
| PSObject | Takes the PowerShell object from a previously executed method. | Yes |
| Return (String) | Returns the values of the properties in the PowerShell Object. | Not applicable |
| PSObject | Data in the form of a PowerShell object. | Yes |
| Return (String) | Returns the PowerShell object as a string. | No |
Input parameter values
To input the parameter values, see Configure port properties.