Existing AD User Details Bulk Update.


hi,

    have 1000 users , our management wants details present in each users account ( extension number, manager, employee id etc...).so there way can bulk update off users. if yes please mention steps how it.

thanks in advance

 

 

 

you should able use admodify tool.

 

http://admodify.codeplex.com/

or can use script. here example update employee id.  you can add more attributes.

http://portal.sivarajan.com/2011/07/add-employee-idpowershell-script.html

import-module activedirectory  import-csv "c:\scripts\users.csv" | % { $user = $_.username $id = $_.employeeid set-aduser $user -employeeid $id }  

you can more scripts scripting gallery:

http://gallery.technet.microsoft.com/scriptcenter


santhosh sivarajan | mcts, mcse (w2k3/w2k/nt4), mcsa (w2k3/w2k/msg), ccna, network+ houston, tx

blogs - http://blogs.sivarajan.com/
articles - http://www.sivarajan.com/publications.html
twitter: @santhosh_sivara - http://twitter.com/santhosh_sivara
posting provided no warranties,and confers no rights.


Windows Server  >  Directory Services



Comments

Popular posts from this blog

Motherboard replacement

Cannot create Full Text Search catalog after upgrading to V12 - Database is not fully started up or it is not in an ONLINE state

Remote Desktop App - Error 0x207 or 0x607