I am wondering how to start process remotely within the users context like he started it. Let me explain. I know how to start process remotely, so for example I want to star
You cannot start interactive processes using WMI or PowerSHell remoting. This is a security limitation/feature. You need to use PSExec if you want to start remote interactive processes.