I need to build in resiliency to my powershell host and for various reasons have to use the Guest Operations method of accessing it, ie not over the network. Therefore I cant use network load balancing to failover between the two. I assume I can just add two powershell hosts and build some logic into each workflow to try one powershell host, and if that is not online, use the next one.
Would that work?
How could I implement that in a workflow?