<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "how to export to excel - AD ADmin & Reporting Tool"]]></title>
		<link>http://www.ldapsoft.com/forum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "how to export to excel - AD ADmin & Reporting Tool"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>how to export to excel - AD ADmin &amp; Reporting Tool</title>
				<description><![CDATA[ Hello all,<br /> <br /> today i downloaded the AD Admin & Reporting Tool.<br /> <br /> i tryed the export to excel the following "issue":<br /> i need to list all members which matches the following criterias:<br /> <br /> - Must be member of the OU"whatever"<br /> AND<br /> must be member of the SecurityGroup "Test1"<br /> <br /> the second thing i tryed with 0 returns was:<br /> Must be member of the OU "whatever"<br /> AND<br /> extensionattribute1 IS "SAP"<br /> <br /> i tryed several things in the export assistent with no luck, always returned 0 rows.<br /> <br /> what i set:<br /> Excel filename: C:\Users\user1\Desktop\test1.xls<br /> Search Base: DC=mydomain,DC=de<br /> Filter: (&(memberOf=Internet-*)(distinguishedName=OU=Acus,OU=mycity,DC=mydomains,DC=de))<br /> Returning Attributes:cn,distinguishedName,sAMAccountName<br /> <br /> but, i never recieve a entry in my list. <br /> <br /> could someone attach the correct searchstring for that (to simple import it)<br /> <br /> would be fine.<br /> i would like to buy this software but our head wants to see if we are able to get the results from it.<br /> <br /> regards<br /> byte]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/66/222.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/66/222.page</link>
				<pubDate><![CDATA[Tue, 23 Feb 2010 14:19:01]]> GMT</pubDate>
				<author><![CDATA[ bytesleuth]]></author>
			</item>
			<item>
				<title>Re:how to export to excel - AD ADmin &amp; Reporting Tool</title>
				<description><![CDATA[ Byte, <br /> <br /> You can't use wildcard characters with memberof as it contains the DN values (DN is path and wildcard characters don't work with it). <br /> Please modify the query to something like the following:<br /> <br /> (memberOf=CN=Internet-test,OU=Acus,OU=mycity,DC=mydomains,DC=de)<br /> <br /> If you don't know the complete DN, use the tool bar search -&gt; select cn and enter internet* -&gt; Click Find button. <br /> Select the entry and from right click context menu select 'copy DN'. <br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/66/223.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/66/223.page</link>
				<pubDate><![CDATA[Thu, 25 Feb 2010 19:22:48]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
			<item>
				<title>Re:how to export to excel - AD ADmin &amp; Reporting Tool</title>
				<description><![CDATA[ Helllo again,<br /> <br /> the problem is that i want to which users are in the OU=EDP,OU=Bremen,DC=whatever,DC=de<br /> AND<br /> which member are in the SecurityGroup <br /> <br /> (&(memberOf=OU=ITG,OU=Bremen,DC=whatever,DC=de)(memberOf=CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de))<br /> <br /> but still no results.<br /> <br /> if i build it with powershell like this:<br /> <br /> Get-QADUser -SearchRoot "OU=ITG,OU=Bremen,OU=whatever,DC=melchers,DC=de" | ?{ $_.MemberOf -Match "Internet-Standard" } | Export-CSV "whatever.csv"<br /> which gives me a very good list (see attachment).<br /> <br /> To seperate the OU i simple modify the search root to the OU, which i want to see. <br /> <br /> but i am not able to get it running with AD Admin & Reporting Tool. This is a common query.<br /> Please help me to construct it.<br /> <br /> regards <br /> <br /> byte<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/66/224.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/66/224.page</link>
				<pubDate><![CDATA[Fri, 26 Feb 2010 07:03:25]]> GMT</pubDate>
				<author><![CDATA[ bytesleuth]]></author>
			</item>
			<item>
				<title>Re:how to export to excel - AD ADmin &amp; Reporting Tool</title>
				<description><![CDATA[ If I understand it correctly you are looking for all users in OU=EDP,OU=Bremen,DC=whatever,DC=de <br /> which are member of CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de <br /> <br /> If it the case try the following sql statement (Click on the sql button at the tool bar, copy and paste and click run). <br /> <br /> SELECT * FROM OU=EDP,OU=Bremen,DC=whatever,DC=de where  memberOf=CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de and objectClass=user<br /> <br /> If above works, replace the * with attribute for e.g cn, sn and click run or export. <br /> <br /> SELECT cn,sn FROM OU=EDP,OU=Bremen,DC=whatever,DC=de where  memberOf=CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de and objectClass=user]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/66/225.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/66/225.page</link>
				<pubDate><![CDATA[Tue, 2 Mar 2010 19:24:53]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
			<item>
				<title>Re:how to export to excel - AD ADmin &amp; Reporting Tool</title>
				<description><![CDATA[ Hello Support,<br /> <br /> thanks for your reply. I 've query'd the AD with the postet query, and got (1) result. <br /> But: the query should show me the users, which are member of ou EDP AND belongs to securtiy-group internet-standard.<br /> <br /> dn	admincount	logoncount	subschemasubentry	modifytimestamp	samaccounttype	samaccountname	memberof	objectcategory	whencreated	lastlogon	primarygroupid	pwdlastset	badpasswordtime	objectsid<br /> CN=Internet Test,OU=EDP,OU=Bremen,DC=whatever,DC=de	1	1	CN=Aggregate,CN=Schema,CN=Configuration,DC=melchers,DC=de	Mo Mrz 01 2010 14:47:05 GMT+0100	805306368	Intertest	CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de	CN=Person,CN=Schema,CN=Configuration,DC=whatever,DC=de	Di Sep 05 2006 10:45:48 GMT+0200	Di Feb 02 2010 09:05:47 GMT+0100	513	Mo Mrz 01 2010 14:46:56 GMT+0100	Di Feb 02 2010 09:05:07 GMT+0100	S-1-5-21-357852372-414345372-1916815836-8344<br /> <br /> <img src="http://www.ldapsoft.com/forum//images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif"  /><br /> <br /> i am not sure why it is so hard to query users withhin an ou AND an securitygroup. <br /> <br /> <br /> regards<br /> <br /> byte]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/66/226.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/66/226.page</link>
				<pubDate><![CDATA[Wed, 3 Mar 2010 06:47:51]]> GMT</pubDate>
				<author><![CDATA[ bytesleuth]]></author>
			</item>
			<item>
				<title>Re:how to export to excel - AD ADmin &amp; Reporting Tool</title>
				<description><![CDATA[ Byte, <br /> <br /> Above query should give you all the users which are member of group CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de <br /> <br /> Try the following query without objectClass=user:<br /> <br /> SELECT * FROM OU=EDP,OU=Bremen,DC=whatever,DC=de where memberOf=CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de <br /> <br /> and also search for mail = Joseph.schmidt@whatever.com (Top Search) and look for memberof attribute and make sure that this user is a member of CN=Internet-Standard,OU=Sicherheitsgruppen,DC=whatever,DC=de<br /> <br /> <br /> It is very easy to search for user who are memberof a group just need the correct syntax. <br /> <br /> Thanks<br /> ]]></description>
				<guid isPermaLink="true">http://www.ldapsoft.com/forum/posts/preList/66/227.page</guid>
				<link>http://www.ldapsoft.com/forum/posts/preList/66/227.page</link>
				<pubDate><![CDATA[Wed, 3 Mar 2010 15:06:24]]> GMT</pubDate>
				<author><![CDATA[ support]]></author>
			</item>
	</channel>
</rss>
