Mark Domansky
Mark Domansky
I've not done much work with python, so my information may not be completely correct here: In theory, WebJEA could be extended to call python scripts. The challenge here is...
SAML hasn't been tested. It's on my roadmap to support.
It's not possible to do this as you've described. However, you could do one of the following: * Add a switch or boolean field, something like [Parameter(Mandatory,HelpMessage="I confirm I want...
Sure! Here is an [example](https://github.com/markdomansky/WebJEADemo/blob/master/d4o.ps1). To link to another form, you would write-host or write-output "[[a|URI|LINK]]" where URI is the URI you want, and LINK is what you want to...
If I understand what you're asking, you want to link from somewhere else with a pre-filled link? If so, use the same process. (e.g. https://fqdn/webjea/?cmdid=command¶metername=value)
Sorry for the extreme delay. I completely missed this question. Combined with quarantine, and moving houses, it's been a hectic few months.
Thanks for the clarification. That's not something that's supported. That might qualify as a dynamic property, but those are not currently supported.
reopening as consideration for a future feature enhancement
Dynamic parameters are not currently possible.
ParameterSetName is not supported. Depending on your use case, it can be made to work, without the mandatory fields and doing validation within the function.