<?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>- danovich.com.au - &#187; distinguished name</title>
	<atom:link href="http://blog.danovich.com.au/tag/distinguished-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danovich.com.au</link>
	<description>For the enterprise sys admin by the enterprise sys admin</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:56:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Return distinguished name of a user</title>
		<link>http://blog.danovich.com.au/2009/09/09/return-distinguished-name-of-a-user/</link>
		<comments>http://blog.danovich.com.au/2009/09/09/return-distinguished-name-of-a-user/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 10:33:08 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[distinguished name]]></category>
		<category><![CDATA[DN]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=87</guid>
		<description><![CDATA[This handy script is an easy way to return the DN of a user based on the sAMAccountName (aka username) that you give it. You can also provide wildcards. Usage: cscript DNname.vbs username eg. cscript DNname.vbs john.citizen Will return: &#8220;CN=john.citizen,OU=Standard,OU=Users,DC=domain,DC=com&#8221; eg. cscript DNname.vbs john* Will return: &#8220;CN=john.citizen,OU=Standard,OU=Users,DC=domain,DC=com&#8221; &#8220;CN=john.peterson,OU=Standard,OU=Users,DC=domain,DC=com&#8221; eg. cscript DNname.vbs *john* Will return: &#8220;CN=john.citizen,OU=Standard,OU=Users,DC=domain,DC=com&#8221; [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2009/09/09/return-distinguished-name-of-a-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

