<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>WiseSoft.co.uk articles for IT Professionals</title><link>http://www.wisesoft.co.uk</link><description>Articles for IT Professionals from WiseSoft.co.uk.  Active Directory, Scripting, SQL Server etc.</description><ttl>120</ttl><item><title><![CDATA[ List Members of Groups in OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_members_of_groups_in_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_members_of_groups_in_ou.aspx</guid><description><![CDATA[ List members of groups in OU with fullname. ]]> </description><pubDate>Thu, 29 Oct 2009 08:32:13 GMT</pubDate></item><item><title><![CDATA[ Move Computers to OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_move_computers_to_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_move_computers_to_ou.aspx</guid><description><![CDATA[ Move all computers that start with "STU" to the students OU.  The query can easily be modified to query for computers matching your own search criteria. ]]> </description><pubDate>Mon, 29 Jun 2009 19:12:32 GMT</pubDate></item><item><title><![CDATA[ Move Group Members to OU (Organizational Unit)]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_move_group_members_to_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_move_group_members_to_ou.aspx</guid><description><![CDATA[ Script to move all the members of an Active Directory group to a specified container/OU (organisational unit). ]]> </description><pubDate>Tue, 05 May 2009 20:01:07 GMT</pubDate></item><item><title><![CDATA[ Add all users in OU to Group]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_add_all_users_in_ou_to_group.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_add_all_users_in_ou_to_group.aspx</guid><description><![CDATA[ Add all the users from a organizational unit (OU) to a group.  e.g. Add all users from "Developers" OU to "Developers" group.  Could easily be modified to include an additional filter - e.g. Add all users from "Developers" department to "Developers" group. ]]> </description><pubDate>Mon, 30 Mar 2009 19:04:47 GMT</pubDate></item><item><title><![CDATA[ Move All Users In Department to a Specified OU and Replace Group Membership]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_move_all_users_in_department_to_a_specified_ou_and_replace_group_membership.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_move_all_users_in_department_to_a_specified_ou_and_replace_group_membership.aspx</guid><description><![CDATA[ This script will move all the users in the "Marketing" department to the "Marketing" OU.  It will then replace existing group membership with a specified list of groups (ignoring primary group).  See "setup" section for configuration.

EXISTING GROUP MEMBERSHIP WILL BE REPLACED - Please be careful when using this script! ]]> </description><pubDate>Thu, 03 Jul 2008 14:31:47 GMT</pubDate></item><item><title><![CDATA[ Move All Users In Department to a Specified OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_move_all_users_in_department_to_a_specified_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_move_all_users_in_department_to_a_specified_ou.aspx</guid><description><![CDATA[ This script will move all the users in the "Marketing" department to the "Marketing" OU.  Simply modify the setup section to suite your own requirements. ]]> </description><pubDate>Thu, 03 Jul 2008 13:16:12 GMT</pubDate></item><item><title><![CDATA[ Remove an OU Manager]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_remove_an_ou_manager.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_remove_an_ou_manager.aspx</guid><description><![CDATA[ Removes the manager entry for the Active Directory OU named Students. When this group is run, the OU will no longer have an assigned manager.  ]]> </description><pubDate>Sat, 23 Feb 2008 14:12:16 GMT</pubDate></item><item><title><![CDATA[ Modify the General Properties of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_modify_the_general_properties_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_modify_the_general_properties_of_an_ou.aspx</guid><description><![CDATA[ Modifies the attribute values found on the General Properties page in Active Directory Users and Computers for an OU named Students. ]]> </description><pubDate>Sat, 23 Feb 2008 14:09:27 GMT</pubDate></item><item><title><![CDATA[ Modify the COM+ Partition Set Link of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_modify_the_com_plus_partition_set_link_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_modify_the_com_plus_partition_set_link_of_an_ou.aspx</guid><description><![CDATA[ Assigns the COM+ partition set PartitionSet1 to the Students OU in Active Directory. ]]> </description><pubDate>Sat, 23 Feb 2008 14:02:42 GMT</pubDate></item><item><title><![CDATA[ List the System Access Control List of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_the_system_access_control_list_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_the_system_access_control_list_of_an_ou.aspx</guid><description><![CDATA[ Returns information found on the System Access Control List (SACL) for the Students OU in Active Directory. ]]> </description><pubDate>Sat, 23 Feb 2008 14:00:20 GMT</pubDate></item><item><title><![CDATA[ List the Security Descriptor for an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_the_security_descriptor_for_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_the_security_descriptor_for_an_ou.aspx</guid><description><![CDATA[ Returns the information found on the security descriptor for the Students OU in Active Directory.  ]]> </description><pubDate>Sat, 23 Feb 2008 13:57:12 GMT</pubDate></item><item><title><![CDATA[ List Object Page Properties of an OU Object]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_object_page_properties_of_an_ou_object.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_object_page_properties_of_an_ou_object.aspx</guid><description><![CDATA[ Returns information found on the Object page in Active Directory Users and Computers for the Students OU. ]]> </description><pubDate>Sat, 23 Feb 2008 13:54:57 GMT</pubDate></item><item><title><![CDATA[ List the Owner of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_the_owner_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_the_owner_of_an_ou.aspx</guid><description><![CDATA[ Returns the owner of the Students OU in Active Directory.  ]]> </description><pubDate>Sat, 23 Feb 2008 13:51:46 GMT</pubDate></item><item><title><![CDATA[ List the Managed By Information for an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_the_managed_by_information_for_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_the_managed_by_information_for_an_ou.aspx</guid><description><![CDATA[ Returns information about the account assigned as manager of the Students OU in Active Directory.  ]]> </description><pubDate>Sat, 23 Feb 2008 13:48:56 GMT</pubDate></item><item><title><![CDATA[ List the General Properties of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_the_general_properties_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_the_general_properties_of_an_ou.aspx</guid><description><![CDATA[ Returns information found on the General Properties page in Active Directory Users and Computers for an OU named Students.  ]]> </description><pubDate>Sat, 23 Feb 2008 13:46:29 GMT</pubDate></item><item><title><![CDATA[ List the COM+ Properties of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_the_com_plus_properties_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_the_com_plus_properties_of_an_ou.aspx</guid><description><![CDATA[ Returns information about the COM+ properties configured for the Students OU in Active Directory.  ]]> </description><pubDate>Sat, 23 Feb 2008 13:44:19 GMT</pubDate></item><item><title><![CDATA[ List the Attributes of the organizationalUnit Class]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_the_attributes_of_the_organizationalunit_class.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_the_attributes_of_the_organizationalunit_class.aspx</guid><description><![CDATA[ Returns both the mandatory and optional attributes for the organizationalUnit class (as found in the Active Directory schema).  ]]> </description><pubDate>Sat, 23 Feb 2008 13:40:37 GMT</pubDate></item><item><title><![CDATA[ List Group Policy Information for an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_list_group_policy_information_for_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_list_group_policy_information_for_an_ou.aspx</guid><description><![CDATA[ Returns the values found on the Group Policy page in Active Directory Users and Computers for the Students OU.  ]]> </description><pubDate>Sat, 23 Feb 2008 11:51:40 GMT</pubDate></item><item><title><![CDATA[ Clear the Group Policy Links Assigned to an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_clear_the_group_policy_links_assigned_to_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_clear_the_group_policy_links_assigned_to_an_ou.aspx</guid><description><![CDATA[ Removes all the Group Policy links assigned to the Students OU in Active Directory.  ]]> </description><pubDate>Sat, 23 Feb 2008 11:49:16 GMT</pubDate></item><item><title><![CDATA[ Clear the General Properties of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_clear_the_general_properties_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_clear_the_general_properties_of_an_ou.aspx</guid><description><![CDATA[ Modifies the attribute values found on the General Properties page in Active Directory Users and Computers for an OU named Students.  ]]> </description><pubDate>Sat, 23 Feb 2008 11:47:48 GMT</pubDate></item><item><title><![CDATA[ Clear the COM+ Partition Link Set of an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_clear_the_com_plus_partition_link_set_of_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_clear_the_com_plus_partition_link_set_of_an_ou.aspx</guid><description><![CDATA[ Removes the COM+ partition link set assigned to the Developers OU in Active Directory. ]]> </description><pubDate>Sat, 23 Feb 2008 11:45:54 GMT</pubDate></item><item><title><![CDATA[ Assign a New Manager to an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_assign_a_new_manager_to_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_assign_a_new_manager_to_an_ou.aspx</guid><description><![CDATA[ Assigns the user account 'david.wiseman' as manager of the Sales OU in Active Directory.  ]]> </description><pubDate>Sat, 23 Feb 2008 11:43:55 GMT</pubDate></item><item><title><![CDATA[ Assign a New Group Policy Link to an OU]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_assign_a_new_group_policy_link_to_an_ou.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_assign_a_new_group_policy_link_to_an_ou.aspx</guid><description><![CDATA[ Assigns the Group Policy link Sales Policy to the Development OU in Active Directory.  ]]> </description><pubDate>Sat, 23 Feb 2008 11:41:08 GMT</pubDate></item><item><title><![CDATA[ Move the current computer to a different organizational unit (OU)]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_move_the_current_computer_to_a_different_organizational_unit.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_move_the_current_computer_to_a_different_organizational_unit.aspx</guid><description><![CDATA[ Move the current computer (logged on to) to a different organizational unit (OU).   ]]> </description><pubDate>Sun, 20 Aug 2006 13:54:28 GMT</pubDate></item><item><title><![CDATA[ Delete an Organizational Unit (OU)]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_delete_an_organizational_unit.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_delete_an_organizational_unit.aspx</guid><description><![CDATA[ Delete an organizational unit. ]]> </description><pubDate>Tue, 08 Aug 2006 15:39:53 GMT</pubDate></item><item><title><![CDATA[ Create an Organizational-Unit (OU)]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_create_an_organizational-unit.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_create_an_organizational-unit.aspx</guid><description><![CDATA[ Create an organizational unit in an Active Directory domain. ]]> </description><pubDate>Tue, 08 Aug 2006 15:34:52 GMT</pubDate></item><item><title><![CDATA[ Find Computer's Organizational Unit]]> </title><link>http://www.wisesoft.co.uk/scripts/vbscript_find_computer's_organizational_unit.aspx</link><guid isPermaLink="true">http://www.wisesoft.co.uk/scripts/vbscript_find_computer's_organizational_unit.aspx</guid><description><![CDATA[ Function to find the organizational unit from the name of the computer.  The sample script uses the name of the logged on computer and searches Active Directory for it's OU. ]]> </description><pubDate>Mon, 24 Jul 2006 14:21:49 GMT</pubDate></item></channel></rss>