<?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: Remotely check Windows firewall status</title>
	<atom:link href="http://davehope.co.uk/Blog/remotely-check-windows-firewall-status/feed/" rel="self" type="application/rss+xml" />
	<link>http://davehope.co.uk/Blog/remotely-check-windows-firewall-status/</link>
	<description>Open source projects, sysadmin stuff and general geekage</description>
	<lastBuildDate>Wed, 17 Mar 2010 21:21:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://davehope.co.uk/Blog/remotely-check-windows-firewall-status/comment-page-1/#comment-8936</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 12 Oct 2009 06:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=63#comment-8936</guid>
		<description>Hi Peter,

What have you but in the following line:

arrComputers = Split(&quot;boh-core-dc01,boh-inf-app02&quot;, &quot;,&quot;)

It should be a list of hostnames, seperated by a comma.

I notice you have it saved as &#039;.wsf&#039; - Can you try saving as .vbs and running via cscript?

So:

cscript firewallSatus.vbs

Thanks

Dave</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>What have you but in the following line:</p>
<p>arrComputers = Split(&#8220;boh-core-dc01,boh-inf-app02&#8243;, &#8220;,&#8221;)</p>
<p>It should be a list of hostnames, seperated by a comma.</p>
<p>I notice you have it saved as &#8216;.wsf&#8217; &#8211; Can you try saving as .vbs and running via cscript?</p>
<p>So:</p>
<p>cscript firewallSatus.vbs</p>
<p>Thanks</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Wason</title>
		<link>http://davehope.co.uk/Blog/remotely-check-windows-firewall-status/comment-page-1/#comment-8857</link>
		<dc:creator>Pete Wason</dc:creator>
		<pubDate>Fri, 09 Oct 2009 16:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://davehope.co.uk/?p=63#comment-8857</guid>
		<description>When I try to wscript this in a cmd window, I just get stuff like this:
---------------------------
Windows Script Host
---------------------------
Script:	C:\Documents and Settings\mrz\Desktop\FirewallStatus.wsf
Line:	39
Char:	2
Error:	Unterminated entity reference - matching &#039;;&#039; not found
Code:	80040008
Source: 	Windows Script Host</description>
		<content:encoded><![CDATA[<p>When I try to wscript this in a cmd window, I just get stuff like this:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Windows Script Host<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Script:	C:\Documents and Settings\mrz\Desktop\FirewallStatus.wsf<br />
Line:	39<br />
Char:	2<br />
Error:	Unterminated entity reference &#8211; matching &#8216;;&#8217; not found<br />
Code:	80040008<br />
Source: 	Windows Script Host</p>
]]></content:encoded>
	</item>
</channel>
</rss>
