Share via


Handling PowerShell Switch Parameters in QIK CLI Activities

This post has been revised for Orchestrator and moved to the Orchestrator blog here:

https://blogs.technet.com/b/orchestrator/archive/2012/05/04/oit-quick-tip-using-powershell-switch-parameters-in-cli-activities.aspx

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)