<?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>Sys Admin Tales &#187; Exchange 2010</title>
	<atom:link href="http://www.meltivore.com/category/exchange/exchange-2010/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meltivore.com</link>
	<description>The endless search for the Any key</description>
	<lastBuildDate>Wed, 25 Aug 2010 19:33:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Exchange 2010 SP1</title>
		<link>http://www.meltivore.com/2010/exchange-2010-sp1/</link>
		<comments>http://www.meltivore.com/2010/exchange-2010-sp1/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 19:33:50 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=462</guid>
		<description><![CDATA[Get it while it&#8217;s hot: Exchange 2010 SP1.
Here&#8217;s the list of what&#8217;s new and shiny.
]]></description>
			<content:encoded><![CDATA[<p>Get it while it&#8217;s hot: <a title="Exchange 2010 SP1" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=50b32685-4356-49cc-8b37-d9c9d4ea3f5b&amp;displaylang=en" target="_blank">Exchange 2010 SP1</a>.</p>
<p>Here&#8217;s the list of what&#8217;s <a title="New with E2X SP1" href="http://technet.microsoft.com/en-us/library/ff459257(EXCHG.141).aspx" target="_blank">new and shiny</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/exchange-2010-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script Samples</title>
		<link>http://www.meltivore.com/2010/script-samples/</link>
		<comments>http://www.meltivore.com/2010/script-samples/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 03:44:10 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=444</guid>
		<description><![CDATA[There are times when I spent an inordinate amount of time looking for just the right syntax for a command or even the correct command to get the job done. Here are four I put to use in the last few months&#8230;
Change Printer Spooler Service Recovery options to Restart
sc failure spooler reset= 60 actions= restart/600/restart/600/restart/600
Backing up [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when I spent an inordinate amount of time looking for just the right syntax for a command or even the correct command to get the job done. Here are four I put to use in the last few months&#8230;</p>
<p><strong>Change Printer Spooler Service Recovery options to Restart</strong><br />
sc failure spooler reset= 60 actions= restart/600/restart/600/restart/600</p>
<p><strong>Backing up an MSDE Database</strong><br />
osql -E -Q &#8220;BACKUP DATABASE mdss TO DISK= &#8216;C:\BB_DB_Backup\mdss.bak&#8217;&#8221;</p>
<p><strong>Copy Database and then Appending with Date<br />
</strong>copy t:\plandata.mdb C:\PlanDataBackup /Y</p>
<p>For /F &#8220;Tokens=1-8 Delims=.:/ &#8221; %%a In (&#8216;Echo %Date%&#8217;) Do (Set All=%%d-%%b-%%c)<br />
@For %%a in (&#8220;plandata.mdb&#8221;) do rename %%a &#8220;%%~na-%All%.mdb&#8221;</p>
<p><strong>Deleting Old OWA Logs</strong><br />
forfiles -p &#8220;C:\inetpub\logs\LogFiles\W3SVC1&#8243; -c &#8220;cmd /c echo del \&#8221;@FILE\&#8221; &amp; del \&#8221;@FILE\&#8221;" -d -21</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/script-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Big are those Mailboxes</title>
		<link>http://www.meltivore.com/2010/how-big-are-those-mailboxes/</link>
		<comments>http://www.meltivore.com/2010/how-big-are-those-mailboxes/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 23:34:00 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=438</guid>
		<description><![CDATA[One thing I truly miss about Exchange 2003 is the list of mailbox sizes that were easily accessible in the GUI. But things must move on and the display in the Exchange Management Console for both 2007 and 2010 lack the ability to populate and view this information.
Exchange Management Shell to the rescue! If you [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I truly miss about Exchange 2003 is the list of mailbox sizes that were easily accessible in the GUI. But things must move on and the display in the Exchange Management Console for both 2007 and 2010 lack the ability to populate and view this information.</p>
<p><strong>Exchange Management Shell to the rescue!</strong> If you enter just the basic Get-MailboxStatistics command it will be sorely lacking (and the sizes will be in KB). The command below will get Exchange to cough up a full list and friendlier MB display suitable for analyzing in Excel.</p>
<p>Open Exchange Management Shell and run the following:<br />
<em>Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},ItemCount</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/how-big-are-those-mailboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free PowerShell Editor</title>
		<link>http://www.meltivore.com/2010/free-powershell-editor/</link>
		<comments>http://www.meltivore.com/2010/free-powershell-editor/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 23:43:59 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=431</guid>
		<description><![CDATA[Yesterday I began to really dive into a new user script (which uses Exchange Management Shell) to bring it up to date and include more fields and features. As the script complexity grew, Notepad was no longer cutting the mustard.
I thought I&#8217;d be using Notepad++ or TextPad, both fine in their own right, but instead [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I began to really dive into a new user script (which uses Exchange Management Shell) to bring it up to date and include more fields and features. As the script complexity grew, Notepad was no longer <a title="Why cut mustard?" href="http://www.phrases.org.uk/meanings/cut-the-mustard.html" target="_blank">cutting the mustard</a>.</p>
<p>I thought I&#8217;d be using <a title="Notepad++" href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a> or <a title="TextPad" href="http://textpad.com/" target="_blank">TextPad</a>, both fine in their own right, but instead found <a title="PowerGUI" href="http://powergui.org" target="_blank">PowerGUI</a>. This PowerShell editor which finds syntax errors, includes definitions and much more; all for the low, low price of free. This seems to be a community supported by <a title="Quest Software" href="http://www.quest.com/" target="_blank">Quest Software</a> who has a bunch of fine (not so free) tools for SysAdmins.</p>
<p>I&#8217;m now able to work on, and run, the script off network (read: at home). It&#8217;s a helluva deal for the price, try <a title="PowerGUI Download" href="http://powergui.org/downloads.jspa" target="_blank">PowerGUI</a> for your next PowerShell outing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2010/free-powershell-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 is Now Available</title>
		<link>http://www.meltivore.com/2009/exchange-2010-is-now-available/</link>
		<comments>http://www.meltivore.com/2009/exchange-2010-is-now-available/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:51:56 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=409</guid>
		<description><![CDATA[Good thing we had that free eBook to learn Exchange 2010, because the announcement on the official Microsoft Exchange Team Blog says it is out the door and available worldwide.
You can grab the 120 day trial here. And this time there is no 32-bit version, as with the Exchange 2007 trial.
And if you are a TechNet [...]]]></description>
			<content:encoded><![CDATA[<p>Good thing we had that free <a title="Free E2KX Book" href="http://www.meltivore.com/2009/free-exchange-2010-ebook/" target="_blank">eBook</a> to learn Exchange 2010, because the <a title="Exchange 2010 Arrives!" href="http://msexchangeteam.com/archive/2009/11/09/453096.aspx" target="_blank">announcement</a> on the official <a title="MS Exchange Team Blog" href="http://msexchangeteam.com/" target="_blank">Microsoft Exchange Team Blog</a> says it is out the door and available worldwide.</p>
<p>You can grab the 120 day trial <a title="Exchange 2010 120 Day Trial" href="http://www.microsoft.com/downloads/details.aspx?familyid=05741f65-2a7b-4070-879f-d74208d6171d&amp;displaylang=en&amp;Hash=QzYCQjUHlKfPtNY4htrmdMq44xufc2AwAIbyLYGUZdBA%2bKPuA6YdaT5ALmH4kdjaRhNCNScwNEoRWd4CSWJdfg%3d%3d" target="_blank">here</a>. And this time there is no 32-bit version, as with the Exchange 2007 trial.</p>
<p>And if you are a <a title="Subscribe to TechNet" href="http://www.meltivore.com/2009/technet-subscription/" target="_blank">TechNet</a> or MSDN subscriber, the full (non-expiring) version is available for download as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/exchange-2010-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Exchange 2010 eBook</title>
		<link>http://www.meltivore.com/2009/free-exchange-2010-ebook/</link>
		<comments>http://www.meltivore.com/2009/free-exchange-2010-ebook/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 21:22:50 +0000</pubDate>
		<dc:creator>Tom Thrush</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://www.meltivore.com/?p=404</guid>
		<description><![CDATA[I nabbed this news item from Bink.nu, a very worthy site for the latest in Microsoft news.
You can head on over to Red Gate Software&#8217;s site for a free eBook on Exchange 2010. I guess I should start reading, it&#8217;ll be here sooner than later.
Not sure how long this will last, so get&#8217;em while they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I nabbed this news item from <a title="Bink.nu" href="http://bink.nu/news/free-ebook-exchange-2010-a-practical-approach.aspx" target="_blank">Bink.nu</a>, a very worthy site for the latest in Microsoft news.</p>
<p>You can head on over to Red Gate Software&#8217;s site for a free <a title="Free E2KX Book" href="http://www.red-gate.com/specials/Exchange/esa_exchange2010.htm" target="_blank">eBook</a> on Exchange 2010. I guess I should start reading, it&#8217;ll be here <a title="E2KX is Code Complete" href="http://msexchangeteam.com/archive/2009/10/08/452775.aspx" target="_blank">sooner</a> than later.</p>
<p>Not sure how long this will last, so get&#8217;em while they&#8217;re hot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meltivore.com/2009/free-exchange-2010-ebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
