<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Another 15 minutes &#187; dsget</title>
	<atom:link href="http://blog.silverstone.nu/tag/dsget/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.silverstone.nu</link>
	<description>~ There is no reality, only perception</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:02:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Howto export list of users from an Active Directory group</title>
		<link>http://blog.silverstone.nu/2009/03/14/howto-export-list-of-users-from-an-active-directory-group/</link>
		<comments>http://blog.silverstone.nu/2009/03/14/howto-export-list-of-users-from-an-active-directory-group/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 13:48:57 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[dsget]]></category>
		<category><![CDATA[dsquery]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=915</guid>
		<description><![CDATA[Every once and a while you come across these little annoying obsticles when working with Active Directory that should be easy to solve but requires some special tools, for example that there is no way to export all the members of a group in the Active Directory Users &#38; Computers GUI tool. Using advanced search filter for [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Every once and a while you come across these little annoying obsticles when working with Active Directory that should be easy to solve but requires some special tools, for example that there is no way to export all the members of a group in the Active Directory Users &amp; Computers GUI tool. Using advanced search filter for a user with the &#8220;Member of&#8221; filter doesn&#8217;t seem to work so one way to do it is with &#8220;dsquery&#8221; and &#8220;dsget&#8221;, tools for Windows 2003 that you can find using <a href="http://www.google.fi/search?hl=sv&amp;q=dsquery&amp;meta=" target="_blank">Google</a> probably. Here is how to list all members of a specific AD group.</p>
<p><span id="more-915"></span></p>
<p style="text-align: center;"></p>
<p>List all members in the group &#8220;MYGROUP&#8221;:</p>
<blockquote><p>dsquery group -name MYGROUP | DSGET group -members</p></blockquote>
<p>Then you can put it to a text file by simply adding &#8220;&gt; mygroup-members.txt&#8221; and the end for example. More simple than struggling around with VBScripts, and very useful.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2009/03/14/howto-export-list-of-users-from-an-active-directory-group/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

