<?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>GeekyThingz &#187; Admin Stuff</title>
	<atom:link href="http://www.GeekyThingz.com/?feed=rss2&#038;cat=18" rel="self" type="application/rss+xml" />
	<link>http://www.GeekyThingz.com</link>
	<description>All things Geeky</description>
	<lastBuildDate>Thu, 19 Aug 2010 01:16:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Dsquery and Dsget commands</title>
		<link>http://www.GeekyThingz.com/?p=114</link>
		<comments>http://www.GeekyThingz.com/?p=114#comments</comments>
		<pubDate>Fri, 07 Aug 2009 19:51:11 +0000</pubDate>
		<dc:creator>dopegroove</dc:creator>
				<category><![CDATA[Admin Stuff]]></category>

		<guid isPermaLink="false">http://s222061487.onlinehome.us/GeekyThingz/?p=114</guid>
		<description><![CDATA[I thought that I would fill this blog with other things that I find useful in my admin work as well.  The DSQuery and DSGet commands are really useful tools in my arsenal. These commands are great for finding AD objects and their details.
Quite simply, The DSQuery command  finds AD objects and DSGet command  gets more [...]]]></description>
			<content:encoded><![CDATA[<p>I thought that I would fill this blog with other things that I find useful in my admin work as well.  The DSQuery and DSGet commands are really useful tools in my arsenal. These commands are great for finding AD objects and their details.</p>
<p>Quite simply, The DSQuery command  finds AD objects and DSGet command  gets more details about an AD object.To find a user in active directory:</p>
<p>Dsquery user  -name (username or partial name with wildcards)</p>
<p>For example:</p>
<p>The result of  the command:</p>
<p>dsquery user -name dwayne*</p>
<p>Will display the following:</p>
<p>&#8220;CN=Dwayne La Rose,OU=Tech,OU=Some other OU,DC=SomeDomain,DC=com&#8221;</p>
<p>You can then pipe that dquery command into a DSGet command to get more details about objects.</p>
<p>Command:</p>
<p>dsquery user -name dwayne*|dsget user -display -email -tel</p>
<p>Results:</p>
<p>Dispaly                            Tel                             email</p>
<p>Dwayne La Rose       (555)555-5555    Dwayne.LaRose@domain.com</p>
<p>This command can be used for computers,  groups, OU&#8217;s and other AD objects.</p>
<p>For more detail on these commands go to http://technet.microsoft.com/en-us/library/cc732952(WS.10).aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.GeekyThingz.com/?feed=rss2&amp;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
