<?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: Auditing Windows Server Shares</title>
	<atom:link href="http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/</link>
	<description>A Technology Crow in search of Bright Shiny Objects</description>
	<lastBuildDate>Tue, 16 Mar 2010 15:01:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/#comment-60564</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=2250#comment-60564</guid>
		<description>Hmm, I might have to get smarter about this powershell stuff.... Thanks for the link, Joseph.</description>
		<content:encoded><![CDATA[<p>Hmm, I might have to get smarter about this powershell stuff&#8230;. Thanks for the link, Joseph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/#comment-60328</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 11 Sep 2008 16:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=2250#comment-60328</guid>
		<description>Also this: (get-acl \\servername\sharename).Access</description>
		<content:encoded><![CDATA[<p>Also this: (get-acl \\servername\sharename).Access</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/#comment-60326</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 11 Sep 2008 16:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=2250#comment-60326</guid>
		<description>Dunno if this can go far enough, but it looks promising: http://www.computerperformance.co.uk/powershell/powershell_wmi_shares.htm</description>
		<content:encoded><![CDATA[<p>Dunno if this can go far enough, but it looks promising: <a href="http://www.computerperformance.co.uk/powershell/powershell_wmi_shares.htm" rel="nofollow">http://www.computerperformance.co.uk/powershell/powershell_wmi_shares.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vox</title>
		<link>http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/#comment-59599</link>
		<dc:creator>Vox</dc:creator>
		<pubDate>Mon, 08 Sep 2008 21:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=2250#comment-59599</guid>
		<description>Uhm....no clue if that&#039;s possible, never tried/needed that...so...RTFM :)</description>
		<content:encoded><![CDATA[<p>Uhm&#8230;.no clue if that&#8217;s possible, never tried/needed that&#8230;so&#8230;RTFM <img src='http://www.solo-technology.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/#comment-59007</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 07 Sep 2008 00:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=2250#comment-59007</guid>
		<description>Awesome! That&#039;s over half the battle. Thanks for the nudge towards smbclient. 

The other half of the battle, however... I need to re-read the smbclient man but can it dump the perms on each share? Like, who has access and what perms?</description>
		<content:encoded><![CDATA[<p>Awesome! That&#8217;s over half the battle. Thanks for the nudge towards smbclient. </p>
<p>The other half of the battle, however&#8230; I need to re-read the smbclient man but can it dump the perms on each share? Like, who has access and what perms?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vox</title>
		<link>http://www.solo-technology.com/blog/2008/09/06/auditing-windows-server-shares/#comment-58978</link>
		<dc:creator>Vox</dc:creator>
		<pubDate>Sat, 06 Sep 2008 22:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=2250#comment-58978</guid>
		<description>Ok, this is linux-centric, as usual, but not only because &quot;Linux is the one true option&quot; but because...it *is* the best option in this instance :)

From a linux box (your bootable CD would work) I&#039;d do something like:

for i in listofwindowsservers.txt ; do echo $i &gt;&gt; resultsfile.txt &amp;&amp;smbclient -L -A filewithauth.txt $i &gt;&gt; resultsfile.txt ; done

That *should* give you a file with the name of the computer followed by the shares it offers, including printers and so on.

Look at &quot;man smbclient&quot; to get the format of the filewithauth.txt file, which cointains user/password stuff so you don&#039;t have to type it every single time...and so it won&#039;t stay in your history :)</description>
		<content:encoded><![CDATA[<p>Ok, this is linux-centric, as usual, but not only because &#8220;Linux is the one true option&#8221; but because&#8230;it *is* the best option in this instance <img src='http://www.solo-technology.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>From a linux box (your bootable CD would work) I&#8217;d do something like:</p>
<p>for i in listofwindowsservers.txt ; do echo $i &gt;&gt; resultsfile.txt &amp;&amp;smbclient -L -A filewithauth.txt $i &gt;&gt; resultsfile.txt ; done</p>
<p>That *should* give you a file with the name of the computer followed by the shares it offers, including printers and so on.</p>
<p>Look at &#8220;man smbclient&#8221; to get the format of the filewithauth.txt file, which cointains user/password stuff so you don&#8217;t have to type it every single time&#8230;and so it won&#8217;t stay in your history <img src='http://www.solo-technology.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
