Process.GetProcesses(remoteMachineName)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mircea Pleteriu

    #1

    Process.GetProcesses(remoteMachineName)

    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.InvalidO perationExpecti on 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?


  • Victor Urnyshev [MSFT]

    #2
    RE: Process.GetProc esses(remoteMac hineName)

    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" <mirceapleteriu @yahoo.com>
    |Subject: Process.GetProc esses(remoteMac hineName)
    |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: <e4C4CABQEHA.27 16@tk2msftngp13 .phx.gbl>
    |Newsgroups: microsoft.publi c.dotnet.genera l
    |NNTP-Posting-Host: ip-161-47.crdnet.ro 193.201.161.47
    |Path:
    cpmsftngxa10.ph x.gbl!TK2MSFTFE ED01.phx.gbl!TK 2MSFTNGP08.phx. gbl!tk2msftngp1 3
    ..phx.gbl
    |Xref: cpmsftngxa10.ph x.gbl microsoft.publi c.dotnet.genera l:134888
    |X-Tomcat-NG: microsoft.publi c.dotnet.genera l
    |
    |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.InvalidO perationExpecti on 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?
    |
    |
    |

    Comment

    Working...