Execute script non-interactive during OneShot tasks
This commit is contained in:
parent
bd764a1429
commit
267ebd5c5b
|
@ -25,7 +25,7 @@ $null = New-Module {
|
|||
|
||||
function Start-Operation {
|
||||
param(
|
||||
[switch] $NonInteractive,
|
||||
[switch] $NonInteractive = ((Get-Stage) -eq ([SetupStage]::OneShot)),
|
||||
[switch] $NoImplicitCleanup,
|
||||
[scriptblock] $Action
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue