<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to get a computer&#8217;s Active Directory OU using VBScript</title>
	<atom:link href="http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php</link>
	<description>I search, I bookmark, I write, You learn.</description>
	<lastBuildDate>Mon, 05 Jul 2010 13:59:51 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joel</title>
		<link>http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php/comment-page-1#comment-1260</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 14 Jun 2010 14:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php#comment-1260</guid>
		<description>This can also be done through ADSystemInfo object in VBS.

Set objSysInfo = CreateObject(&quot;ADSystemInfo&quot;)
DN = objSysInfo.ComputerName

WScript.Echo DN

same work, less code :)</description>
		<content:encoded><![CDATA[<p>This can also be done through ADSystemInfo object in VBS.</p>
<p>Set objSysInfo = CreateObject(&#8221;ADSystemInfo&#8221;)<br />
DN = objSysInfo.ComputerName</p>
<p>WScript.Echo DN</p>
<p>same work, less code <img src='http://www.searchmarked.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hstagner</title>
		<link>http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php/comment-page-1#comment-509</link>
		<dc:creator>hstagner</dc:creator>
		<pubDate>Wed, 24 Jun 2009 20:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php#comment-509</guid>
		<description>Hello Martin,

I am glad that I could help! Thank you for reading Searchmarked.com!</description>
		<content:encoded><![CDATA[<p>Hello Martin,</p>
<p>I am glad that I could help! Thank you for reading Searchmarked.com!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Pullen</title>
		<link>http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php/comment-page-1#comment-502</link>
		<dc:creator>Martin Pullen</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php#comment-502</guid>
		<description>Thank you for this example, this solution works perfect.</description>
		<content:encoded><![CDATA[<p>Thank you for this example, this solution works perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umesh</title>
		<link>http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php/comment-page-1#comment-446</link>
		<dc:creator>Umesh</dc:creator>
		<pubDate>Wed, 21 Jan 2009 06:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-get-a-computers-active-directory-ou-using-vbscript.php#comment-446</guid>
		<description>Hi,
I am looking for a script which can export computer names from an AD OU to a text file.

Any help will be appreciated.

Regards,
Umesh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am looking for a script which can export computer names from an AD OU to a text file.</p>
<p>Any help will be appreciated.</p>
<p>Regards,<br />
Umesh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
