Mark Domansky
Mark Domansky
just adding my name to say we're really interested in windows support.
I'm nearly positive this is a variable scope issue. If you have a $credential variable for any reason (and it's not null), then the test passes (```if ($credential) {}``` is...
I would like this for both tabs and panes. I encounter this issue with PowerShell. It will stop outputting data to the screen (unknown cause), or the remote sessions will...
In the powershell output frames (both the onload and "user-clicked" frame), these are intentionally limited to non-html content. I will leave this open as a feature request though.
I don't know of a way to generate a sortable table. For simple table, you can simply ```$data | format-table``` You can pre-sort it for the user, but it wouldn't...
There's not currently an option to do that, but I've added it for future consideration. Thanks!
This is not something currently possible, but I'll add it to the list.
This is not currently something available, but I'll put it on the request list.
Have you downloaded the latest release? There was a change to one of the DSC resources that breaks the old configuration. You can download the latest release [here](https://github.com/markdomansky/WebJEA/releases/download/0.9.149/webjea-0.9.149.18160-rev1.zip).
You have a valid concern and it is something to consider. There are some not-so-elegant solutions like running multiple WebJEA instances on the same or different servers. Running multiple instances...