<?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: Using Task Scheduler to run a PowerShell Script</title>
	<atom:link href="http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script</link>
	<description>TechHead.co.uk is a site dedicated to information on various IT technologies, solutions, fixes and IT news. Topic areas include HP Proliant Servers &#38; Storage, VMware vSphere,ESX,ESXi, Microsoft Hyper V and Windows Server</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:47:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Pat</title>
		<link>http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-12455</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Mon, 21 Feb 2011 15:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-12455</guid>
		<description>I need to automate the copying copying of database files from one server to another automatically on a weekly and monthly basis.  I have tried your tips. with { without} nothing seems to work; however, the log says the script processed successfully.  I tried with plan .bat files first that worked beautifully while the servers were 2003 servers sp2... I could really use a nudge!  Both the .bat and the .ps1 files work when I manually start them- just not from within task scheduler.</description>
		<content:encoded><![CDATA[<p>I need to automate the copying copying of database files from one server to another automatically on a weekly and monthly basis.  I have tried your tips. with { without} nothing seems to work; however, the log says the script processed successfully.  I tried with plan .bat files first that worked beautifully while the servers were 2003 servers sp2&#8230; I could really use a nudge!  Both the .bat and the .ps1 files work when I manually start them- just not from within task scheduler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Server Autobackup Through Powershell…. Finally! &#124; Cyril Maithily Gupta&#39;s Blog</title>
		<link>http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10948</link>
		<dc:creator>Server Autobackup Through Powershell…. Finally! &#124; Cyril Maithily Gupta&#39;s Blog</dc:creator>
		<pubDate>Sun, 30 May 2010 13:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10948</guid>
		<description>[...] quotes. If you don&#8217;t have that your script won&#8217;t run. I found this online from another webpage  helpfully provided by Kiwi [...]</description>
		<content:encoded><![CDATA[<p>[...] quotes. If you don&#8217;t have that your script won&#8217;t run. I found this online from another webpage  helpfully provided by Kiwi [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiwi Si</title>
		<link>http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10719</link>
		<dc:creator>Kiwi Si</dc:creator>
		<pubDate>Tue, 27 Apr 2010 22:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10719</guid>
		<description>Hi Rashid,

Thanks for the comment and the link to your script.  I&#039;ll have to download it and give it a try sometime soon.  I&#039;m sure it&#039;ll prove useful to others.    :)

Cheers,


Simon</description>
		<content:encoded><![CDATA[<p>Hi Rashid,</p>
<p>Thanks for the comment and the link to your script.  I&#8217;ll have to download it and give it a try sometime soon.  I&#8217;m sure it&#8217;ll prove useful to others.    <img src='http://www.techhead.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid</title>
		<link>http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10693</link>
		<dc:creator>Rashid</dc:creator>
		<pubDate>Sat, 24 Apr 2010 08:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10693</guid>
		<description>I needed to setup a scheduled task that ran some PowerShell script in Windows Server 2008. When searching the web I noticed that a lot of people had struggled with this and so I decided to write this post to explain how I managed it. The scheduled task will ‘run whether the user is logged on or not’. You can schedule a PowerShell script using task scheduler which will run automatically on a given time. 

http://blog.pointbeyond.com/2010/04/23/run-powershell-script-using-windows-server-2008-task-scheduler/</description>
		<content:encoded><![CDATA[<p>I needed to setup a scheduled task that ran some PowerShell script in Windows Server 2008. When searching the web I noticed that a lot of people had struggled with this and so I decided to write this post to explain how I managed it. The scheduled task will ‘run whether the user is logged on or not’. You can schedule a PowerShell script using task scheduler which will run automatically on a given time. </p>
<p><a href="http://blog.pointbeyond.com/2010/04/23/run-powershell-script-using-windows-server-2008-task-scheduler/" rel="nofollow">http://blog.pointbeyond.com/2010/04/23/run-powershell-script-using-windows-server-2008-task-scheduler/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril Gupta</title>
		<link>http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10447</link>
		<dc:creator>Cyril Gupta</dc:creator>
		<pubDate>Sun, 21 Mar 2010 04:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10447</guid>
		<description>I had just finished the creation of a script to take backups for my server and it wasn&#039;t running on the scheduler at all. I read the article and I noticed what I had left out... The full path to the script I had used &#039;./&#039; in a bat file.

Thanks for writing the article. It helped me.</description>
		<content:encoded><![CDATA[<p>I had just finished the creation of a script to take backups for my server and it wasn&#8217;t running on the scheduler at all. I read the article and I noticed what I had left out&#8230; The full path to the script I had used &#8216;./&#8217; in a bat file.</p>
<p>Thanks for writing the article. It helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10219</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Tue, 23 Feb 2010 20:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.techhead.co.uk/using-task-scheduler-to-run-a-powershell-script#comment-10219</guid>
		<description>What if I want to log the output to a separate text file?</description>
		<content:encoded><![CDATA[<p>What if I want to log the output to a separate text file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.techhead.co.uk @ 2012-02-08 12:13:41 -->
