<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Delete in bulk from Active Directory"]]></title>
		<link>http://www.ldapsoft.com/forum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Delete in bulk from Active Directory"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Delete in bulk from Active Directory</title>
				<description><![CDATA[ We currently have a list of computer names we will need to delete in bulk from Active Directory. <br /> Is there any way to import this current list, or compare this list to an OU and have it display the names found in the list so we may delete them with this application? ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/32/117.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/32/117.page</link>
				<pubDate><![CDATA[Sat, 10 Jan 2009 07:17:23]]> GMT</pubDate>
				<author><![CDATA[ brown1]]></author>
			</item>
			<item>
				<title>Re:Delete in bulk from Active Directory</title>
				<description><![CDATA[ You can't import the list, what you can do is get the cn or dn from the list and construct a statement like this<br /> <br /> 1) Select FROM o=stooges where cn='test331copy of Curley Howard1' subtreescope<br />  <br /> 2) Now Click on the SQL button on the top <br /> <br /> 3) Run the statment, if you get the results change the statement to <br />     DELETE FROM o=stooges where cn='test331copy of Curley Howard1' subtreescope<br />  <br /> <br /> 4) Run the delete statement, confirm the records and click 'Yes'<br />  <br /> You will have to do it for all the records in the list<br />  <br /> Make sure that you run the statements in the dev environment before running them against production.<br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/32/120.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/32/120.page</link>
				<pubDate><![CDATA[Sat, 10 Jan 2009 07:23:57]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
			<item>
				<title>Re:Delete in bulk from Active Directory</title>
				<description><![CDATA[ Is the "o" defined as the list object or the OU the computer name would be found in?<br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/32/126.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/32/126.page</link>
				<pubDate><![CDATA[Sat, 10 Jan 2009 08:21:46]]> GMT</pubDate>
				<author><![CDATA[ brown1]]></author>
			</item>
			<item>
				<title>Re:Delete in bulk from Active Directory</title>
				<description><![CDATA[ Replace o=stooges with something like OU=US,DC=LDAPSOFT,DC=COM  or DC=LDAPSOFT,DC=COM<br /> this is the search base - It is the container containing the computer<br />  <br /> Replace cn='test331copy of Curley Howard1' <br /> with cn=computername or distinguishedName='Full Computer DN'<br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/32/129.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/32/129.page</link>
				<pubDate><![CDATA[Sat, 10 Jan 2009 08:34:21]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
			<item>
				<title>Re:Delete in bulk from Active Directory</title>
				<description><![CDATA[ That makes perfect sense now! <br /> Thanks.]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/32/130.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/32/130.page</link>
				<pubDate><![CDATA[Sat, 10 Jan 2009 08:37:14]]> GMT</pubDate>
				<author><![CDATA[ brown1]]></author>
			</item>
	</channel>
</rss>
