开发者

Import user-specific data from a Excel-sheet into Active Directory/Exchange

开发者 https://www.devze.com 2023-03-08 05:01 出处:网络
I would like to allocate data from a Excel-sheet (name, department, phone etc.) to available AD-users automatically.

I would like to allocate data from a Excel-sheet (name, department, phone etc.) to available AD-users automatically.

Which programming-/sc开发者_开发问答ripting-language or LDAP-API is practical for this problem? Does anyone have some examples?


Powershell or VB. There are examples of adding / updating users from .csv data posted in the Technet Scirpt Center Repository. http://gallery.technet.microsoft.com/ScriptCenter/


If its readily avaialble to you, go with PowerShell.

Use the Quest AD Cmdlets along with the Import-CSV Cmdlet. The only trick would be having to save your Excel file as a csv file. If that is not an option, you can use COM to automate excel.

0

精彩评论

暂无评论...
验证码 换一张
取 消