<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>- danovich.com.au - &#187; Scheduled Task</title>
	<atom:link href="http://blog.danovich.com.au/tag/scheduled-task/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danovich.com.au</link>
	<description>For the enterprise sys admin by the enterprise sys admin</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:56:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Scheduled task Powershell script to backup Lync Server 2010 config</title>
		<link>http://blog.danovich.com.au/2010/12/30/scheduled-task-powershell-script-to-backup-lync-server-2010-config/</link>
		<comments>http://blog.danovich.com.au/2010/12/30/scheduled-task-powershell-script-to-backup-lync-server-2010-config/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 23:58:49 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[OCS / Lync]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[export-csconfiguration]]></category>
		<category><![CDATA[lync]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[Scheduled Task]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=499</guid>
		<description><![CDATA[I&#8217;ve created a simple Powershell script to run daily to backup Lync configuration with the export-csconfiguration command: cd $env:UserProfile Import-Module 'C:\Program Files\Common Files\Microsoft Lync Server 2010\Modules\Lync\Lync.psd1' $filename = "d:\backup\{0:yyyy.MM.dd-HH.mm}-config.zip" -f (Get-Date) export-csconfiguration -Filename $filename -Force:$True For example, put the above code into a document called d:\backup\backup.ps1 and then create a scheduled task to execute the [...]<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=8.7" /></div><div>Rating: 8.7/<strong>10</strong> (3 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2010/12/30/scheduled-task-powershell-script-to-backup-lync-server-2010-config/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 Powershell script scheduled task?</title>
		<link>http://blog.danovich.com.au/2009/02/12/exchange-2007-powershell-script-scheduled-task/</link>
		<comments>http://blog.danovich.com.au/2009/02/12/exchange-2007-powershell-script-scheduled-task/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 00:30:08 +0000</pubDate>
		<dc:creator>danovich</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[Scheduled Task]]></category>

		<guid isPermaLink="false">http://blog.danovich.com.au/?p=53</guid>
		<description><![CDATA[To run a Exchange 2007 Powershell script as a scheduled task you need to call the Exchange Shell as part of the command eg: powershell -psconsolefile "C:\Program Files\Microsoft\Exchange Server\bin\exshell.psc1" -command "&#038; 'your script.ps1' " Rating: 10.0/10 (2 votes cast)<br /><div><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (2 votes cast)</div><br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://blog.danovich.com.au/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br />]]></description>
		<wfw:commentRss>http://blog.danovich.com.au/2009/02/12/exchange-2007-powershell-script-scheduled-task/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

