<?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: Monitoring, Starting, and Stopping Perfmon Performance Counter Logs using VBScript</title>
	<atom:link href="http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/</link>
	<description>Thoughts and Code from Tim Laqua</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:25:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Michael</title>
		<link>http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/comment-page-1/#comment-2942</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 11 Jul 2010 19:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=53#comment-2942</guid>
		<description>Hi Tim, 
a bit of a long time ago since you made that script.
i tried running it on my desktop, but it gave me errors 
(line: 21, char 1, object not a collection, code: 800A01C3, source: microsoft VBScript runtime error)

i am running an x64 bit version of windows 7.
However, i get it to run on any x86 environment.

Do you know which variable is not recognised in x64 environments? Any help is much appreciated...!!!

Regards, Michael</description>
		<content:encoded><![CDATA[<p>Hi Tim,<br />
a bit of a long time ago since you made that script.<br />
i tried running it on my desktop, but it gave me errors<br />
(line: 21, char 1, object not a collection, code: 800A01C3, source: microsoft VBScript runtime error)</p>
<p>i am running an x64 bit version of windows 7.<br />
However, i get it to run on any x86 environment.</p>
<p>Do you know which variable is not recognised in x64 environments? Any help is much appreciated&#8230;!!!</p>
<p>Regards, Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElMehdi</title>
		<link>http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/comment-page-1/#comment-2580</link>
		<dc:creator>ElMehdi</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=53#comment-2580</guid>
		<description>hi,
thank you for your script.
I&#039;m automating the collect of perf data for servers in a domain, so this saves me a huge time.
i&#039;ll post the result to my blog 
regards,</description>
		<content:encoded><![CDATA[<p>hi,<br />
thank you for your script.<br />
I&#8217;m automating the collect of perf data for servers in a domain, so this saves me a huge time.<br />
i&#8217;ll post the result to my blog<br />
regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/comment-page-1/#comment-1577</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 24 Feb 2009 01:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=53#comment-1577</guid>
		<description>Yes, copy it, paste it in to a text file and save it as PerfMonMon.vbs

Then, copy it to each server (do this with one server first, just to make sure you have it right).  Once it&#039;s on the server, create a new scheduled task (in Control Panel) and configure it to run ever 5 minutes (even if no users are logged on) and run the script (PerfMonMon.vbs).

also, make sure to edit the line above where it says strExchangeServer = &quot;yourmailgateway&quot; if you want it to email you</description>
		<content:encoded><![CDATA[<p>Yes, copy it, paste it in to a text file and save it as PerfMonMon.vbs</p>
<p>Then, copy it to each server (do this with one server first, just to make sure you have it right).  Once it&#8217;s on the server, create a new scheduled task (in Control Panel) and configure it to run ever 5 minutes (even if no users are logged on) and run the script (PerfMonMon.vbs).</p>
<p>also, make sure to edit the line above where it says strExchangeServer = &#8220;yourmailgateway&#8221; if you want it to email you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iman</title>
		<link>http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/comment-page-1/#comment-1576</link>
		<dc:creator>Iman</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=53#comment-1576</guid>
		<description>Thanks Tim,
But i am really zero knowledge on script can you let me specify where i need to put server name or can get a CSV file where list of servers will be there ? And also let me know how to put this script in server.
Like copy the contents and paste in text file ? 

Pls guide ...

Iman</description>
		<content:encoded><![CDATA[<p>Thanks Tim,<br />
But i am really zero knowledge on script can you let me specify where i need to put server name or can get a CSV file where list of servers will be there ? And also let me know how to put this script in server.<br />
Like copy the contents and paste in text file ? </p>
<p>Pls guide &#8230;</p>
<p>Iman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/comment-page-1/#comment-1575</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=53#comment-1575</guid>
		<description>The script here will work just fine for that.  Run it as a Scheduled Task that fires every 5 minutes - when the server comes up, the task will fire - it will attempt to start the logs that still aren&#039;t running next time it fires (5 minutes later).

Comment out line 58 (the SendEmail line) if you don&#039;t care to receive emails when it starts logs - but for the first few times, it&#039;s good to let it email you so you can understand what logs are starting the first time and which ones are still having difficulties starting.</description>
		<content:encoded><![CDATA[<p>The script here will work just fine for that.  Run it as a Scheduled Task that fires every 5 minutes &#8211; when the server comes up, the task will fire &#8211; it will attempt to start the logs that still aren&#8217;t running next time it fires (5 minutes later).</p>
<p>Comment out line 58 (the SendEmail line) if you don&#8217;t care to receive emails when it starts logs &#8211; but for the first few times, it&#8217;s good to let it email you so you can understand what logs are starting the first time and which ones are still having difficulties starting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iman</title>
		<link>http://timlaqua.com/2008/11/monitoring-starting-and-stopping-perfmon-performance-counter-logs-using-vbscript/comment-page-1/#comment-1574</link>
		<dc:creator>Iman</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://timlaqua.com/?p=53#comment-1574</guid>
		<description>Hi Tim,
We do have almost 40 citrix server, i need to start conter logs when system start up, automatic. Though i created a batch file and start counter logs on start up using logman command but almost half of the server it is unable to do same . Pls write a VBscript for me so that i can implement on my environment .

Thanks a lot in advance .

Iman
Server Eng- Ocwen</description>
		<content:encoded><![CDATA[<p>Hi Tim,<br />
We do have almost 40 citrix server, i need to start conter logs when system start up, automatic. Though i created a batch file and start counter logs on start up using logman command but almost half of the server it is unable to do same . Pls write a VBscript for me so that i can implement on my environment .</p>
<p>Thanks a lot in advance .</p>
<p>Iman<br />
Server Eng- Ocwen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
