is it possible to access walk through an object without having to iterate over it?
example:
import win32com.client
x = win32com.client.GetObject('LDAP://LDAP://DC=mydom,DC=com')
for y in x:
print y
This returns other comObjects. Is it possible to access those objects without the...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.