Hello,
I wrote a scriptable task that will execute PS (powershell) commands to access my active directory.
to be able to invoke-command from my PS host to my active directory, I must user the credSSP workflow.
I've created a workflow that running the PS commands with credSSP and I have the results.
my next step that I want to establish and don't know how, is passing the result I got on credSSP to some output variable, so I can play with this output on next steps.
thanks in advanced.