Roger sorry this does'nt happen with me.
"Roger" <davisro@netins.net> wrote in message
news:uH$Ab0WWEHA.1048@tk2msftngp13.phx.gbl...
> I finally got it to work. Some processes.names are causing trappable
> errors, so now I just trap and go on.
>
> I have noticed I am not getting the whole list of processes that are
showing
> up on the remote machines task manager process list?
>
> Do you happen to have any insite on this?
>
> thanks,
>
> Roger
>
>
>
>
>
> "M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in message
> news:%23RSY7%23SWEHA.3476@tk2msftngp13.phx.gbl...
> > I dont know why this problem is coming, Do you think RPC is enabled
> > on your computer and on remote computer? I think it works over RPC.
> >
> > Test yourself using a script available at:
> >
>
http://www.microsoft.com/technet/community/scriptcenter/process/scrpcs04.mspx > >
> > replace computer name with your computer name, and save it in .vbs file
> > and try.
> >
> > good luck..
> >
> > --
> > Hope this helps,
> > Zeeshan Mustafa, MCSD
> >
> >
> > "Roger" <davisro@netins.net> wrote in message
> > news:OL3RSSSWEHA.1356@TK2MSFTNGP09.phx.gbl...
> > > I am getting a message : Feature is not supported for remote
machines.
> > >
> > > What does this mean?
> > >
> > > I can connect to the computer and get drive space on both drives
> > > (via VB.Net Code) as I have admin rights to the remote computer.
> > >
> > > Thanks,
> > >
> > > Rog
> > >
> > > "M. Zeeshan Mustafa" <zeeshan@no-spm.please.zeeshan.net> wrote in
> message
> > > news:eoNt69OWEHA.2928@tk2msftngp13.phx.gbl...
> > > > Roger,
> > > > There is a method GetProcesses in System.Diagnostics.Process
> > > > class:
> > > >
> > > > try this example:
> > > > Dim ps As System.Diagnostics.Process
> > > > For Each ps In
System.Diagnostics.Process.GetProcesses(<computername>)
> > > > Console.WriteLine(ps)
> > > > Next ps
> > > >
> > > > replace <computername> with computer name you would like
> > > > to get running processes of. Make sure you've permissions on remote
> > > > computer to get list of processes.
> > > >
> > > > --
> > > > Hope this helps,
> > > > Zeeshan Mustafa, MCSD
> > > >
> > > >
> > > > "Roger" <davisro@netins.net> wrote in message
> > > > news:%23jjD$4NWEHA.2844@TK2MSFTNGP09.phx.gbl...
> > > > > I would like to get a list of running processes on a remote
machine.
> > > > >
> > > > > How is this possible via VB.Net? Is it possible? Can someone
point
> > me
> > > in
> > > > > the right direction.
> > > > >
> > > > >
> > > > > thanks,
> > > > >
> > > > > rog
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>