Handling PowerShell Switch Parameters in QIK CLI Activities
This post has been revised for Orchestrator and moved to the Orchestrator blog here:
Comments
Anonymous
January 01, 2003
Wow! You (I) learn something new every day! This totally negates the reason for this article :) I will definitely try this out. Thanks!Anonymous
April 17, 2011
You can specify value for a switch parameter in PowerShell this way: -UseSSL:$True or in case of QIK it can be: -UseSSL:$$(UseSSL)