Skip to content

Invoke-ShouldProcess Closure concern? #65

@MarkMichaelis

Description

@MarkMichaelis

When passing a script to Invoke-ShouldProcess if you assign a variable defined in the caller, will the variable get modified by the callee in the caller scope?

e.g.:

$output = $null
Invoke-ShouldProcess 'assign $output' {
  $output = "This is a test"
}
$output | Should Be 'This is a test'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions