<?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>..::\\ www.christiano.ch //::.. &#187; Exchange</title>
	<atom:link href="http://www.christiano.ch/wordpress/tag/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Export and Import Mailbox data to a PST file on Exchange Server 2007</title>
		<link>http://www.christiano.ch/wordpress/2012/01/05/export-and-import-mailbox-data-to-a-pst-file-on-exchange-server-2007/</link>
		<comments>http://www.christiano.ch/wordpress/2012/01/05/export-and-import-mailbox-data-to-a-pst-file-on-exchange-server-2007/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 06:49:07 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PST]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2012/01/05/export-and-import-mailbox-data-to-a-pst-file-on-exchange-server-2007/</guid>
		<description><![CDATA[This procedure describes how to export all mailboxes from one Exchange Server to a PST files and how to import the PST files to another Exchange Server in a different domain. Before you begin make sure that: You have a &#8230; <a href="http://www.christiano.ch/wordpress/2012/01/05/export-and-import-mailbox-data-to-a-pst-file-on-exchange-server-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This procedure describes how to export all mailboxes from one Exchange Server to a PST files and how to import the PST files to another Exchange Server in a different domain. Before you begin make sure that: </p>
<p><span id="more-1270"></span>
<ul>
<li>You have a computer that has Outlook 2003 (SP2) or 2007, Exchange 2007 Management Tools (32-bit version), PowerShell and .NET Framework installed </li>
<li>Logon with an account that has Exchange Server Administrator and Local Administrator rights </li>
<li>You have full access to the users’ mailbox on both servers. See the note below on how to do it. </li>
</ul>
<p>&#160;</p>
<ul>
<ol>
<li>Start the Exchange Management Shell and type the following:<strong><em>[PS] C:\&gt;Get-Mailbox –Database “&lt;Exchange Server FQDN&gt;\&lt;Database Name&gt;” | Export-Mailbox –PSTFolderPath C:\PSTFiles</em></strong> to export all users mailbox to a PST file. Press A for Yes to All. Depending on the size of your database, the export procedure could take a long time to complete. </li>
<li>Now the mailboxes are exported to the PST files, make sure that the PST file name matches the alias of the users’ account in the other domain. </li>
<li>Next, import the PST files to the other Exchange Server by typing the following: <strong><em>[PS] C:\&gt;Get-Mailbox –Database “&lt;Exchange Server FQDN&gt;\&lt;Database Name&gt;” | Import-Mailbox –PSTFolderPath C:\PSTFiles</em></strong> and press A for Yes for All. Wait until the import operation completes.</li>
</ol>
<p><strong><em>Note:</em></strong>      <br />To grant the Administrator Full Access rights on the database type the following command:      <br /><strong><em>[PS] C:\&gt;Get-Mailbox -Database “&lt;Exchange Server FQDN&gt;\&lt;Database Name&gt;” | Add-ADPermission -User Administrator -AccessRights GenericAll</em></strong></p>
</ul>
<ol></ol>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Export+and+Import+Mailbox+data+to+a+PST+file+on+Exchange+Server+2007+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1270" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Export+and+Import+Mailbox+data+to+a+PST+file+on+Exchange+Server+2007+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1270" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2012/01/05/export-and-import-mailbox-data-to-a-pst-file-on-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Exec, Volume Shadow Copy, Permissions etc</title>
		<link>http://www.christiano.ch/wordpress/2011/05/01/backup-exec-volume-shadow-copy-permissions-etc/</link>
		<comments>http://www.christiano.ch/wordpress/2011/05/01/backup-exec-volume-shadow-copy-permissions-etc/#comments</comments>
		<pubDate>Sun, 01 May 2011 09:57:13 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Backup Exec]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows General]]></category>
		<category><![CDATA[CAPI2]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[icacls]]></category>
		<category><![CDATA[VSS]]></category>
		<category><![CDATA[vssadmin]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2011/05/01/backup-exec-volume-shadow-copy-permissions-etc/</guid>
		<description><![CDATA[Ok, long story short, it all started with a Backup Exec 12.0 job suddenly failing.. One part of the whole job is backuping Exchange Server 2007 using a remote agent and the exchange server. In the job log of Backup &#8230; <a href="http://www.christiano.ch/wordpress/2011/05/01/backup-exec-volume-shadow-copy-permissions-etc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strike></strike><br />
<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="607">Ok, long story short, it all started with a Backup Exec 12.0 job suddenly failing.. One part of the whole job is backuping Exchange Server 2007 using a remote agent and the exchange server. In the job log of Backup Exec, i got a <strong>‘Final error: 0xe000fed1 &#8211; A failure occurred querying the Writer status. ‘ </strong>ok, initially i thought, this is nothing new.. querying the writer status and seeing what this one’s reporting .. </td>
<td valign="top" width="67"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2011/05/Logo_winlogo.jpg"><img style="display: inline" title="Logo_winlogo" alt="Logo_winlogo" src="http://www.christiano.ch/wordpress/wp-content/uploads/2011/05/Logo_winlogo_thumb.jpg" width="102" height="91" /></a></td>
</tr>
</tbody>
</table>
<p><span id="more-1194"></span>
<p><strong>This is the Backup Exec 12.0 Job log:</strong> </p>
<pre>Job ended: Donnerstag, 28. April 2011 at 23:00:12
Completed status: Failed
Final error: 0xe000fed1 - A failure occurred querying the Writer status.
Final error category: Resource Errors

For additional information regarding this error refer to link <a href="http://eventlookup.veritas.com/eventlookup/EventLookup.jhtml?EvtID=V-79-57344-65233" target="_blank">V-79-57344-65233</a></pre>
<p><strong>and this:</strong> </p>
<pre><tt>Click an error below to locate it in the job log

Backup- server.domain.localV-79-57344-34110 - AOFO: Initialization failure on: &quot;\\server.domain.local\Microsoft Information Store\xyz Storage Group&quot;. Advanced Open File Option used: Microsoft Volume Shadow Copy Service (VSS).Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status. Check the Windows Event Viewer for details. Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Waiting for backup complete notification (5). </tt></pre>
<p><strong>VssAdmin List Writers reported:</strong> </p>
<pre>Writer name: 'Microsoft Exchange Writer'
  Writer Id: {76fe1ac4-15f7-4bcd-987e-8e1acb462fb7}Writer Instance Id: {c0784b22-2777-47ea-955c-6302ef023141}   State: [5] Waiting for completion
Last error: No error</pre>
<p><strong>Checking Event Viewer: </strong></p>
<pre><strong>Source: VSS

Event ID: 8193</strong>Volume Shadow Copy Service error: Unexpected error calling routine ConvertStringSidToSid.hr = 0x80070539. Operation:
OnIdentify event
Gathering Writer DataContext:
Execution Context: Shadow Copy Optimization Writer
Writer Class Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
Writer Name: Shadow Copy Optimization Writer
Writer Instance ID: {e439464c-084e-42a6-bebb-79f6c877804e}</pre>
<p><strong>i got this solved by following <a href="http://social.technet.microsoft.com/Forums/en/winserverfiles/thread/7b52f7c1-a783-409e-9af3-da64567676df" target="_blank">MSFT-David Shen’s tip</a>.. =&gt; Just deleted a Profile with a .bak extension..</strong></p>
<pre>Hi,

According to the research, the issue may be caused by an invalid entry inside the following registry sub tree.

<strong>HKey_Local_Machine\Software\Microsoft\Windows NT\CurrentVersion\ProfileList</strong>

Please open the registry editor with regedit.

Expand and local to the subtree, check if there is an entry that has a &quot;.bak&quot; value appended. If so, this may be cause the failure when trying to resolve the SID of the writer.

Please backup the registry key first, and then delete that entry with the extra &quot;.bak&quot;

Then you may reboot the problematic server to check if it the issue can be fixed.</pre>
<p>&#160;</p>
<p>Ok, this solved the above mentioned error with EventID 8193</p>
<p>But there was another error, kept me from running the backup job successfully.. </p>
<pre>Source: CAPI2
Event ID: 513
Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object.

Details:
AddCoreCsiFiles : BeginFileEnumeration() failed.

System Error:
Access is denied.
.</pre>
<p>&#160;</p>
<p><strong><a href="http://technet.microsoft.com/en-us/library/cc734021(WS.10).aspx" target="_blank">Microsoft Technet</a></strong><strong> writes:</strong></p>
<hr />
<h4>Event Details</h4>
<p><strong>Product:</strong> </p>
<p>Windows Operating System</p>
<p><strong>ID:</strong> </p>
<p>513</p>
<p><strong>Source:</strong> </p>
<p>Microsoft-Windows-CAPI2</p>
<p><strong>Version:</strong> </p>
<p>6.0</p>
<p><strong>Symbolic Name:</strong> </p>
<p>MSG_SYSTEMWRITER_ONIDENTITY_FAILURE</p>
<p><strong>Message:</strong> </p>
<p>Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object.%1.</p>
<h4>Resolve</h4>
<h5>Modify the access control list on the registration folder</h5>
<p>Component Object Model (COM) applications must be able to access the COM+ catalog files that are stored in the COM catalog folder. If the default access control list is changed on the COM catalog folder within the Windows folder, the Shadow Copy System Writer may not work properly.</p>
<p>To perform this procedure, you must be a member of the local <strong>Administrators</strong> group, or you must have been delegated the appropriate authority.</p>
<p>To modify the access control list on the COM catalog folder:</p>
<ol>
<li>Click <strong>Start</strong>, and then click <strong>Computer</strong>. </li>
<li>Navigate to <em>%systemdrive%</em>\Windows.
<p>By default, <em>%systemdrive%</em> is located at C:\.</p>
</li>
<li>Right-click <strong>Registration</strong>, click <strong>Properties</strong>, and then click the <strong>Security</strong> tab. </li>
<li>Click <strong>Advanced</strong>, and then click <strong>Edit</strong>. </li>
<li>If the <strong>User Account Control</strong> dialog box appears, confirm that the action it displays is what you want, and then click <strong>Continue</strong>. </li>
<li>Click <strong>Edit</strong> to view the special permissions assigned to this folder. </li>
<li>Ensure that the access control list matches the following criteria:
<ul>
<li>The local Administrators group has <strong>Full Control</strong> permissions applied to <strong>This folder and files</strong>. </li>
<li>The Everyone group has <strong>List folder/read data</strong>, <strong>Read attributes</strong>, <strong>Read extended attributes</strong>, and <strong>Read permissions</strong> applied to <strong>This folder and files</strong>. </li>
<li>The local SYSTEM account has <strong>Full Control</strong> permissions applied to <strong>This folder and files</strong>. </li>
</ul>
</li>
<li>If the permissions on this folder do not match what is listed in this procedure, make the appropriate changes, and then click <strong>OK</strong>. </li>
</ol>
<h4>Verify</h4>
<p>To perform this procedure, you must be a member of the local <strong>Administrators</strong> group, or you must have been delegated the appropriate authority.</p>
<p>To verify that the Shadow Copy System Writer is working properly:</p>
<ol>
<li>Click <strong>Start</strong>, point to <strong>All Programs</strong>, and then click <strong>Accessories</strong>. </li>
<li>Right-click <strong>Command Prompt</strong>, and then click <strong>Run as administrator</strong>. </li>
<li>If the <strong>User Account Control</strong> dialog box appears, confirm that the action it displays is what you want, and then click <strong>Continue</strong>. </li>
<li>In the command prompt window, type <strong>vssadmin list writers</strong>. </li>
<li>Ensure that <strong>Writer Name: &#8216;System Writer&#8217;</strong> is displayed in the list. </li>
</ol>
<hr />i followed these instructions, but the problem still existed. When calling <em>VssAdmin List Writers</em>&#160; the System Writer wasn’t listed .. </p>
<p>I started Process Monitor and found an ACCESS DENIED on <em>C:\Windows\winsxs\FileMaps\$$.cdf-ms</em> for the <em>NT AUTHORITY\NETWORK SERVICE</em>. Funny, the guys writing Technet Articles and Help for MS don’t even know their own system in deep .. rofl .. however, granting NT AUTHORITY\NETWORK SERVICE the necessary rights, solved also this issue.</p>
<p><strong>here’s my powershell get-history (including typos and retries <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Zwinkerndes Smiley" src="http://www.christiano.ch/wordpress/wp-content/uploads/2011/05/wlEmoticon-winkingsmile.png" />), maybe it will help you: </strong></p>
<hr />
<p>[PS] C:\Windows\system32&gt;Get-History</p>
<p>&#160; Id CommandLine<br />
  <br />&#160; &#8212; &#8212;&#8212;&#8212;&#8211; </p>
<p>&#160; 14 .\vssadmin.exe list writers </p>
<p>&#160; 15 icacls </p>
<p>&#160; 16 icacls %windir%\winsxs\filemaps\*.* /grant &quot;NT Service\trustedinstaller:(F)&quot; </p>
<p>&#160; 17 .\vssadmin.exe list writers </p>
<p>&#160; 18 icacls /? </p>
<p>&#160; 19 .\vssadmin.exe list writers </p>
<p>&#160; 20 Takeown /f %windir%\winsxs\filemaps\* /a </p>
<p>&#160; 21 icacls %windir%\winsxs\filemaps\*.* /grant &quot;NT AUTHORITY\SYSTEM:(RX)&quot; </p>
<p>&#160; 22 icacls %windir%\winsxs\filemaps\*.* /grant &quot;NT Service\trustedinstaller:(F)&quot; </p>
<p>&#160; 23 icacls %windir%\winsxs\filemaps\*.* /grant BUILTIN\Users:(RX) </p>
<p>&#160; 24 icacls %windir%\winsxs\filemaps\*.* /grant BUILTIN\Users:(RX) </p>
<p>&#160; 25 icacls </p>
<p>&#160; 26 icacls %windir%\winsxs\filemaps\*.* /grant &quot;BUILTIN\Users:(RX)&quot; </p>
<p>&#160; 27 .\vssadmin.exe list writers </p>
<p>&#160; 28 .\vssadmin.exe list writers </p>
<p>&#160; 29 .\icacls.exe %windir%\winsxs\filemaps\*.* grant &quot;NT AUTHORITY\NETWORK SERVICE:(F)&quot; </p>
<p>&#160; 30 .\icacls.exe %windir%\winsxs\filemaps\*.* /grant &quot;NT AUTHORITY\NETWORK SERVICE:(F)&quot; </p>
<p>&#160; 31 .\icacls.exe %windir%\winsxs\filemaps\*.* /grant &quot;NT AUTHORITY\NETWORK SERVICE:(F)&quot; </p>
<p>&#160; 32 .\vssadmin.exe list writers </p>
<p>&#160; 33 .\icacls.exe %windir%\winsxs\filemaps\*.* /grant &quot;NT AUTHORITY\NETWORK SERVICE:(F)&quot; </p>
<p>&#160; 34 takeown /f %windir%\winsxs\filemaps\* /a </p>
<p>&#160; 35 takeown </p>
<p><font color="#ff0000"><strong>&#160; 36 takeown /f C:\Windows\winsxs\FileMaps\* /a<br />
      <br />&#160; 37 icaclc C:\Windows\winsxs\FileMaps\*.* /grant </p>
<p>&#160; 38 icaclc C:\Windows\winsxs\FileMaps\*.* /grant &quot;NT AUTHORITY\SYSTEM:(RX)&quot; </p>
<p>&#160; 39 icacls C:\Windows\winsxs\FileMaps\*.* /grant &quot;NT AUTHORITY\SYSTEM:(RX)&quot; </p>
<p>&#160; 40 icacls C:\Windows\winsxs\FileMaps\*.* /grant &quot;NT Service\trustedinstaller:(F)&quot; </p>
<p>&#160; 41 icacls C:\Windows\winsxs\FileMaps\*.* /grant BUILTIN\Users:(RX) </p>
<p>&#160; 42 icacls C:\Windows\winsxs\FileMaps\*.* /grant &quot;BUILTIN\Users:(RX)&quot; </p>
<p>&#160; 43 .\icacls.exe %windir%\winsxs\filemaps\*.* /grant &quot;NT AUTHORITY\NETWORK SERVICE:(F)&quot; </p>
<p>&#160; 44 .\icacls.exe c:\windows\winsxs\filemaps\*.* /grant &quot;NT AUTHORITY\NETWORK SERVICE:(F)&quot;</strong></font> </p>
<p>&#160; 45 .\vssadmin.exe list writers</p>
<hr />
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Backup+Exec%2C+Volume+Shadow+Copy%2C+Permissions+etc+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1194" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Backup+Exec%2C+Volume+Shadow+Copy%2C+Permissions+etc+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1194" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2011/05/01/backup-exec-volume-shadow-copy-permissions-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange 2007 / 2010 &#8211; Statistics using Exchange Management Shell (EMS)</title>
		<link>http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/</link>
		<comments>http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:14:10 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/</guid>
		<description><![CDATA[Using Microsoft Exchange 2007 / 2010 Management Shell (PowerShell with extensions), you can pull out some very exciting statistics. That was never that easy in the pre Exchange 2007 era. Let’s start with some easy stuff.. Get the number of &#8230; <a href="http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="676">Using Microsoft Exchange 2007 / 2010 Management Shell (PowerShell with extensions), you can pull out some very exciting statistics. That was never that easy in the pre Exchange 2007 era.</td>
<td valign="top" width="10"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2010/03/Logo_ExchangeSvr.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Logo_ExchangeSvr" border="0" alt="Logo_ExchangeSvr" src="http://www.christiano.ch/wordpress/wp-content/uploads/2010/03/Logo_ExchangeSvr_thumb.png" width="160" height="90" /></a> </td>
</tr>
</tbody>
</table>
<p> <span id="more-898"></span>
<p>Let’s start with some easy stuff..</p>
<p><strong>Get the number of Public Folders</strong></p>
<p><code>Get-PublicFolder -Recurse | Measure-Object</code></p>
<p><strong>Get the sum / number of Mails / Object in all Public Folders</strong></p>
<p><code>Get-PublicFolderStatistics | Measure-Object -Property ItemCount -Sum</code></p>
<p><strong>Get the number of Mailboxes</strong></p>
<p><code>Get-Mailbox | Measure-Object</code></p>
<p><strong>Get the number of sent messages / emails within a date range</strong></p>
<p><code>Get-MessageTrackingLog -Start &quot;29.11.2009&quot; -End &quot;30.12.2009&quot; -ResultSize Unlimited | Measure-Object</code></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Exchange+2007+%2F+2010+%E2%80%93+Statistics+using+Exchange+Management+Shell+%28EMS%29+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D898" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+Exchange+2007+%2F+2010+%E2%80%93+Statistics+using+Exchange+Management+Shell+%28EMS%29+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D898" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2010/03/14/microsoft-exchange-2007-2010-statistics-using-exchange-management-shell-ems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

