• Parameters to script and back

    Hello

    I can't find any information about how to send parameter values from a workflow to a powershell script and back (after modifying them).

    What I already tried to pass parametervalues to a script:

    $testvar = $Workflow.Parameter("test")…

  • Get-QADUser -IncludedProperties 'attribute' returning a different value than if using -IncludeAllProperties

    Hello all,

     

    I am having some trouble returning a value using Get-QADUser and the -IncludedProperties switch. It seems that there is a difference in the value returned if using the -IncludeAllProperties switch.

    In my example this is my difference:

    Get-QADUser…