Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TonH

  1. TonH

    direct object access

    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...
  2. TonH

    Dumping info on objects

    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 =...

Part and Inventory Search

Back
Top