<?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>highball.se &#187; Exchange server</title>
	<atom:link href="http://highball.se/category/exchange-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://highball.se</link>
	<description>Out of Clutter, Find Simplicity</description>
	<lastBuildDate>Thu, 05 Aug 2010 06:47:39 +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>How I exported Exchange 2007 mailboxes to pst files</title>
		<link>http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/</link>
		<comments>http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 06:22:04 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Exchange server]]></category>

		<guid isPermaLink="false">http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/</guid>
		<description><![CDATA[First off you will need a Windows server or client running 32-bit OS. 
The next thing is you need is Exchange Management tools. (link)
Note that I already had powershell installed, so I&#8217;m not sure if you need it before Exchange management tools..Or if the installer will warn you.
Then you will need to install Outlook 2003 [...]]]></description>
			<content:encoded><![CDATA[<p>First off you will need a Windows server or client running 32-bit OS. </p>
<p>The next thing is you need is Exchange Management tools. (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6be38633-7248-4532-929b-76e9c677e802&#038;displaylang=en">link</a>)</p>
<p>Note that I already had powershell installed, so I&#8217;m not sure if you need it before Exchange management tools..Or if the installer will warn you.</p>
<p>Then you will need to install Outlook 2003 or 2007 locally. I went with 2007..</p>
<p>Now for the export. Start up the Exchange management shell and use the following command: <strong>Export-Mailbox –Identity &#8220;mailboxUser&#8221; -PSTFolderPath &#8220;pathToSavePST&#8221; </strong><br />
(<a href="http://msexchangeteam.com/archive/2007/04/13/437745.aspx">link</a>)</p>
<p>I got an error. It turned out that my admin account did not have the right permission on the mailboxes.</p>
<p>I fixes this with the following command:</p>
<p><strong>Get-Mailbox | Add-MailboxPermission -User &#8220;YourUserName&#8221; -AccessRights FullAccess </strong><br />
(<a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvrmigration/thread/a143664a-71b1-4c64-9928-71ec3ea809c9">link</a>)</p>
<p>That&#8217;s it. </p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2010/08/how-i-exported-exchange-2007-mailboxes-to-pst-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Exchange 2007 prerequisites on Windows Server 2008</title>
		<link>http://highball.se/2009/05/installing-the-exchange-2007-prerequisites-on-windows-server-2008/</link>
		<comments>http://highball.se/2009/05/installing-the-exchange-2007-prerequisites-on-windows-server-2008/#comments</comments>
		<pubDate>Fri, 29 May 2009 16:47:51 +0000</pubDate>
		<dc:creator>Carl-Fredrik</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://highball.se/2009/05/installing-the-exchange-2007-prerequisites-on-windows-server-2008/</guid>
		<description><![CDATA[Installing the prerequisites for Exchange 2007 can be a hassle! The other day I found this great guide from Pat Richard on petri.co.il. The guide describes how to install everything you need in a snap!
Very cool!


]]></description>
			<content:encoded><![CDATA[<p style="clear: both"><a href="http://highball.se/wp-content/uploads/2009/05/exchangelogo-2.jpg" class="image-link"><img class="linked-to-original" src="http://highball.se/wp-content/uploads/2009/05/exchangelogo-2-thumb.jpg" height="214" align="left" width="203" style=" display: inline; float: left; margin: 0 10px 10px 0;" /></a>Installing the prerequisites for Exchange 2007 can be a hassle! The other day I found <a href="http://www.petri.co.il/installing-exchange-2007-prerequisites-on-windows-server-2008.htm" target="_blank">this great guide</a> from <a href="http://www.petri.co.il/authors/prichard" rel="nofollow">Pat Richard</a> on petri.co.il. The guide describes how to install everything you need in a snap!</p>
<p>Very cool!</p>
<p style="clear: both">
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2009/05/installing-the-exchange-2007-prerequisites-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That OLD dirty shutdown problem</title>
		<link>http://highball.se/2008/12/that-old-dirty-shutdown-problem/</link>
		<comments>http://highball.se/2008/12/that-old-dirty-shutdown-problem/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 06:50:21 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Exchange server]]></category>
		<category><![CDATA[Exchange recovery]]></category>

		<guid isPermaLink="false">http://highball.se/?p=83</guid>
		<description><![CDATA[In a world of virtualization, raid systems and backing up restoring a crashed exchange server is a piece of cake, rigth?
As we all know, sometimes the unexpected happens and when it hits you Recovery for Exchange server 4 from officerecovery.com actually comes in handy. The software processes the EDB file from your crashed server and [...]]]></description>
			<content:encoded><![CDATA[<p>In a world of virtualization, raid systems and backing up restoring a crashed exchange server is a piece of cake, rigth?<br />
As we all know, sometimes the unexpected happens and when it hits you Recovery for Exchange server 4 from <a href="http://officerecovery.com/exchangeserver/">officerecovery.com</a> actually comes in handy. The software processes the EDB file from your crashed server and restores everything in a user based folder structure with manageable sized PST files.</p>
<p>Also, the license is only at the cost for 1 Microsoft 2003 license.</p>
]]></content:encoded>
			<wfw:commentRss>http://highball.se/2008/12/that-old-dirty-shutdown-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
