ExecutionMode

enum ExecutionMode : Enum<PowerShellStep.ExecutionMode>

PowerShell script execution mode

Entries

Link copied to clipboard
PS1()

Run script with the -ExecutionPolicy ByPass argument to enable arbitrary scripts execution

Link copied to clipboard

Run script using the -Command argument

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int