Hi,
I'm currently experimenting with a list of workstations in an NT domain with the following code:
domain_controller = win32net.NetGetDCName (None, None)
domain_name = win32net.NetUserModalsGet (domain_controller, 2)['domain_name']
adsi = win32com.client.Dispatch ("ADsNameSpaces")
nt =...