RE: Creating interactive process on remote clients with WMI

2003-06-25 Thread Scott Campbell
I have tried to do this, and emailed the forum, but with no reponse. From all my reading of the msdn site, it appears that when creating remote processes via WMI, they cannot be interactive, for security reasons. If creating a process locally via WMI, it can be interactive. Someone may correct me

RE: Creating interactive process on remote clients with WMI

2003-06-25 Thread FARRINGTON, RYAN
Title: RE: Creating interactive process on remote clients with WMI truthfully a good way around this is to create the process as a scheduled job (using WMI) and make sure it is set to go off 1-2 mins ahead of the current time... we use it and from what I can tell a lot of Microsoft Certified