I\'ve written a WMI Wrapper that seems to be quite sufficient, however whenever I run the code to start a remote process on a server, I see the process nam
It is running but it's not running interactive. If you're running a process remotely you can't be sure that someone is even logged in to that pc so you can't assume that it can have a GUI that a user can interact with.
I'd suggest, instead of writing progress to the console window, write it to a file or the Event log.