Welcome to WiseSoft.co.uk!
Register
About
Contact
Donate
Home
Scripts
Articles
Software
Forum
Links
Active Directory Schema Guide
Submit a Script
All Scripts
Active Directory
Computer
Database
Event Logs
Exchange/Email
File System
General
Printer
SQL Server
Account Page
Address Page
COMPlus Page
DialIn Page
Environment Page
General Page
MemberOf Page
Organization Page
Profile Page
RemoteControl Page
Sessions Page
Telephones Page
TerminalServices Page
Batch File
HTA
KiXtart
PowerShell
T-SQL
VB
VBScript
Computer Accounts
Domains, Forests & Trusts
Groups
Monitoring & Replication
Organizational Units
Schema Information
Search
Sites and Subnets
User Accounts
PowerShell
VBScript
VBScript
PowerShell
VBScript
VBScript
VBScript
VBScript
VBScript
PowerShell
VBScript
VBScript
PowerShell
VBScript
HTA
KiXtart
PowerShell
VB
VBScript
VBScript
KiXtart
PowerShell
VBScript
PowerShell
VBScript
Batch File
KiXtart
PowerShell
VBScript
HTA
VB
VBScript
HTA
KiXtart
PowerShell
VBScript
HTA
PowerShell
T-SQL
VBScript
All Articles
Active Directory
Miscellaneous
Programming
Scripting
Security
SQL Server
WiseSoft
Submit Article
All Software
TSQL DDL Code History Tool
Account Management Spreadsheet
Bulk AD Users
Password Control
Script Builder
NTFSFix
TSQL DDL Code History Tool
Bulk AD Users
Password Control
Script Builder
Account Management Spreadsheet
NTFSFix
Scripting
Guestbook
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Bugs
Suggestions
General
Login
User Name:
Password:
Remember me next time
Forgot Password?
Login using OpenID:
Create free account
Exclusive access for registered users
Registered Users:
20870
Click here to find out how you can help support wisesoft.co.uk!
home
recent topics
recent posts
search
faq
AspNetForum v.5.2.7.0
WiseSoft :: Forum
:: Forum
user:
psw:
remember me
|
lost password
|
register
Home
»
Bulk AD Users
-
Bulk AD Users - Suggestions
»
I love what I can do with bulkaduser - contacts?
|
4/21/2010 10:40:19 AM
permalink
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
permalink
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
permalink
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
permalink
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
permalink
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
permalink
marekgwozdz
Posts 1
I nee contacts too.
thank You
4/20/2011 11:56:45 AM
permalink
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?