Karlo Lozovina napisaƂ(a):

> I'm running Python 2.4 under WinXP Pro, and I would like to do some basis 
> operations on my LAN - get list of workgroups, list the computers in each 
> workgroup and possibly connect to specific computer and get 
> share/directory list? Is there some Pythonic way of doing this? Or any 
> other less Pythonic way?

You can get these things from ActiveDirectory. Google for that, there is
even wrapper module for querying AD server.

-- 
Jarek Zgoda
http://jpa.berlios.de/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to