Help for remote data network

  • Thread starter Thread starter tracid83
  • Start date Start date
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.
 
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.
 
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.
 
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.
 
If I have permission to some computers, do you know a means to recover
the data other than wmi??

Thank for your help.

Tracid
 
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.
 
Back
Top