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?

Re: Process.GetProcesses(remoteMachineName) by Dmitriy

Dmitriy
Mon May 24 05:24:40 CDT 2004

Hi,

Necessary permissions might have been not granted on the remote machine.

"Mircea Pleteriu" <mirceapleteriu@yahoo.com> wrote in message
news:ORL6a$AQEHA.2216@TK2MSFTNGP12.phx.gbl...
> 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?
>
>