Python and ADSI (more ADSI really)
Bill Tutt
billtut at microsoft.com
Wed Jan 5 16:04:14 EST 2000
More information about the Python-list mailing list
Wed Jan 5 16:04:14 EST 2000
- Previous message (by thread): http POSTing
- Next message (by thread): Python and ADSI (more ADSI really)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Original Message----- > From: Paul Robinson [mailto:paul.robinson at quantisci.co.uk] > > [WINNT://mycomputer abysmially slow vs. WINNT://mydomain/mycomputer] Another trick is to try this suggestion: If you want to bind to a specific computer (instead of using a domain name), then add ',computer' clause as part of the ADsPath to speed it up. e.g Set comp = GetObject("WinNT://mycomputer,computer") Set usr = comp.GetObject("user", "jsmith") Bill
- Previous message (by thread): http POSTing
- Next message (by thread): Python and ADSI (more ADSI really)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list