|
Guy recommends :
Find out which of your VMs are a waste of space and which VMs need more resources.
|
WSH - Bulk Creation of New UsersIntroduction - Bulk creation of users with WSHFor a bulk import of new users, WSH (Windows Scripting Host) is an ideal method to automatically generating new user accounts. [I strongly recommend you work through WSH - Create User before tackling this page.] WSH Topics♦ Create the OUTo prevent all the users being created in the default Users container, we
need to create an OU. This is taken care of by this line: Note: The syntax is OU=BulkImport (Not CN=BulkImport or CN = Users) Set the ObjectHere we tell the script where to create the users Note: Check that the name of the OU (BulkImport) matches in both parts of the script. Looping with For .... NextThis script creates 10 users, it would be so easy to create 500 by changing In this script the usernames are Bulkuser1, Bulkuser2... Change the name if you wish. Instructions
'Script to Create multiple users in an OU called BulkImport If you get an error message - check this page
Guy Recommends: Solarwinds' Free Bulk Import Tool
|
||||
Custom Search
|
Guy Recommends: WMI Monitor and It's Free!
|
|
Home Copyright © 1999-2012 Computer Performance LTD All rights reserved Please report a broken link, or an error. | |