Summary : Get data from Windows Powershell in Orchestrator for debugging.
Is there an easy way to troubleshoot a Windows PowerShell script in Orchestrator so I can see if the data is $Null or is the right type?
Leverage the Export-Clixml cmdlet… Read the full text.