From: "Meidling, Keith, CTR, OSD-C3I" <[EMAIL PROTECTED]>
> Hello everyone. I need to be able to find out if a service is logged
> in a user. I have found in the Win32::Lanman where I can change who
> the service loggs in as and the password. 
> 
> What I would like to do is go through a list of servers and the
> services on each server and see what services are loggin in as what
> users. 
> 
> Anyone know of a module to do this???

Win32::Lanman should be able to do what you want.
You can request the service configuration on remote computers with it 
QueryServiceConfig(), you can list the computers on the network with 
NetServerEnum(), ...

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to