Process.GetProcesses(remoteMachineName)

  • Thread starter Thread starter Mircea Pleteriu
  • Start date Start date
M

Mircea Pleteriu

Hi all,

I want to get the list of active/running processes on some remote machines
in the same LAN my application run.
I always get a System.InvalidOperationExpection exception with the message
of "Couldn't get process information from remote machine".

I run my application under the administrator user account.

Do you know where I am wrong?
 
Mircea,

Could you provide a bit more information about your application? What
language is it designed in? What APIs do you use to retrieve the processes
from another machine? Is the account an admin account for both machines?

--
Victor Urnyshev [MSFT]
This post is "AS IS" with no warranties, and confers no rights.
--------------------
|From: "Mircea Pleteriu" <[email protected]>
|Subject: Process.GetProcesses(remoteMachineName)
|Date: Sat, 22 May 2004 18:20:03 +0300
|Lines: 12
|X-Priority: 3
|X-MSMail-Priority: Normal
|X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
|X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
|Message-ID: <[email protected]>
|Newsgroups: microsoft.public.dotnet.general
|NNTP-Posting-Host: ip-161-47.crdnet.ro 193.201.161.47
|Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
..phx.gbl
|Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.general:134888
|X-Tomcat-NG: microsoft.public.dotnet.general
|
|Hi all,
|
|I want to get the list of active/running processes on some remote machines
|in the same LAN my application run.
|I always get a System.InvalidOperationExpection exception with the message
|of "Couldn't get process information from remote machine".
|
|I run my application under the administrator user account.
|
|Do you know where I am wrong?
|
|
|
 
Back
Top