<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Export and print a list of users and what groups they are in 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 a list of users and what groups they are in from Active Directory "]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Export and print a list of users and what groups they are in from Active Directory </title>
				<description><![CDATA[ I need to export and print a list of users and what groups they are in from Active Directory - I can right click on a user, click on edit membership groups (or something like that) and it shows all the groups - I can now print screen but that is taking a long time - Is there an easy way?<br /> <br /> I am using AD Admin & Reporting Tool. ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/56/190.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/56/190.page</link>
				<pubDate><![CDATA[Thu, 1 Oct 2009 14:40:50]]> GMT</pubDate>
				<author><![CDATA[ melissa]]></author>
			</item>
			<item>
				<title>Re:Export and print a list of users and what groups they are in from Active Directory </title>
				<description><![CDATA[ Please follow the following steps for a printable group members export 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,memberOf from  RootDSE where objectCategory='person' and objectClass='user' and sAMAccountType!=805306370 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 /> -------------Version 4.2+ skip to step 8 --------------------------- <br /> <br /> 6. Open the exported file - click Tool --&gt; Macro --&gt; Macro --  Enter a name for Macro (any name) and Click Create Button<br /> <br /> 7. Replace the text in the window with<br /> <br /> [color=blue]Sub ReplaceTags2()<br /> Dim c As Range<br /> For Each c In ActiveCell.CurrentRegion.Cells<br /> c.Value = Application.WorksheetFunction.Substitute(c, "|", Chr(10))<br /> Next<br /> End Sub[/color]<br /> <br /> click Run button (Tool Bar)<br /> <br /> -------------------------------------------------------------------------------------------<br /> <br /> 8. 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.<br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/56/191.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/56/191.page</link>
				<pubDate><![CDATA[Thu, 1 Oct 2009 15:55:29]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
			<item>
				<title>Re:Export and print a list of users and what groups they are in from Active Directory </title>
				<description><![CDATA[ Thanks, that is exactly what I was looking for. <br /> <br /> I hope this type of report is needed enough by other people that maybe someday it can be worked into the program.]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/56/192.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/56/192.page</link>
				<pubDate><![CDATA[Thu, 1 Oct 2009 16:37:49]]> GMT</pubDate>
				<author><![CDATA[ melissa]]></author>
			</item>
	</channel>
</rss>