what does this mean?
(PS PowerRemoteDesktop_LogonUI) > IEX(Get-Content .\LogonUI_PluginTester.ps1 -RAW) what does this mean? I don't understand. Can you describe it more clearly
Hey,
This allows to test the plugin that let you capture LogonUI Secure Desktop within PowerRemoteDesktop.
This is no longer needed since I found a way to do it from PowerShell directly.
I might clean this up in a later release.
I just need to use similar functions. Can you update them as soon as possible? thanks
You can already in latest version use LogonUI. It is explained on the README.
Basically you must have the server running as SYSTEM user and use the LogonUI flag within the Client.
In this version, capturing LogonUI + Normal Desktop requires two distinct sessions. One for normal desktop and one for LogonUI.
In a later release, both will be merged to the same session.
I can't give an ETA since this year will be very very busy for me.
I used some of your code, and after two weeks of research, I succeeded. Thank you very much. You are my god