Help for remote data network

T

tracid83

Hello,

I would like to get information from remote computer and printer
connected to network.
I don't want to use windows WMI service.
Thank you for your help.
 
W

Willy Denoyette [MVP]

Hello,

I would like to get information from remote computer and printer
connected to network.
I don't want to use windows WMI service.
Thank you for your help.


Why not use WMI? It's invented to overcome the complexities associated with executing Win32
API's on a remote system.

Willy.
 
T

tracid83

i won't use wmi because i don't have permssion on some computer and
they have industrial automat connect to the network without OS.
 
W

Willy Denoyette [MVP]

i won't use wmi because i don't have permssion on some computer and
they have industrial automat connect to the network without OS.

If you don't have permissions to some computers, you won't be able to "manage" them anyway.

Willy.
 
T

tracid83

If I have permission to some computers, do you know a means to recover
the data other than wmi??

Thank for your help.

Tracid
 
W

Willy Denoyette [MVP]

If I have permission to some computers, do you know a means to recover
the data other than wmi??

Thank for your help.

Tracid


Well there are a number of options like writing your own distributed application that runs a
service on every remote system and executes requests from a network client, another option
is, depending on what *data* you are after, is to to run a process remotely using the Psexec
tool from PS tools suite
http://www.microsoft.com/technet/sysinternals/utilities/pstools.mspx .


Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top