<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: AD: Quickly Determine OU of User using VBScript</title>
	<link>http://blog.netnerds.net/2006/11/ad-quickly-determine-ou-of-user-using-vbscript/</link>
	<description>ls /usr/lolcat</description>
	<pubDate>Sun, 12 Oct 2008 10:37:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: El Puño</title>
		<link>http://blog.netnerds.net/2006/11/ad-quickly-determine-ou-of-user-using-vbscript/#comment-4693</link>
		<dc:creator>El Puño</dc:creator>
		<pubDate>Tue, 12 Feb 2008 12:55:25 +0000</pubDate>
		<guid>http://blog.netnerds.net/2006/11/ad-quickly-determine-ou-of-user-using-vbscript/#comment-4693</guid>
		<description>This is faster routine I use :

1 - Get the Adspath of the user and put it in UserAdsPath

ResultArray = Split(Replace(UserAdsPath, "LDAP://", ""), ",")

ResultArray(0) is the CN name
ResultArray(1) is the OU the user belongs to


regards from El Puño, Denmark</description>
		<content:encoded><![CDATA[<p>This is faster routine I use :</p>
<p>1 - Get the Adspath of the user and put it in UserAdsPath</p>
<p>ResultArray = Split(Replace(UserAdsPath, "LDAP://", ""), ",")</p>
<p>ResultArray(0) is the CN name<br />
ResultArray(1) is the OU the user belongs to</p>
<p>regards from El Puño, Denmark</p>
]]></content:encoded>
	</item>
</channel>
</rss>
