Latest recipes tagged "active_directory_scripts"http://code.activestate.com/recipes/tags/active_directory_scripts/new/2010-02-18T15:51:28-08:00ActiveState Code RecipesRetrieve Dell Warranty Information for all machines in AD Domain (Python) 2010-02-18T15:51:28-08:00Kenneth Keiterhttp://code.activestate.com/recipes/users/4173089/http://code.activestate.com/recipes/577056-retrieve-dell-warranty-information-for-all-machine/ <p style="color: grey"> Python recipe 577056 by <a href="/recipes/users/4173089/">Kenneth Keiter</a> (<a href="/recipes/tags/active_directory_scripts/">active_directory_scripts</a>, <a href="/recipes/tags/ad/">ad</a>, <a href="/recipes/tags/dell/">dell</a>, <a href="/recipes/tags/domain/">domain</a>, <a href="/recipes/tags/network/">network</a>, <a href="/recipes/tags/warranty/">warranty</a>, <a href="/recipes/tags/windows/">windows</a>). </p> <p>This snippet retrieves warranty information for all Dell machines in a domain and outputs a CSV of the results. </p> <p>Should be run on a machine joined to an active directory or NT4 domain. May need to be updated to parse Dell's website if they update it (since they have no service tag API).</p> Adding 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>