<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Export and Print Groups and their members from Active Directory"]]></title>
		<link>http://www.ldapsoft.com/forum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Export and Print Groups and their members from Active Directory"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Export and Print Groups and their members from Active Directory</title>
				<description><![CDATA[ I have the instructions to create a printable list of users and what groups they are in from Active Directory (<a class="snap_shots" href="http://www.ldapsoft.com/forum/posts/list/56.page" target="_blank" rel="nofollow">http://www.ldapsoft.com/forum/posts/list/56.page</a>).<br /> How can I create a printable list of groups and their members? <br /> <br /> I am using AD Admin & Reporting Tool. ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/57/193.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/57/193.page</link>
				<pubDate><![CDATA[Thu, 1 Oct 2009 18:03:41]]> GMT</pubDate>
				<author><![CDATA[ melissa]]></author>
			</item>
			<item>
				<title>Re:Export and Print Groups and their members from Active Directory</title>
				<description><![CDATA[ Please follow the following steps for a printable list of groups and their members from Active Directory  <br /> <br /> 1. Open AD Admin and reporting tool and connect to Active Directory <br /> <br /> 2. Click on the SQL button (top tool bar), copy and paste (top panel) the following statement <br /> <br /> [i][color=blue]Select cn,member from  RootDSE where objectClass=group subtreescope[/color][/i]<br /> <br /> 3. Click on the Export button and select Excel Export <br /> <br /> 4. Uncheck ExportDN and Export Operational Attributes (Middle right) <br /> <br /> 5. Provide the file name and click Export <br /> <br /> 6. Select all row and columns (click top left header) copy and paste it to word. <br /> <br /> Word will show all row text as excel has a row height limit. ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/57/194.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/57/194.page</link>
				<pubDate><![CDATA[Thu, 1 Oct 2009 18:21:59]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
			<item>
				<title>Re:Export and Print Groups and their members from Active Directory</title>
				<description><![CDATA[ Thanks. <br /> <br /> How can I only list distribution or security groups and their members?]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/57/195.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/57/195.page</link>
				<pubDate><![CDATA[Thu, 1 Oct 2009 18:50:30]]> GMT</pubDate>
				<author><![CDATA[ melissa]]></author>
			</item>
			<item>
				<title>Re:Export and Print Groups and their members from Active Directory</title>
				<description><![CDATA[ For Distribution Group follow all the steps mentioned above but change the step2 sql to following:<br /> <br /> Select cn,member from RootDSE where objectClass=group and (groupType:1.2.840.113556.1.4.804:!=2147483648 or sAMAccountType=268435457) subtreescope <br /> <br /> <br /> For security groups follow all the steps mentioned above but change the step2 sql to following:<br /> <br /> Select cn,member from RootDSE where objectClass=group and groupType:1.2.840.113556.1.4.804:=2147483648 subtreescope]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/57/196.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/57/196.page</link>
				<pubDate><![CDATA[Thu, 1 Oct 2009 19:00:08]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
	</channel>
</rss>
