<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Refactoring Self</title>
	<atom:link href="http://refactoringself.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://refactoringself.com</link>
	<description>All about things to save your time and sanity!</description>
	<lastBuildDate>Thu, 04 Apr 2013 11:56:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on MS Access Error: Too few parameters. Expected x by John Glasgow</title>
		<link>http://refactoringself.com/2011/06/22/ms-access-error-too-few-parameters-expected-x/#comment-3871</link>
		<dc:creator><![CDATA[John Glasgow]]></dc:creator>
		<pubDate>Thu, 04 Apr 2013 11:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.com/?p=304#comment-3871</guid>
		<description><![CDATA[I would check the where clause on anything that is after logging in, including the query that validates your credentials. Perhaps even through the queries in a message box so you can see the entire query, including any variables that might be concatenated in the query string.]]></description>
		<content:encoded><![CDATA[<p>I would check the where clause on anything that is after logging in, including the query that validates your credentials. Perhaps even through the queries in a message box so you can see the entire query, including any variables that might be concatenated in the query string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS Access Error: Too few parameters. Expected x by Naresh</title>
		<link>http://refactoringself.com/2011/06/22/ms-access-error-too-few-parameters-expected-x/#comment-3869</link>
		<dc:creator><![CDATA[Naresh]]></dc:creator>
		<pubDate>Thu, 04 Apr 2013 11:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.com/?p=304#comment-3869</guid>
		<description><![CDATA[I have a application. It asks for login. The moment I give my credentials, I get this &quot;too few parameters. Expected 1&quot;. I use ODBC foe SQL server. where should I change from &quot; to &#039;???]]></description>
		<content:encoded><![CDATA[<p>I have a application. It asks for login. The moment I give my credentials, I get this &#8220;too few parameters. Expected 1&#8243;. I use ODBC foe SQL server. where should I change from &#8221; to &#8216;???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell System Monitor &#8211; Monitor Disk Space, CPU, and Memory Utilization by John Glasgow</title>
		<link>http://refactoringself.com/powershell-system-monitor/#comment-3562</link>
		<dc:creator><![CDATA[John Glasgow]]></dc:creator>
		<pubDate>Sat, 02 Mar 2013 20:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.wordpress.com/#comment-3562</guid>
		<description><![CDATA[Hi Rob,

I don&#039;t think what you are trying to do is going to work easily on this script. The reason that I say that is because of an architecture decision I made originally before writing the scripts. I made the decision that it would be more reliable if the scripts were installed on each computer. Having one central server monitoring all of them would mean that there was a single point of failure which I wanted to avoid.

I have less important scripts that are running to see statuses of jobs which are run from my desktop PC to make sure everything worked completely. It works well for what I am doing and I might even post them at some point on here.

For the specific error you are getting though. I would recommend something like this:
[String]$computers[] = Import-CSV 

Where the file is a list of computer names, one per line. This way you will have an array of computer names to iterate against. However, I still am pretty sure you will have some issues elsewhere.]]></description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I don&#8217;t think what you are trying to do is going to work easily on this script. The reason that I say that is because of an architecture decision I made originally before writing the scripts. I made the decision that it would be more reliable if the scripts were installed on each computer. Having one central server monitoring all of them would mean that there was a single point of failure which I wanted to avoid.</p>
<p>I have less important scripts that are running to see statuses of jobs which are run from my desktop PC to make sure everything worked completely. It works well for what I am doing and I might even post them at some point on here.</p>
<p>For the specific error you are getting though. I would recommend something like this:<br />
[String]$computers[] = Import-CSV </p>
<p>Where the file is a list of computer names, one per line. This way you will have an array of computer names to iterate against. However, I still am pretty sure you will have some issues elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell System Monitor &#8211; Monitor Disk Space, CPU, and Memory Utilization by rcjay272</title>
		<link>http://refactoringself.com/powershell-system-monitor/#comment-3486</link>
		<dc:creator><![CDATA[rcjay272]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 03:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.wordpress.com/#comment-3486</guid>
		<description><![CDATA[Mr. Glasgow,

I just commented on your script.  I hope it went through and hope to see your reply.  


Thanks 
Rob]]></description>
		<content:encoded><![CDATA[<p>Mr. Glasgow,</p>
<p>I just commented on your script.  I hope it went through and hope to see your reply.  </p>
<p>Thanks<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell System Monitor &#8211; Monitor Disk Space, CPU, and Memory Utilization by rcjay272</title>
		<link>http://refactoringself.com/powershell-system-monitor/#comment-3485</link>
		<dc:creator><![CDATA[rcjay272]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 03:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.wordpress.com/#comment-3485</guid>
		<description><![CDATA[This is a great piece of work.   Many many thank yous.  One question, If I wanted to run this against a txt file of server names how would I modify SystemMonitorInitialization.ps1 to look at a text file with a list of servernames instead ok the local machine?

I tired to modify the first line....
[String]$computer = Get-Content -Path (C:\LOAD\Load_Stuff\MonitoringScripts\Env2_TS_Servers.txt).value

but it is bombing out with the following error...

At C:\LOAD\SystemMonitor\SystemMonitorInitialization.ps1:17 char:30
+ ForEach ($server in $servers)
+                              ~
Missing statement body in foreach loop.
    + CategoryInfo          : ParserError: (:) [], ParseException
    + FullyQualifiedErrorId : MissingForeachStatement


Many thank yous,

Rob]]></description>
		<content:encoded><![CDATA[<p>This is a great piece of work.   Many many thank yous.  One question, If I wanted to run this against a txt file of server names how would I modify SystemMonitorInitialization.ps1 to look at a text file with a list of servernames instead ok the local machine?</p>
<p>I tired to modify the first line&#8230;.<br />
[String]$computer = Get-Content -Path (C:\LOAD\Load_Stuff\MonitoringScripts\Env2_TS_Servers.txt).value</p>
<p>but it is bombing out with the following error&#8230;</p>
<p>At C:\LOAD\SystemMonitor\SystemMonitorInitialization.ps1:17 char:30<br />
+ ForEach ($server in $servers)<br />
+                              ~<br />
Missing statement body in foreach loop.<br />
    + CategoryInfo          : ParserError: (:) [], ParseException<br />
    + FullyQualifiedErrorId : MissingForeachStatement</p>
<p>Many thank yous,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell System Monitor &#8211; Monitor Disk Space, CPU, and Memory Utilization by John Glasgow</title>
		<link>http://refactoringself.com/powershell-system-monitor/#comment-3292</link>
		<dc:creator><![CDATA[John Glasgow]]></dc:creator>
		<pubDate>Wed, 30 Jan 2013 18:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.wordpress.com/#comment-3292</guid>
		<description><![CDATA[Glad you like it. I just put a link to the current report that I use for disk space. I found it useful for asking for more hardware. Enjoy!]]></description>
		<content:encoded><![CDATA[<p>Glad you like it. I just put a link to the current report that I use for disk space. I found it useful for asking for more hardware. Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Powershell System Monitor &#8211; Monitor Disk Space, CPU, and Memory Utilization by chadilaziz</title>
		<link>http://refactoringself.com/powershell-system-monitor/#comment-3289</link>
		<dc:creator><![CDATA[chadilaziz]]></dc:creator>
		<pubDate>Wed, 30 Jan 2013 14:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.wordpress.com/#comment-3289</guid>
		<description><![CDATA[Hello! Great Soulutions ! Could you please or send me the  Reporting Services report for the different metrics. I would like to see to we can implemenct the complete solution in our comapny. 
You can email me at ch.adilaziz@gmail.com

Thanks.Ad]]></description>
		<content:encoded><![CDATA[<p>Hello! Great Soulutions ! Could you please or send me the  Reporting Services report for the different metrics. I would like to see to we can implemenct the complete solution in our comapny.<br />
You can email me at <a href="mailto:ch.adilaziz@gmail.com">ch.adilaziz@gmail.com</a></p>
<p>Thanks.Ad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer 9 / Firefox 4 &#8211; Facebook Flash Issues by Brent Evans</title>
		<link>http://refactoringself.com/2011/05/12/internet-explorer-9-firefox-4-facebook-flash-issues/#comment-2765</link>
		<dc:creator><![CDATA[Brent Evans]]></dc:creator>
		<pubDate>Wed, 28 Nov 2012 22:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.com/?p=277#comment-2765</guid>
		<description><![CDATA[Well, stranger things have happened...� I tried your fixes - nothing had been changed or otherwise messed up that I could find.� However, in looking a bit further, I found that IE 10 had been released.� I installed it and *poof* problem solved. One other noteworthy part of this whole thing was that this laptop comes with fingerprint swiping for accessibility.� I&#039;d also lost my prompting to swipe my finger to get into my various accounts and what-not.� THAT feature is still not working... I&#039;m thinking it must somehow tie into this whole thing. Thank for taking the time to explore this with me. Brent   

________________________________]]></description>
		<content:encoded><![CDATA[<p>Well, stranger things have happened&#8230;� I tried your fixes &#8211; nothing had been changed or otherwise messed up that I could find.� However, in looking a bit further, I found that IE 10 had been released.� I installed it and *poof* problem solved. One other noteworthy part of this whole thing was that this laptop comes with fingerprint swiping for accessibility.� I&#8217;d also lost my prompting to swipe my finger to get into my various accounts and what-not.� THAT feature is still not working&#8230; I&#8217;m thinking it must somehow tie into this whole thing. Thank for taking the time to explore this with me. Brent   </p>
<p>________________________________</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer 9 / Firefox 4 &#8211; Facebook Flash Issues by John Glasgow</title>
		<link>http://refactoringself.com/2011/05/12/internet-explorer-9-firefox-4-facebook-flash-issues/#comment-2763</link>
		<dc:creator><![CDATA[John Glasgow]]></dc:creator>
		<pubDate>Wed, 28 Nov 2012 03:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.com/?p=277#comment-2763</guid>
		<description><![CDATA[Did you install/update anything before the issues started? It sounds like it could be an issue with your JavaScript settings. Make sure you have JavaScript enabled. Also sometimes toolbars are the cause of many issues. If you disable/remove them, it would be a good troubleshooting step.]]></description>
		<content:encoded><![CDATA[<p>Did you install/update anything before the issues started? It sounds like it could be an issue with your JavaScript settings. Make sure you have JavaScript enabled. Also sometimes toolbars are the cause of many issues. If you disable/remove them, it would be a good troubleshooting step.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Internet Explorer 9 / Firefox 4 &#8211; Facebook Flash Issues by Brent</title>
		<link>http://refactoringself.com/2011/05/12/internet-explorer-9-firefox-4-facebook-flash-issues/#comment-2754</link>
		<dc:creator><![CDATA[Brent]]></dc:creator>
		<pubDate>Tue, 27 Nov 2012 01:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://refactoringself.com/?p=277#comment-2754</guid>
		<description><![CDATA[Intersting stuff.  I have a 64-bit system, Windows 7.  Everything has been fine for a couple of years up til now.  Recently, NONE of my FB displays correctly excepting a few bars and indeces across the top and sides of the page.  Also, it can no longer load in Gmail.  I have now switched to Mozilla to use the internet. 
The really weird part?  - My wife and I share the same computer under different accounts.  She continues to use IE without an issue on her &quot;side&quot; of the computer.  I tried resetting IE to defaults - still no improvement.]]></description>
		<content:encoded><![CDATA[<p>Intersting stuff.  I have a 64-bit system, Windows 7.  Everything has been fine for a couple of years up til now.  Recently, NONE of my FB displays correctly excepting a few bars and indeces across the top and sides of the page.  Also, it can no longer load in Gmail.  I have now switched to Mozilla to use the internet.<br />
The really weird part?  &#8211; My wife and I share the same computer under different accounts.  She continues to use IE without an issue on her &#8220;side&#8221; of the computer.  I tried resetting IE to defaults &#8211; still no improvement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
