...
Input Name | Input Code | Required | Description |
---|---|---|---|
Code Snippet |
| Yes | The cmdlets and/or PowerShell scripts that are to be executed in a Windows environment. |
Restrict Environment |
| No | Provide comma-separated target group codes to restrict environment variables in shell to specified target group codes. If no value is provided all properties are available to shell environment. |
Continue On Error |
| No | Flag that indicates whether the PowerShell script should continue on an error or stop on processing. Check if you want to continue execution of PowerShell script when error occurs. |
No Secure Variables |
| No | Check if you do not want to pass secure/encrypted properties in PowerShell environment. |
Lock Name |
| No | If a value is given, only a single simultaneous execution with the given name is allowed per endpoint. |
...