1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
|
" codeBody "
Const ADS_SCOPE_SUBTREE = 2
Vastgestelde objConnection = CreateObject („ADODB.Connection“)
Reeks objCommand = CreateObject („ADODB.Command“)
objConnection.Provider = „ADsDSOObject“
objConnection.Open de „Actieve Leverancier van de Folder“
Vastgesteld objCommand.ActiveConnection = objConnection
objCommand.CommandText = „UITGEZOCHTE post, sAMAccountName, displayName, showInAddressBook, ADsPath VAN „LDAP: //ou=Organisations, dc=HQ, dc=intra“ WAAR objectCategory='user'"
objCommand.Properties (de „Grootte van de Pagina“) = 2000
objCommand.Properties („Soort op“) = „displayName“
Reeks objRecordSet = objCommand.Execute
|