Work with Windows workgroups under Python?

Jarek Zgoda jzgoda at o2.usun.pl
Mon Jan 2 17:38:18 EST 2006


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/



More information about the Python-list mailing list