Hey all,
I have a script to do the following:
1. Copy local file/binary to VM
2. Run the copied remote binary using Start_Process()
When attempting to run a process using the Start_Process(), it creates the process, however that process is not visible under the same user account when using remote desktop.
The process appears with the owner being the same user, however looking in the taskmgr the process does not appear under the user account in the user tab (user session).
How does one go about remotely starting a process in the same session as the Remote Desktop account (same user account)?
Any help would be greatly appreciated.
Thanks!