Summary: Publish Windows PowerShell data to the Orchestrator data bus.
Can I access data in my Windows PowerShell script from within Orchestrator?
Select Published Data in the Run .NET Script activity, click Add, and fill in the details for the object you want to publish:
“Name” Name you wish to use on the Databus
“Type” Type of .NET Object, Date/Time, String or Integer
“Variable Name” PowerShell Object Name without the “$”
For example:
PowerShell
$UserName=”John Smith”
Orchestrator Published Data option in “Run .NET Script”