<?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: vbScript &#8211; List All Members Of Sensitive Groups: Schema, Enterprise and Domain Admins</title> <atom:link href="http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/feed/" rel="self" type="application/rss+xml" /><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/</link> <description>Smash forehead on keyboard to continue...</description> <lastBuildDate>Fri, 11 May 2012 13:11:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Tony</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1521</link> <dc:creator>Tony</dc:creator> <pubDate>Tue, 03 Apr 2012 03:51:12 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1521</guid> <description>object not a collection probably means that the group is empty.
Check to see if there is a member of the groups you&#039;re looking at.  If not, you would have to add error checking around empty groups (or 1 user, apparently).
http://www.visualbasicscript.com/m61350-print.aspx</description> <content:encoded><![CDATA[<p>object not a collection probably means that the group is empty.</p><p>Check to see if there is a member of the groups you&#8217;re looking at.  If not, you would have to add error checking around empty groups (or 1 user, apparently).<br
/> <a
href="http://www.visualbasicscript.com/m61350-print.aspx" rel="nofollow">http://www.visualbasicscript.com/m61350-print.aspx</a></p> ]]></content:encoded> </item> <item><title>By: Cyril Mathew</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1520</link> <dc:creator>Cyril Mathew</dc:creator> <pubDate>Mon, 02 Apr 2012 18:46:31 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1520</guid> <description>Thank you for the script. I run the script on my win 2003 root server and getting run time error.
Line: 100
Char: 3
Error: Object not a collection
Code: 800A01c3
Source: Microsoft VBScript runtime error
Could you please help</description> <content:encoded><![CDATA[<p>Thank you for the script. I run the script on my win 2003 root server and getting run time error.</p><p>Line: 100<br
/> Char: 3<br
/> Error: Object not a collection<br
/> Code: 800A01c3<br
/> Source: Microsoft VBScript runtime error</p><p>Could you please help</p> ]]></content:encoded> </item> <item><title>By: Dave Casson</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1515</link> <dc:creator>Dave Casson</dc:creator> <pubDate>Wed, 07 Mar 2012 13:37:19 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1515</guid> <description>I run the script on Windows 2008 domains and it runs fine.  When i run it on a Windows 2003 domain I get The following error:
ADAdminAudit.vbs(101, 3) Microsoft VBScript runtime error: Object not a collection
Any ideas?
Dave</description> <content:encoded><![CDATA[<p>I run the script on Windows 2008 domains and it runs fine.  When i run it on a Windows 2003 domain I get The following error:</p><p>ADAdminAudit.vbs(101, 3) Microsoft VBScript runtime error: Object not a collection</p><p>Any ideas?</p><p>Dave</p> ]]></content:encoded> </item> <item><title>By: Nick</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1476</link> <dc:creator>Nick</dc:creator> <pubDate>Wed, 20 Jul 2011 16:35:34 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1476</guid> <description>Hello!
Running the script from 2003 DC and getting the error in line 101:
For Each strMember in adoRS.Fields(1).Value
the error:
Object not a collection
Please help!</description> <content:encoded><![CDATA[<p>Hello!<br
/> Running the script from 2003 DC and getting the error in line 101:<br
/> For Each strMember in adoRS.Fields(1).Value</p><p>the error:<br
/> Object not a collection</p><p>Please help!</p> ]]></content:encoded> </item> <item><title>By: Deniz</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1474</link> <dc:creator>Deniz</dc:creator> <pubDate>Tue, 19 Jul 2011 11:23:35 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1474</guid> <description>Only below adition is enough?
I try this but it doesn&#039;t return user logon names:(
strAttrs  = &quot;distinguishedName,sAMAccountName;&quot;</description> <content:encoded><![CDATA[<p>Only below adition is enough?<br
/> I try this but it doesn&#8217;t return user logon names:(</p><p>strAttrs  = &#8220;distinguishedName,sAMAccountName;&#8221;</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1473</link> <dc:creator>Andrew</dc:creator> <pubDate>Tue, 19 Jul 2011 07:23:59 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1473</guid> <description>You will have to add another function to lookup the member attribute and return the sAMAccountName.</description> <content:encoded><![CDATA[<p>You will have to add another function to lookup the member attribute and return the sAMAccountName.</p> ]]></content:encoded> </item> <item><title>By: Deniz</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1472</link> <dc:creator>Deniz</dc:creator> <pubDate>Tue, 19 Jul 2011 07:09:24 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1472</guid> <description>Hi,
This is a nice script, also how I add the sAMAccountName to get logon name by using this script?</description> <content:encoded><![CDATA[<p>Hi,</p><p>This is a nice script, also how I add the sAMAccountName to get logon name by using this script?</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1159</link> <dc:creator>Andrew</dc:creator> <pubDate>Tue, 21 Jun 2011 21:23:07 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1159</guid> <description>Probably too late for you but it should be fixed now.</description> <content:encoded><![CDATA[<p>Probably too late for you but it should be fixed now.</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1158</link> <dc:creator>Andrew</dc:creator> <pubDate>Tue, 21 Jun 2011 21:20:51 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1158</guid> <description>The script is meant to be run from the command line using cscript or wscript.</description> <content:encoded><![CDATA[<p>The script is meant to be run from the command line using cscript or wscript.</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/comment-page-1/#comment-1157</link> <dc:creator>Andrew</dc:creator> <pubDate>Tue, 21 Jun 2011 21:20:26 +0000</pubDate> <guid
isPermaLink="false">http://halfloaded.com/?p=247#comment-1157</guid> <description>The script is updated and now works.  I also put a download link since copy/paste doesn&#039;t seem very reliable with ampersands.</description> <content:encoded><![CDATA[<p>The script is updated and now works.  I also put a download link since copy/paste doesn&#8217;t seem very reliable with ampersands.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This Quick Cache file was built for (  halfloaded.com/blog/vbscript-list-all-members-of-sensitive-groups-schema-enterprise-and-domain-admins/feed/ ) in 0.38973 seconds, on May 19th, 2012 at 1:13 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 19th, 2012 at 2:13 am UTC -->
