Results 1 to 5 of 5

Thread: how to create multiple Users at one time

  1. #1
    Join Date
    Jan 2009
    Posts
    106

    how to create multiple Users at one time

    hi,
    i want to know that how to create multiple user with Active Directory in Windows 2003 Server.Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: how to create multiple Users at one time

    Windows 2003 server come with two users licenses as default but that only for administrator only, if you need to add multiple users, then you need to buy user license.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: how to create multiple Users at one time

    I use addusers.exe to get the users in (from a previously created CSV file), then a batch file to create the directories and permissions (cacls.exe for permissions)

  4. #4
    Join Date
    May 2008
    Posts
    4,085

    Re: how to create multiple Users at one time

    Comma Separated Value Data Exchange.Uses a comma-delimited file with LDAP fields in the first row, followed by rows of account data. Excel is a good vehicle to hold and manipulate CSVDE files.When importing accounts, always try CSVDE first because the syntax is so much easier than LDIFDE.
    Lightweight Data Interchange Format, Data Exchange.Has line-separated values between each record. The data is not suitable for spreadsheets.LDIFDE has more powerful verbs, for instance CSVDE can only add users, whereas LDIFDE can modify or even delete their accounts.

  5. #5
    Join Date
    Nov 2005
    Posts
    3,026

    Re: how to create multiple Users at one time

    The LDAP Data Interchange Format (LDIF) is a draft Internet standard for a file format that may be used for performing batch operations against directories that conform to the LDAP standards. LDIF can be used to export and import data, allowing batch operations such as add, create, and modify to be performed against the Active Directory. A utility program called LDIFDE is included in Windows 2000 to support batch operations based on the LDIF file format standard. This article is designed to help you better understand how the LDIFDE utility can be used to migrate directories.

Similar Threads

  1. Replies: 1
    Last Post: 02-12-2011, 07:16 PM
  2. Adding Multiple Users to an AD Group at One Time
    By Billie in forum Active Directory
    Replies: 2
    Last Post: 11-08-2009, 05:57 PM
  3. Replies: 3
    Last Post: 14-05-2009, 10:25 AM
  4. DSAdd Users Multiple Users
    By hindustnidude in forum Active Directory
    Replies: 6
    Last Post: 18-11-2008, 05:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,637,580.67686 seconds with 17 queries