When executing a Runbook with switch parameters, provide a truly boolean option
When you execute a PowerShell runbook that has a Sitch parameter, you have to provide either the string "true" or the string "false" to set the value for the parameter.
Instead, I think you should be presented with a radio button or a checkbox, Either the switch parameter is used, and thus is $true or it isn't used and the value is $false

Thanks for the valid suggestion. Your feedback is now open for the user community to upvote which allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.
1 comment
-
Francis commented
I agree. We currently have to convert the string to boolean.