I'm trying to create a widget for a powershell admin console, but am unable to get it to launch properly.
Here is my current json which is not working:
"pwsh_admin": {
"label": "PWSH Admin",
"icon": "terminal",
"color": "red",
"blockdef": {
"meta": {
"view": "term",
"controller": "shell",
"cmd:shell": "start pwsh.exe -verb runas"
}
}
Thank you
I'm trying to create a widget for a powershell admin console, but am unable to get it to launch properly.
Here is my current json which is not working:
Thank you