<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Can I psexec the whole subnet, but not the domain?</title>
	<link>http://ask.metafilter.com/67228/Can-I-psexec-the-whole-subnet-but-not-the-domain/</link>
	<description>Comments on Ask MetaFilter post Can I psexec the whole subnet, but not the domain?</description>
	<pubDate>Wed, 18 Jul 2007 01:57:55 -0800</pubDate>
	<lastBuildDate>Wed, 18 Jul 2007 01:57:55 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Can I psexec the whole subnet, but not the domain?</title>
		<link>http://ask.metafilter.com/67228/Can-I-psexec-the-whole-subnet-but-not-the-domain</link>	
		<description>Is there any way I can use Sysinternals&apos; psexec tool to work on an entire subnet, rather than an entire domain?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.67228</guid>
		<pubDate>Wed, 18 Jul 2007 01:33:01 -0800</pubDate>
		<dc:creator>samstarling</dc:creator>
		
			<category>psexec</category>
		
			<category>sysinternals</category>
		
			<category>subnet</category>
		
			<category>domain</category>
		
	</item> <item>
		<title>By: samstarling</title>
		<link>http://ask.metafilter.com/67228/Can-I-psexec-the-whole-subnet-but-not-the-domain#1007432</link>	
		<description>Another acceptable way to do this would be a for...next loop in a .cmd file - one that does the equivalent of:&lt;br&gt;
&lt;br&gt;
for a = 1 to 255&lt;br&gt;
psexec \\192.168.0.a prog.exe&lt;br&gt;
next a&lt;br&gt;
&lt;br&gt;
By the way, this is for pushing out an auditing tool to all the PC&apos;s in a particular IP range, not something malicious.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67228-1007432</guid>
		<pubDate>Wed, 18 Jul 2007 01:57:55 -0800</pubDate>
		<dc:creator>samstarling</dc:creator>
	</item><item>
		<title>By: effugas</title>
		<link>http://ask.metafilter.com/67228/Can-I-psexec-the-whole-subnet-but-not-the-domain#1007435</link>	
		<description>Wow, code on Metafilter is annoying (yeah yeah live preview):&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
for(my $i=0; $i &amp;lt; 255; $i++) { #delete this comment:&lt;br&gt;
   system(&quot;psexec \\192.168.0.$i prog.exe&quot;);&lt;br&gt;
}&lt;/pre&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67228-1007435</guid>
		<pubDate>Wed, 18 Jul 2007 02:10:01 -0800</pubDate>
		<dc:creator>effugas</dc:creator>
	</item><item>
		<title>By: rhizome</title>
		<link>http://ask.metafilter.com/67228/Can-I-psexec-the-whole-subnet-but-not-the-domain#1007610</link>	
		<description>cmd.exe:&lt;br&gt;
for /L %x in (1,1,254) do psexec \\192.168.1.%x command</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67228-1007610</guid>
		<pubDate>Wed, 18 Jul 2007 08:19:39 -0800</pubDate>
		<dc:creator>rhizome</dc:creator>
	</item>
	</channel>
</rss>
