PowerRemoteDesktop_LogonUI icon indicating copy to clipboard operation
PowerRemoteDesktop_LogonUI copied to clipboard

what does this mean?

Open DNetORM opened this issue 3 years ago • 4 comments

(PS PowerRemoteDesktop_LogonUI) > IEX(Get-Content .\LogonUI_PluginTester.ps1 -RAW) what does this mean? I don't understand. Can you describe it more clearly

DNetORM avatar Jan 16 '23 07:01 DNetORM

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.

DarkCoderSc avatar Jan 16 '23 09:01 DarkCoderSc

I just need to use similar functions. Can you update them as soon as possible? thanks

DNetORM avatar Jan 16 '23 09:01 DNetORM

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.

DarkCoderSc avatar Jan 16 '23 12:01 DarkCoderSc

I used some of your code, and after two weeks of research, I succeeded. Thank you very much. You are my god

DNetORM avatar Jan 30 '23 06:01 DNetORM