Results 1 to 3 of 3

Thread: Adding Multiple Users to an AD Group at One Time

  1. #1
    Join Date
    Feb 2006
    Posts
    331

    Adding Multiple Users to an AD Group at One Time

    Can anyone tell me a way in VBScript or VB.net to do the all this things. Like for example, if there is a given large number users that already exist in Ad, is there a way to add them at one time to a group? I dont want to add them one at a time using for each loop. I just want to batch them up, so I can only make one trip to the server for performance wise. Thanks.

  2. #2
    Join Date
    Sep 2005
    Posts
    1,370

    Re: Adding Multiple Users to an AD Group at One Time

    You can try to add them by using a loop which is basically the same as you repeat each command many times for each user. Also where is any performance advantages doing the same?

  3. #3
    Join Date
    Jan 2006
    Posts
    6,878

    Re: Adding Multiple Users to an AD Group at One Time

    You can try to get a user and then add that user to the group and then repeat, because I dont think there is any way to go around this issue.

Similar Threads

  1. Replies: 1
    Last Post: 02-12-2011, 07:16 PM
  2. Adding Users to Local Security Group from other Domain
    By duke2555 in forum Active Directory
    Replies: 2
    Last Post: 30-08-2011, 12:36 AM
  3. adding domain users automatically to the local admin group
    By The Shadow in forum Active Directory
    Replies: 3
    Last Post: 07-06-2011, 10:57 PM
  4. how to create multiple Users at one time
    By Wahib in forum Operating Systems
    Replies: 4
    Last Post: 18-03-2009, 03:18 PM
  5. Replies: 2
    Last Post: 04-07-2008, 06:10 AM

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,712,137.39701 seconds with 17 queries