<?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: Active Directory: VBscript to enumerate the roaming profile size of all users in Active Directory</title>
	<atom:link href="http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/</link>
	<description>Scripting for Lazy Sysadmins</description>
	<lastBuildDate>Thu, 26 Aug 2010 06:22:11 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: DK</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/comment-page-1/#comment-96</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=427#comment-96</guid>
		<description>Hi

Thanks for this..  Thought I had tried this,  Tried again and it works :)   Sweet.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks for this..  Thought I had tried this,  Tried again and it works <img src='http://deludi.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    Sweet.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirk adamsky</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/comment-page-1/#comment-95</link>
		<dc:creator>dirk adamsky</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=427#comment-95</guid>
		<description>Hi Damien,

I thought I made a cut and paste error but it turns out that Wordpress does not like the brackets....

line 17 should then become:

[sourcecode language=&quot;vb&quot;]
strBase = &quot;&lt;LDAP://OU=ANYOU,DC=our,DC=domain,DC=com&gt;&quot;
[/sourcecode]

Best regards,

Dirk Adamsky</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>I thought I made a cut and paste error but it turns out that WordPress does not like the brackets&#8230;.</p>
<p>line 17 should then become:</p>
<pre class="brush: vb;">
strBase = &quot;&lt;LDAP://OU=ANYOU,DC=our,DC=domain,DC=com&gt;&quot;
</pre>
<p>Best regards,</p>
<p>Dirk Adamsky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/comment-page-1/#comment-94</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=427#comment-94</guid>
		<description>Hi Dirk
Thanks for quick response.  
I can see line 17 is strBase = &quot;&quot;
Which part do I replace.  I tried a few combinations but got errors on script.

I have been trying to run the report on a DN as follows
OU=ANYOU,DC=our,DC=domain,DC=com

Thanks Damien</description>
		<content:encoded><![CDATA[<p>Hi Dirk<br />
Thanks for quick response.<br />
I can see line 17 is strBase = &#8220;&#8221;<br />
Which part do I replace.  I tried a few combinations but got errors on script.</p>
<p>I have been trying to run the report on a DN as follows<br />
OU=ANYOU,DC=our,DC=domain,DC=com</p>
<p>Thanks Damien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dirk adamsky</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/comment-page-1/#comment-93</link>
		<dc:creator>dirk adamsky</dc:creator>
		<pubDate>Thu, 08 Jul 2010 12:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=427#comment-93</guid>
		<description>Hi Damien,

That can be done bij changing line 17 to something like:

strBase = &quot;&lt;LDAP://OU=sales,DC=test,DC=org&quot;&gt;&quot;

Change the DN to your specific DN.

Best regards,

Dirk Adamsky
Deludi BV</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>That can be done bij changing line 17 to something like:</p>
<p>strBase = &#8220;<ldap: //OU=sales,DC=test,DC=org">&#8221;</p>
<p>Change the DN to your specific DN.</p>
<p>Best regards,</p>
<p>Dirk Adamsky<br />
Deludi BV</ldap:></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DK</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/comment-page-1/#comment-92</link>
		<dc:creator>DK</dc:creator>
		<pubDate>Thu, 08 Jul 2010 11:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=427#comment-92</guid>
		<description>Hi.. Great script thanks.    I can see the &quot;set objRootDSE&quot; binds to the domain root.  How Can I set this to connec to a specific OU and just check the roaming profiles for the users in the OU?

Thanks    Damien</description>
		<content:encoded><![CDATA[<p>Hi.. Great script thanks.    I can see the &#8220;set objRootDSE&#8221; binds to the domain root.  How Can I set this to connec to a specific OU and just check the roaming profiles for the users in the OU?</p>
<p>Thanks    Damien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe joe</title>
		<link>http://deludi.nl/blog/vbscript/active-directory/roamingprofile/active-directory-vbscript-to-enumerate-the-roaming-profile-size-of-all-users-in-active-directory/comment-page-1/#comment-77</link>
		<dc:creator>joe joe</dc:creator>
		<pubDate>Tue, 15 Jun 2010 18:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://deludi.nl/blog/?p=427#comment-77</guid>
		<description>Great script man.  Exactly what I needed to make our CIO happy.!</description>
		<content:encoded><![CDATA[<p>Great script man.  Exactly what I needed to make our CIO happy.!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 9/28 queries in 0.009 seconds using disk

Served from: deludi.nl @ 2010-09-05 09:30:00 -->