Posts by claudio.aguiar • 1 point
2 posts
-
0
votes1
answer34
viewsA: Terminate remote script as Failure
I was able to resolve using the "error message" throw command, this command also sends the returnCode=1 and stops the execution of the script and my Orchestration stream receives the returncode and…
powershellanswered claudio.aguiar 1 -
0
votes1
answer34
viewsQ: Terminate remote script as Failure
I want the remote script in a given condition to end with error and exit as Failure. if (($siteExists -eq $null) -and ($siteExistsInRecycleBin -eq $null)) { write-output "info: Creating…
powershellasked claudio.aguiar 1