Re: Modify Uses

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi Richard,
Thank for your reply.

Can you give me an example of the command line I woud run to import the
employee number to the deparment atribute. I can't quite get my head round it

Regards
John


"Richard Mueller [MVP]" wrote:


"John McC" <JohnMcC@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BB313DFB-00DC-459E-B794-06DFF0FE1AF6@xxxxxxxxxxxxxxxx
Hi,
Im looking for some help on bulk modifying user attributes.

I need to export all users in an OU and all sub OU's. Send the output to
the HR department for review and for them to add in every users employee
ID
then for me to import the employee numbers to AD.

I have run a CSVDE command to export the attributes I think are required
(Name, sn, givennam, Mail, userPrincipalName,description,department).

I am going to use the department attribute to hold the employee numbers.

Am I going about this the correct way or is there a better way? How do I
go
aboutimporting the details once I get them back from HR?

Regards
John

When you export make sure you include the distinguishedName. When you import
you need distinguishedName and whatever attribute values you are modifying.
Also, there is an employeeID attribute for user objects, but it is not
displayed in ADUC. If you don't use the department attribute for anything
else you can use that.

You might want to check out Joe Richards' free adfind and admod utilities.
They are easier to use and more powerful. You can export to csv file, modify
the file, then use it to modify. When you import, only specify the
distinguishedName and employeeID (or department).

http://www.joeware.net/freetools/tools/adfind/index.htm

http://www.joeware.net/freetools/tools/admod/index.htm


--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--



.



Relevant Pages

  • Re: Modify Uses
    ... Don't think adfind will update, admod would be the required tool for updates. ... the HR department for review and for them to add in every users employee ID ... When you import you need distinguishedName and whatever attribute values you are modifying. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Modify Uses
    ... Im looking for some help on bulk modifying user attributes. ... then for me to import the employee numbers to AD. ... When you export make sure you include the distinguishedName. ... You can export to csv file, ...
    (microsoft.public.windows.server.active_directory)
  • Re: Field Restriction in forms
    ... being prevented from modifying it)? ... >duplication to be avoided. ... >>>I've the form having the above mentioned fields ... >>>give a message that the employee has already been paid, ...
    (microsoft.public.access.formscoding)
  • Re: Open File from Command Button
    ... On the original template there are 4 command buttons each ... Author of Microsoft Outlook 2007 Programming: ... an employee at a remote site navigates to our functional ... mailbox and to the Incident Report folder. ...
    (microsoft.public.outlook.program_forms)
  • Re: Filter Report
    ... it would go in the Click event of a command button on your form. ... Private Sub cmd_OpenReport_Click ... DoCmd.OpenReport "ReportName", _ ... as the RowSource for my employee combo boxes. ...
    (microsoft.public.access.reports)