Home » Bulk AD Users - Bulk AD Users - Suggestions » I love what I can do with bulkaduser - contacts? Messages in this topic - RSS
|
4/21/2010 10:40:19 AM
DANO
DANO
Posts 1
What about contacts.

How can I edit Contacts instead of users? If bulkadusers can't do it do you have reccommendations?

Thank you,
Dano
4/26/2010 12:06:15 PM
admin
admin
Posts 331
Bulk AD Users only works with user accounts at the moment - I would like to extend the application at some point though.

I don't have any personal recommendations for any applications that do this. It would be possible to write a script to do this though. I also wrote a script for updating user accounts using a CSV file, which would be a good starting point.

http://www.wisesoft.co.uk/scripts/vbscript_update_user_attributes_from_csv.aspx

This should work with contacts if you change the filter from (objectClass=user) to (objectClass=contact):

getUserCmd.commandtext="<LDAP://" & objRoot.GET("defaultNamingContext") & ">;" & _
"(&(objectCategory=person)(objectClass=contact)(" & strSearchAttribute & "=" & strSearchValue & "));" & _
"adsPath;subtree"

In the setup section of the script you would also need to choose a search attribute that will be used to match rows in the CSV file to contacts in Active Directory. The rest of the script should work ok with contacts.

Hope this helps,

David
6/2/2010 9:14:31 AM
bart.vdw
bart.vdw
Posts 1
I must say: great app!

The question regarding contacts most certainly interests me at this very moment. A client requests to manage his contacts himself, and the number is quiete big. Using this app in combination with AD delegation would be a possible solution to provide this client a way to manage his contacts himself using Excel!

Can you inform me whether this would be included in the next version or if I can manipulate source code somewhere to adapt the app to handle contacts i.o. user accounts?

Thanks very much in advance!
6/20/2010 10:24:57 AM
admin
admin
Posts 331
bart.vdw wrote:
I must say: great app!

The question regarding contacts most certainly interests me at this very moment. A client requests to manage his contacts himself, and the number is quiete big. Using this app in combination with AD delegation would be a possible solution to provide this client a way to manage his contacts himself using Excel!

Can you inform me whether this would be included in the next version or if I can manipulate source code somewhere to adapt the app to handle contacts i.o. user accounts?

Thanks very much in advance!


I'm planning to extend the scope of the application to include contacts and hopefully this feature will make it into the next release. At this point in time I don't have have a release date for the next version of the application though - It could be some time.
11/10/2010 9:52:12 PM
Hottrigger
Hottrigger
Posts 1
Thanks bro for this great App.
here also i'm waiting for the contact to be included, it will really help.
thanks in advance
11/23/2010 4:54:10 AM
marekgwozdz
marekgwozdz
Posts 1
I nee contacts too.
thank You
4/20/2011 11:56:45 AM
jcc
jcc
Posts 1
I would like to see ad modify for contacts and groups. I love the interface and the ability to use csv files and export. this would be usefull for many modificatiosn without serious edits to scripting.
pages: 1
|

Home » Bulk AD Users - Bulk AD Users - Suggestions » I love what I can do with bulkaduser - contacts?