Most viewed recipes tagged "adding_multiple_users_to_group"http://code.activestate.com/recipes/tags/adding_multiple_users_to_group/views/2009-07-16T07:02:25-07:00ActiveState Code RecipesAdding Active Directory users to a ctive directory group, importing the users from a txt file, (Python) 2009-07-16T07:02:25-07:00mgarrana Garranahttp://code.activestate.com/recipes/users/4171135/http://code.activestate.com/recipes/576846-adding-active-directory-users-to-a-ctive-directory/ <p style="color: grey"> Python recipe 576846 by <a href="/recipes/users/4171135/">mgarrana Garrana</a> (<a href="/recipes/tags/active_directory_scripts/">active_directory_scripts</a>, <a href="/recipes/tags/adding_multiple_users_to_group/">adding_multiple_users_to_group</a>, <a href="/recipes/tags/microsoft_active_directory_users/">microsoft_active_directory_users</a>). </p> <p>this script opens a file called users.txt (which you create) , this file contains microsoft domain users written each in separate line , and then each user is added to the AD group you require </p>