Jacob Williams-Ernst

Results 4 comments of Jacob Williams-Ernst

I was able to reproduce this with the vanilla MSRDC.

The only problem with `Get-Process msrdc | Stop-Process` is that any currently open desktops or remoteapps to AVD are killed as well. It seems the error process is spawned as...

I created a work around using [FindWindow](https://gist.github.com/GenesisFR/de0ad5710fb5eb221b5a239e819728bf) and sending `WM_CLOSE` to the Handel with the class `TSC_CONNECTING_DIALOG_PARENT_WNDCLASS` It's not ideal but it works. The method below could be called with...

> Hiya. Sorry for the delay reviewing this. Thank you for the valuable contibution. We are looking into this. > > **Note**: We are looking for a generic stop condition...