<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Catastrophic Failure "JV"</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/</link><description>Mail Flow and Mail Fly somewhere goes or somewhere hide??? </description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Share calendar with PowerShell Office 365</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/06/17/share-calendar-with-powershell-office-365.aspx</link><pubDate>Mon, 17 Jun 2013 15:47:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3579324</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3579324</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/06/17/share-calendar-with-powershell-office-365.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;To share user&amp;rsquo;s calendar with another users in an origination, we can click the button &amp;ldquo;Share Calendar&amp;rdquo; on the top ribbon of menu bar, or run the command &amp;rdquo; Add-MailboxFolderPermission&amp;rdquo; by using Windows PowerShell. &lt;br /&gt;&lt;br /&gt;To do this, please perform the steps below:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;1. &lt;a href="http://help.outlook.com/en-us/140/cc952756.aspx"&gt;&lt;span style="color: #808080;"&gt;Install and configure Windows PowerShell&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;2. &lt;a href="http://help.outlook.com/en-us/140/cc952755.aspx"&gt;&lt;span style="color: #808080;"&gt;Connect Windows PowerShell to Exchange Online&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;Run the following to authenticate yourself and import PowerShell commands to your local session:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;$LiveCred = Get-Credential&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;$Session = New-PSSession -ConfigurationName Microsoft.Exchange-ConnectionUri &lt;a href="https://ps.outlook.com/powershell/"&gt;&lt;span style="color: #808080;"&gt;https://ps.outlook.com/powershell/&lt;/span&gt;&lt;/a&gt; -Credential $LiveCred -Authentication Basic -AllowRedirection&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;Import-PSSession $Session&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0640.calendar_5F00_1.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0640.calendar_5F00_1.jpg" alt=" " width="933" height="431" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Image 1&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;3. Run the cmdlet below to grant appropriate permission to a user, who can view or edit another one&amp;rsquo;s calendar.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;Add-MailboxFolderPermission &amp;ndash;Identity &amp;lt;MailboxFolderId&amp;gt; -AccessRight &amp;lt;MailboxFolderAccessRight&amp;gt; -User &amp;lt; MailboxFolderUserId &amp;gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;em&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;Note:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;The Identity parameter specifies the recipient and folder that you want to change the permissions for, and the User parameter specifies who's granted permission to view or modify the folder contents of the user specified in the Identity parameter.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;For example:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;This example assigns permissions for Anna to access John's calendar mailbox folder and applies the readitems role to her access of that folder&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;Add-MailboxFolderPermission &amp;ndash;Identity cf@losgrecos.onmicrosoft.com:\Calendar&amp;nbsp; -AccessRight ReadItems&amp;nbsp; -User &lt;a href="mailto:joannav@losgrecos.onmicrosoft.com"&gt;joannav@losgrecos.onmicrosoft.com&lt;/a&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1007.calendar_5F00_2.JPG"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1007.calendar_5F00_2.JPG" alt=" " width="1213" height="129" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;&lt;br /&gt;Image 2&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;For more information about add mailbox folder permission, please refer to the article below:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;Add-MailboxFolderPermission&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: andale mono,times; font-size: small;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd298062.aspx"&gt;&lt;span style="color: #808080;"&gt;http://technet.microsoft.com/en-us/library/dd298062.aspx&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3579324" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>Microsoft Exchange 2013 Public Folders Migration Scripts </title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/06/12/microsoft-exchange-2013-public-folders-migration-scripts.aspx</link><pubDate>Wed, 12 Jun 2013 06:47:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3578306</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3578306</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/06/12/microsoft-exchange-2013-public-folders-migration-scripts.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: #808080; font-family: georgia,palatino; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3146.microsoft_5F00_logo_5F00_56x56.png"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3146.microsoft_5F00_logo_5F00_56x56.png" alt=" " border="0" /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp; Microsoft recently release the necessary support scripts to migrate Exchange 2007/2010 Public Folders to Office 365.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: georgia,palatino; font-size: small;"&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=38407" target="_blank"&gt;&lt;span style="color: #808080;"&gt;Microsoft Exchange 2013 Public Folders Migration Scripts&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: georgia,palatino; font-size: small;"&gt;Use these scripts to migrate public folders from Exchange 2010 or 2007 to Exchange 2013. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: georgia,palatino; font-size: small;"&gt;In order to migrate Exchange 2010 or 2007 Public Folders to Exchange 2013 on O365, we need to analyze the existing &lt;br /&gt;Public Folder hierarchy for size to figure out the number of Public Folder mailboxes that are required on O365 and the distribution of folders across mailboxes.&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/24748.Image_5F00_1.JPG"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/24748.Image_5F00_1.JPG" alt=" " width="645" height="240" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: georgia,palatino; font-size: small;"&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=38408" target="_blank"&gt;&lt;span style="color: #808080;"&gt;Microsoft Exchange 2013 Public Folders Directory Sync Support Scripts&lt;/span&gt;&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: georgia,palatino; font-size: small;"&gt;Use this scripts if you need to do one of the following&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: georgia,palatino; font-size: small;"&gt;Initial creation of mail enabled public folder objects in the destination Active Directory for public folder migration from Exchange 2007 or 2010 to Exchange 2013&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: georgia,palatino; font-size: small;"&gt;Synchronization of mail enabled public folder objects from cloud to on premise Active Directory &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: georgia,palatino; font-size: small;"&gt;Synchronization of mail enabled public folder objects from on premise to cloud Active Directory &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: georgia,palatino; font-size: small;"&gt;Synchronization of public folder mailbox objects from cloud to on premise Active Directory&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: georgia,palatino; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5582.Image_5F00_2.JPG"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5582.Image_5F00_2.JPG" alt=" " width="644" height="232" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3578306" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>Mail Protection Reports for Office 365</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/06/06/mail-protection-reports-for-office-365.aspx</link><pubDate>Thu, 06 Jun 2013 19:33:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3577249</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3577249</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/06/06/mail-protection-reports-for-office-365.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;This reporting workbook provides you with a detailed view into the email protection data that is available in the Office 365 Reporting dashboard. &lt;br /&gt;This workbook is available to all Exchange Online and Exchange Online Protection customers. The workbook provides summary graphs for a number of different types of email message filtering. &lt;br /&gt;This includes messages identified as spam, malware, or good mail (mail that cleanly passed all filtering). It also shows graphs for messages that were identified by either a transport rule or DLP policy (Exchange Online customers only). &lt;br /&gt;The data for the summary graphs is pulled locally via a web service call. After loading the summary data into the workbook, you can perform deeper analysis through the use of data slicers. &lt;br /&gt;These allow you to change the view of the data in order to identify trends or unusual activity. When such a condition is found, you can click through from the summary to the detail data. &lt;br /&gt;Another web service call will be made to pull the detail data that you can use to identify the actual messages that caused the condition seen in the summary graph.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0027.Mail-Protection-Report.JPG"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0027.Mail-Protection-Report.JPG" alt=" " width="475" height="336" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;&lt;br /&gt;Bellow you can see the installation instruction's&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7382.Mail-Protection-Report2.JPG"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7382.Mail-Protection-Report2.JPG" alt=" " width="536" height="250" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;After completing the installation, open the workbook in Excel 2013 using the shortcut on your desktop and login with your &lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Administrator&lt;/strong&gt;&lt;/span&gt; Office 365 credential's and click on &lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Query&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1031.Mail-Protection-Report3.JPG"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1031.Mail-Protection-Report3.JPG" alt=" " width="1111" height="384" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;After the scanning finished, &lt;em&gt;&lt;strong&gt;check the results&lt;br /&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8321.Mail-Protection-Report6.JPG"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8321.Mail-Protection-Report6.JPG" alt=" " width="1152" height="192" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;Enjoy&lt;img src="http://autoexec.gr/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: book antiqua,palatino; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3577249" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>Message Analyzer, an SMTP header analysis tool in Microsoft Remote Connectivity Analyzer</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/20/message-analyzer-an-smtp-header-analysis-tool-in-microsoft-remote-connectivity-analyzer.aspx</link><pubDate>Mon, 20 May 2013 18:13:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3573724</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3573724</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/20/message-analyzer-an-smtp-header-analysis-tool-in-microsoft-remote-connectivity-analyzer.aspx#comments</comments><description>&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;Microsoft Remote Connectivity Analyzer is a web-based tool that provides administrators and end users with the ability to run connectivity diagnostics for our servers to test common issues with Microsoft Exchange, Lync and Office 365. Microsoft is excited to announce &lt;span style="font-weight: bold;"&gt;Message Analyzer&lt;/span&gt;, a brand new addition to the Remote Connectivity Analyzer. &lt;span style="font-weight: bold;"&gt;Message Analyzer&lt;/span&gt; makes reading email headers less painful.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0537.RCA_5F00_0.jpg"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0537.RCA_5F00_0.jpg" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Figure 1:&lt;/span&gt; The new Message Analyzer tab in RCA&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;SMTP message headers contain a wealth of information which allows you to determine the origins of a message and how it made its way through one or more SMTP servers to its destination. To use Message Analyzer, all you need to do is copy message headers from a message and paste them in the Message Analyzer tab on the RCA web site.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 16pt;"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;where are my message headers?&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 14pt;"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Outlook 2010 and Outlook 2013&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 14pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ol style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;Open Outlook 2010. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;Select the email message for which you'd like to view the headers. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;Click on File, see Figure 2. &lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6305.outlook_5F00_10_5F00_1.jpg"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6305.outlook_5F00_10_5F00_1.jpg" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080;"&gt;&lt;strong&gt;Figure 2&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;&amp;nbsp;4. Click on Properties as in Figure 3. &lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5340.outlook_5F00_10_5F00_2.jpg"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5340.outlook_5F00_10_5F00_2.jpg" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080;"&gt;&lt;strong&gt;Figure 3&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;5.&amp;nbsp; The new window contains the headers. See Figure 4. &lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7752.outlook_5F00_10_5F00_3.jpg"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7752.outlook_5F00_10_5F00_3.jpg" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080;"&gt;&lt;strong&gt;Figure 4&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 16pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 16pt;"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Outlook 2007 &lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;Open Outlook 2007. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;Open the email message. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Under the Message tab, in the &lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Options&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt; group, click on the &lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Dialog Box Launcher&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt; icon. &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;In the &lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Message Options&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt; dialog box, the headers appear in the &lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-weight: bold;"&gt;Internet headers&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt; box. &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 16pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 16pt;"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Outlook 2000, 2002 and 2003 &lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;Open Outlook. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;Double-click to open the email message in a new window. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Select &lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;View &amp;gt; &lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Options&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;from the message's menu.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1768.2003_5F00_options.jpg"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1768.2003_5F00_options.jpg" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;4.&amp;nbsp; All header lines appear under Internet Headers at the bottom of the dialog box&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6661.2003_5F00_header.jpg"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6661.2003_5F00_header.jpg" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;To use Message Analyzer, all you need to do is copy message headers from a message and paste them in the Message Analyzer tab on the RCA web site.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4061.RCA_5F00_2.JPG"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4061.RCA_5F00_2.JPG" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;Figure 2: Paste message headers in the Message Analyzer&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 18pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 18pt;"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Features of the Message Analyzer&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 12pt;"&gt;&lt;span style="color: #808080;"&gt;Here's a quick look at what you can do with Message Analyzer.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #808080;"&gt;View the most important properties and total delivery time at a quick glance.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Summary&amp;dArr;&amp;uArr;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Subject&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;TEST&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Message Id&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;lt;6a04e107682548a297a4481a3f7c8aa5@AM2PR06MB592.eurprd06.prod.outlook.com&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Creation time&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Thursday, March 28, 2013 5:10:09 PM (Delivered after 1 second)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;From&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Joanna Vathis &amp;lt;joannav@itprodev.onmicrosoft.com&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;To&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Joanna Vathis &amp;lt;joannav@itprodev.onmicrosoft.com&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Received headers&amp;dArr;&amp;uArr;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;table style="width: 772px; height: 384px;" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Hop&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Submitting host&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Receiving host&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Time&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Delay&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Type &amp;lArr; &amp;rArr; &amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;ID&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;For&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Via&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AM2PR06MB592.eurprd06.prod.outlook.com ([169.254.11.40])&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AM2PR06MB592.eurprd06.prod.outlook.com ([169.254.11.40])&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Thursday, March 28, 2013 5:10:10 PM&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;mapi&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;15.00.0651.000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;2&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AM2PR06MB592.eurprd06.prod.outlook.com (10.255.61.35)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AM2PR06MB594.eurprd06.prod.outlook.com (10.255.61.37)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Thursday, March 28, 2013 5:10:11 PM&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;1 second&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Microsoft SMTP Server (TLS)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;15.0.651.16&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;3&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AM2PR06MB594.eurprd06.prod.outlook.com (10.255.61.37)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AM2PR06MB592.eurprd06.prod.outlook.com (10.255.61.35)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Thursday, March 28, 2013 5:10:11 PM&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;0 seconds&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Microsoft SMTP Server (TLS)&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;15.0.651.16&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Mailbox Transport&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Other headers&amp;dArr;&amp;uArr;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;
&lt;table style="width: 915px; height: 1008px;" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;#&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Header&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Value&amp;darr;&amp;uarr;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Content-Type&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;application/ms-tnef; name="winmail.dat"&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;2&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Content-Transfer-Encoding&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;binary&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;3&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;From&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Joanna Vathis &amp;lt;joannav@itprodev.onmicrosoft.com&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;4&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;To&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Joanna Vathis &amp;lt;joannav@itprodev.onmicrosoft.com&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;5&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Subject&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;TEST&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;6&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Thread-Topic&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;TEST&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;7&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Thread-Index&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AQHOK8ZWvL1pod5qCUm/1ztqQT/y7A==&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;8&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Date&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Thu, 28 Mar 2013 15:10:09 +0000&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;9&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Message-ID&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;lt;6a04e107682548a297a4481a3f7c8aa5@AM2PR06MB592.eurprd06.prod.outlook.com&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;10&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Accept-Language&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;en-CA, el-GR, en-US&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;11&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Content-Language&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;en-CA&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;12&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-Has-Attach&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;13&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-Exchange-Organization-SCL&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;-1&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;14&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-TNEF-Correlator&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;lt;6a04e107682548a297a4481a3f7c8aa5@AM2PR06MB592.eurprd06.prod.outlook.com&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;15&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;MIME-Version&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;16&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-Exchange-Organization-AuthSource&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;AM2PR06MB592.eurprd06.prod.outlook.com&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;17&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-Exchange-Organization-AuthAs&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Internal&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;18&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-Exchange-Organization-AuthMechanism&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;04&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;19&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-Originating-IP&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;[88.203.200.58]&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;20&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-Exchange-Organization-Network-Message-Id&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;c34d8ff2-c78f-4f71-6a8a-08cff9dd79bb&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;21&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Return-Path&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;joannav@itprodev.onmicrosoft.com&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;22&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-MS-Exchange-Organization-AVStamp-Service&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;1.0&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;23&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;X-Forefront-Antispam-Report&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;SFV:SKI;SFS:;DIR:OUT;SFP:;SCL:-1;SRVR:AM2PR06MB594;H:AM2PR06MB592.eurprd06.prod.outlook.com;LANG:;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Quickly collapse the sections that you don&amp;rsquo;t need.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;All processing is done in your browser, and no private information is shared with Microsoft.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;Useful for any header, whether generated by Exchange, Office 365, or any other RFC standard SMTP server or agent.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;em&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;, we consider this feature to be in beta for the moment, try it &lt;img src="http://autoexec.gr/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: verdana,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3573724" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>How To: Give Users Send As Permission</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/14/how-to-give-users-send-as-permission.aspx</link><pubDate>Tue, 14 May 2013 10:09:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3572522</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3572522</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/14/how-to-give-users-send-as-permission.aspx#comments</comments><description>&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Send As permission, also known as SendAs permission, gives a user permission to use another recipient's e-mail address in the From address. For example, when you give the user Chris Send As permission on the mailbox of a user named Michelle, Chris can send e-mail messages that appear to be sent by Michelle, with no indication to the recipient that anyone other than Michelle sent the message. Or, if your organization uses a Help Desk distribution group, you can give Help Desk staff Send As permission on the Help Desk distribution group. That way, replies to messages sent to the Help Desk group appear to come from the group instead of an individual Help Desk technician.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small; background-color: #ffff00;"&gt;&lt;strong&gt;To give a user Send As permission, you use Windows PowerShell&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Before you begin&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;To learn how to install and configure Windows PowerShell and connect to the service, see &lt;a href="http://help.outlook.com/en-us/140/cc546278.aspx"&gt;Use Windows PowerShell in Exchange Online&lt;/a&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;The Send As permission is different than the Send on Behalf permission. If the user Chris has Send on Behalf permission on Michelle's mailbox, when Chris sends an e-mail as Michelle, the From address shows Chris on behalf of Michelle. Microsoft Outlook users can configure Send on Behalf permissions on their own mailbox using delegates. Administrators can configure Send on Behalf permissions on any recipient type using the &lt;em&gt;GrantSendOnBehalfTo&lt;/em&gt; parameter.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Want more information about parameters? See &lt;a href="http://help.outlook.com/en-us/140/ff852815.aspx#MoreParas"&gt;An explanation of parameters&lt;/a&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Give a user Send As permission&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;Launch Windows PowerShell and perform the following steps:&lt;/span&gt;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="80"&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;001&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;002&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;003&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;004&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="283"&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Import-Module&amp;nbsp;msonline&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;$cred&amp;nbsp;=&amp;nbsp;Get-Credential&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Connect-MsolService -cred $cred&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Get-Command &amp;ndash;Module msonline&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;1) Import the module.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;2) Create a credential-object stored in the variable $credimp&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;3) Create a new remote PowerShell connection against the PowerShell endpoint for Office 365&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;4) List the cmdlets available&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4452.Image_5F00_1.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4452.Image_5F00_1.jpg" alt=" " width="737" height="354" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;A shortcut to the module is also available on the Start-menu (you can skip step 1 if launching this shortcut):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7345.Image_5F00_2.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7345.Image_5F00_2.jpg" alt=" " width="305" height="42" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Run the following command:&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;Add-RecipientPermission &amp;lt;identity&amp;gt; -AccessRights SendAs -Trustee &amp;lt;user&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;For example, to give the user named &lt;strong&gt;Joanna Vathis&lt;/strong&gt; Send As permission for the &lt;strong&gt;Test&lt;/strong&gt; mailbox , run the following command:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Example:&lt;/span&gt;&lt;br /&gt;Add-RecipientPermission test@itprodev.onmicrosoft.com&amp;nbsp; -AccessRights SendAs -Trustee joannav@itprodev.onmicrosoft.com&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8802.Image_5F00_4.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8802.Image_5F00_4.jpg" alt=" " width="1295" height="274" border="0" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;OR&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;Add-RecipientPermission "TEST" -AccessRights SendAs -Trustee "Joanna Vathis"&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Joanna &lt;/strong&gt;can now send messages that appear to come directly from the &lt;strong&gt;TEST&lt;/strong&gt; mailbox.&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;nbsp;By default, you are asked to confirm the addition of the Send As permission. To skip the confirmation prompt, use &lt;strong&gt;-Confirm:$false.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small; background-color: #ffff00;"&gt;&lt;strong&gt;View Send As permissions&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Use the &lt;strong&gt;Get-RecipientPermission&lt;/strong&gt; cmdlet to display all the Send As permissions configured in your organization. You can filter the list to show Send As permissions granted to a specific user and to see the Send As permission on a specific recipient.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small; background-color: #ffff00;"&gt;&lt;strong&gt;&lt;em&gt;View Send As permission for a specific user&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Run the following command:&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;Get-RecipientPermission - Trustee &amp;lt;user&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;For example, to list the recipients for whom the user named Kim Akers has Send As permission, run the following command:&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small; background-color: #ffff00;"&gt;&lt;strong&gt;Command:&lt;br /&gt;&lt;/strong&gt;&lt;span style="background-color: #ffffff;"&gt;&lt;strong&gt;Get-RecipientPermission -Trustee &lt;a href="mailto:joannav@itprodev.onmicrosoft.com"&gt;joannav@itprodev.onmicrosoft.com&lt;/a&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Joanna can send messages that appear to come directly from the recipients&lt;br /&gt;&lt;br /&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3630.Image_5F00_4.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3630.Image_5F00_4.jpg" alt=" " width="949" height="96" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small; background-color: #ffff00;"&gt;&lt;strong&gt;View Send As permission on a specific recipient&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Run the following command:&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;Get-RecipientPermission &amp;lt;identity&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;For example, to list the users who have Send As permission on the &lt;strong&gt;TEST&lt;/strong&gt; mailbox, run the following command:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;Get-RecipientPermission "TEST"&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;The users listed can send messages that appear to come directly from the TEST mailbox.&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4786.Image_5F00_5.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4786.Image_5F00_5.jpg" alt=" " width="1295" height="118" border="0" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;View all Send As permissions you've configured in your organization&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Run the following command:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;Get-RecipientPermission | where {($_.Trustee -ne 'nt authority\self') -and ($_.Trustee -ne 'null sid')}&lt;br /&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1777.Image_5F00_6.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1777.Image_5F00_6.jpg" alt=" " width="1265" height="144" border="0" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="background-color: #ffff00;"&gt;Note&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;span style="background-color: #ffff00;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;The filter hides the automatic Send As permission that allows a user to send messages from their own mailbox, and also any results from system objects like mailbox plans.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;Revoke Send As permission&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Run the following command:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;Remove-RecipientPermission &amp;lt;identity&amp;gt; -AccessRights SendAs -Trustee &amp;lt;user&amp;gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;For example, to revoke &lt;strong&gt;Joanna's Vathis&lt;/strong&gt; Send As permission for the &lt;strong&gt;TEST&lt;/strong&gt; mailbox, run the following command:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;Remove-RecipientPermission "TEST" -AccessRights SendAs -Trustee joannav@itprodev.onmicrosoft.com &lt;br /&gt;&lt;/strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5482.Image_5F00_7.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5482.Image_5F00_7.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Now Joanna can't send messages that appear to come directly from the TEST mailbox.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;To skip the confirmation prompt, use&lt;strong&gt;&lt;em&gt; -Confirm:$false.&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small; background-color: #ffff00;"&gt;&lt;strong&gt;How people use the Send As permission&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Individual users or members of security groups with Send As permission can open their own mailboxes and send messages using the From address of the recipient.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Send As permission doesn't give a user access to another user's mailbox. To give an individual or members of a security group access to a mailbox, use the following command:&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;&lt;/strong&gt;&lt;strong&gt;Add-MailboxPermission &amp;lt;mailbox&amp;gt; -User &amp;lt;user or security group&amp;gt; -AccessRights FullAccess&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4278.Image_5F00_8.jpg"&gt;&lt;img src="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4278.Image_5F00_8.jpg" alt=" " width="1142" height="143" border="0" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;When you give someone access to a mailbox and Send As permission on the mailbox, that person can open the mailbox using their own credentials, compose new messages, and reply to messages in the mailbox.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;An explanation of parameters&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;You use the &lt;strong&gt;Add-RecipientPermission&lt;/strong&gt;, &lt;strong&gt;Remove-RecipientPermission&lt;/strong&gt;, and &lt;strong&gt;Get-RecipientPermission&lt;/strong&gt; cmdlets to add, remove and view Send As permissions. These cmdlets use the same basic parameters:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;Identity&lt;/span&gt;&lt;/strong&gt;&lt;span style="background-color: #ffff00;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;This parameter specifies the target recipient. The user or group specified by the &lt;em&gt;Trustee&lt;/em&gt; parameter can operate on this recipient.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;You can specify any type of recipient. For example:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Mailboxes&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Mail users&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;External contacts&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Distribution groups&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Dynamic distribution groups&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;The &lt;em&gt;Identity&lt;/em&gt; parameter is a positional parameter. The first argument on a cmdlet is assumed to be the &lt;em&gt;Identity&lt;/em&gt; parameter when no parameter label is specified. This lets you specify the parameter's value without specifying the parameter's name.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Trustee&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;This parameter specifies the user or group to whom you're granting the permission. This allows the user or group to operate on the recipient specified by the &lt;em&gt;Identity&lt;/em&gt; parameter.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;You can specify the following types of users or groups:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Mailbox users&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Mail users with a user account&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Security groups&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;For the &lt;em&gt;Identity&lt;/em&gt; and &lt;em&gt;Trustee&lt;/em&gt; parameters, you can use any value that uniquely identifies the recipient.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small; background-color: #ffff00;"&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Alias&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Distinguished name (DN)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;GUID&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Name&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Display name&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;LegacyExchangeDN&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;E-mail address&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="background-color: #ffff00;"&gt;Additional Information&amp;rsquo;s:&lt;/span&gt;&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;Give Users Send As Permission&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://help.outlook.com/en-us/140/ff852815.aspx"&gt;http://help.outlook.com/en-us/140/ff852815.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3572522" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>How to get the list for SMTP address and Last connection time for all the users</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/11/how-to-get-the-list-for-smtp-address-and-last-connection-time-for-all-the-users.aspx</link><pubDate>Sat, 11 May 2013 05:03:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3572085</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3572085</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/11/how-to-get-the-list-for-smtp-address-and-last-connection-time-for-all-the-users.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;Summary&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;This article describes how to use PowerShell Commandlet to get the list for SMTP address and Last connection time for all the users.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;Steps to implement the request&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;Step 1:&lt;/span&gt; Run the following to authenticate yourself and import PowerShell commands to your local session:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div style="direction: ltr;"&gt;&lt;strong&gt;&lt;em&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;$LiveCred = Get-Credential&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;$Session = New-PSSession -ConfigurationName Microsoft.Exchange-ConnectionUri &lt;a href="https://ps.outlook.com/powershell/"&gt;&lt;span style="color: #888888;"&gt;https://ps.outlook.com/powershell/&lt;/span&gt;&lt;/a&gt; -Credential $LiveCred -Authentication Basic -AllowRedirection&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;Import-PSSession $Session&lt;/span&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8424.Image_5F00_1.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8424.Image_5F00_1.JPG" alt=" " width="556" height="299" border="0" /&gt;&lt;/a&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Image 1&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;Step 2:&lt;/span&gt; Run the Commandlet to get the SMTP address and Last connection time for all the users&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;Commandlet to get SMTP address:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;Get-Mailbox | fl EmailAddresses, identity &amp;gt; C:\Emailaddress.csv&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3582.Image_5F00_2.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3582.Image_5F00_2.JPG" alt=" " width="549" height="144" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Image 2&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0066.Image_5F00_3.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0066.Image_5F00_3.JPG" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Image 3&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7220.Image_5F00_4.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7220.Image_5F00_4.JPG" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Image 4&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;Commandlet to get Last connection time:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;Get-Mailbox -ResultSize unlimited | Get-MailboxStatistics | select-object identity,lastlogontime,lastlogofftime,DisplayName | sort-object DisplayName -descending | export-csv C:\Lastlogontime.csv&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0572.Image_5F00_7.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0572.Image_5F00_7.JPG" alt=" " width="575" height="162" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&amp;nbsp;Image 5&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7824.Image_5F00_5.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7824.Image_5F00_5.JPG" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;br /&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Image 6&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5102.Image_5F00_6.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5102.Image_5F00_6.JPG" alt=" " border="0" /&gt;&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;Image 7&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino; font-size: small;"&gt;&amp;nbsp;Enjoy &lt;img src="http://autoexec.gr/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3572085" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>How to configure user passwords to never expire in Office 365 </title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/10/how-to-configure-user-passwords-to-never-expire-in-office-365.aspx</link><pubDate>Fri, 10 May 2013 19:08:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3572010</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3572010</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/05/10/how-to-configure-user-passwords-to-never-expire-in-office-365.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;span style="font-weight: bold;"&gt;Setup Office 365 PowerShell Management Interface&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;The Office 365 PowerShell Management Interface offers the ability to administer service-wide features, and is not limited to a specific service like i.e. Exchange Online. The initial features that can be administered using this interface include the following:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Account SKUs&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Company info&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Contacts&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Domains&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Domain Federation&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Groups&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Partner Contracts&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Role-based Access Control&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Subscriptions&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Users&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;This interface is available through a PowerShell Module available from here:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;ul style="margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://g.microsoftonline.com/0BX10EN/230"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Microsoft Online Services Module for Windows PowerShell 32-bit&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://g.microsoftonline.com/0BX10EN/423"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Microsoft Online Services Module for Windows PowerShell 64-bit&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5074.Image_5F00_1.JPG"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5074.Image_5F00_1.JPG" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;The Microsoft Online Services Sign-In Assistant 7.0 is a prerequisite for installing the Microsoft Online Services Module for Windows PowerShell, and is available from here:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://g.microsoftonline.com/0BX00en/500"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Microsoft Online Services Sign-In Assistant 32-bit&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://g.microsoftonline.com/0BX00en/501"&gt;&lt;span style="color: #808080; font-weight: bold;"&gt;Microsoft Online Services Sign-In Assistant 64-bit&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/2843.Image_5F00_2.JPG"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/2843.Image_5F00_2.JPG" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;When installed you can launch Windows PowerShell and perform the following steps:&lt;/span&gt;&lt;/p&gt;
&lt;div style="direction: ltr;"&gt;
&lt;table style="border: 1pt solid #a3a3a3; border-collapse: collapse; direction: ltr;" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="padding: 4pt; border: 1pt solid #a3a3a3; width: 0.667in; vertical-align: top;"&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;001&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;002&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;003&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;004&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td style="padding: 4pt; border: 1pt solid #a3a3a3; width: 2.358in; vertical-align: top;"&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Import-Module&amp;nbsp;msonline&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;$cred&amp;nbsp;=&amp;nbsp;Get-Credential&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Connect-MsolService -cred $cred&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Get-Command &amp;ndash;Module msonline&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;1) Import the module.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;2) Create a credential-object stored in the variable $credimp&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;3) Create a new remote PowerShell connection against the PowerShell endpoint for Office 365&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;4) List the cmdlets available&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small; background-color: #ffff00;"&gt;&lt;strong&gt;Here is an overview of the available cmdlets:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3771.Image_5F00_3.JPG"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3771.Image_5F00_3.JPG" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;br /&gt;Run command in Office 365 PowerShell Management Interface&lt;br /&gt;For users who are not synchronized through directory synchronization&lt;br /&gt;In Office 365, customers can use the Microsoft Online Services Module for Windows PowerShell (MOSMWP) to configure their user passwords to never expire.&amp;nbsp;The&amp;nbsp;following steps can be provided to customers who want to configure these settings for their users.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;strong&gt;&lt;span style="background-color: #ffff00;"&gt;How to check if&amp;nbsp;the "Password never expires" setting is enabled or disabled for a user&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Connect to the Microsoft Online Services Module for Windows PowerShell by using your company administrator credentials.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Run the following command by using the user principal name (UPN) or the Microsoft Online Services ID&amp;nbsp;of the user you want to check&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Command:&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;Get-MSOLUser -UserPrincipalName &amp;lt;Microsoft Online Services ID&amp;gt;&amp;nbsp;|&amp;nbsp;Select PasswordNeverExpires&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5466.Image_5F00_4.JPG"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/5466.Image_5F00_4.JPG" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Additional, to check if the users &lt;strong&gt;"Password never expires setting"&lt;/strong&gt; are set true, you can run the following PowerShell command:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Command:&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;Get-MSOLUser -UserPrincipalName joannav@itprodev.onmicrosoft.com&amp;nbsp;|&amp;nbsp;FL&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7384.Image_5F00_6.JPG"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7384.Image_5F00_6.JPG" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Alternatively, to see all users and their "Password never expires setting", you can run the following PowerShell command:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;C&lt;/span&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;ommand:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Get-MSOLUser&amp;nbsp;|&amp;nbsp;Select UserPrincipalName, PasswordNeverExpires&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/2538.Image_5F00_5.JPG"&gt;&lt;span style="color: #808080;"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/2538.Image_5F00_5.JPG" alt=" " border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;How to enable the "Password never expires" setting&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Connect to the Microsoft Online Services Module for Windows PowerShell by using your company administrator credentials.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Run the following command by using the user principal name (UPN) or the Microsoft Online Services ID&amp;nbsp;of the user to configure the password for&amp;nbsp;that user to never change:&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Command:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Set-MsolUser -UserPrincipalName joannav@itprodev.onmicrosoft.com&amp;nbsp; -PasswordNeverExpires $true&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/span&gt; If you want to change the setting for all the users in an organization, run the following command:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small; background-color: #ffff00;"&gt;Command:&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $true&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;How to disable the "Password never expires" setting&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Connect to the Microsoft Online Services Module for Windows PowerShell (MOSMWP) by using your company administrator credentials.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Run the following command by using the user principal name (UPN) or the Microsoft Online Services ID&amp;nbsp;of the user to&amp;nbsp;disable the Password never expire setting for that user:&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;Command:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Set-MsolUser&amp;nbsp;-UserPrincipalName&amp;nbsp; &amp;lt;Microsoft Online Services ID&amp;gt; -PasswordNeverExpires $false&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;em&gt;&lt;strong&gt;Note&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt; If you want to change the setting for all the users in an organization, use the following cmdlet:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Command:&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;Get-MSOLUser | Set-MsolUser -PasswordNeverExpires $false&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;For users who are synchronized through directory synchronization&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;The PasswordNeverExpires setting for synchronized users must be configured by using the steps earlier in this article.&amp;nbsp; &lt;br /&gt;There is no Active Directory property that can be synchronized to Office 365 to set the PasswordNeverExpires setting.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small; text-decoration: underline;"&gt;For more information&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #808080; font-family: helvetica; font-size: small;"&gt;&lt;a href="http://support.microsoft.com/kb/2666768"&gt;&lt;span style="color: #808080;"&gt;http://support.microsoft.com/kb/2666768&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3572010" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>How to turn off blocked feature in OWA (Outlook Web App)</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/04/26/how-to-turn-off-blocked-feature-in-owa-outlook-web-app.aspx</link><pubDate>Fri, 26 Apr 2013 08:30:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3569236</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3569236</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/04/26/how-to-turn-off-blocked-feature-in-owa-outlook-web-app.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;a&gt;&lt;span style="color: #888888;"&gt;&lt;strong&gt;PROBLEM&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;br /&gt;When you receive a new message in OWA (Outlook Web App), in receive address field appears the bellow message: &lt;/span&gt;&lt;br /&gt;&lt;span style="color: #888888; font-family: georgia,palatino; background-color: #ffff00;"&gt;&lt;strong&gt;&lt;em&gt;"To help protect your privacy, some content in this message has been blocked. If you're sure this message is from a trusted sender and you want to re-enable the blocked features, &lt;span style="text-decoration: underline;"&gt;click here&lt;/span&gt;."&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;CAUSE&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;br /&gt;By default, OWA will block some external content in HTML messages, such as pictures or sounds linked within the message. These links are hidden references (not the underlined kind that you click to activate) in the HTML source code to an external location on the Internet, such as a website. They are triggered when the message is opened or previewed, which prompts a download of the external content.&amp;nbsp; While some legitimate senders do this to avoid sending large messages, junk email senders use this technique to verify your email address as a legitimate one. Once verified, you will be targeted directly with more spam.&amp;nbsp; If content is blocked, you will see this message: &lt;strong&gt;To help protect your privacy, some content in this message has been blocked. If you're sure this message is from a trusted sender and you want to re-enable the blocked features, click here&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;a&gt;&lt;span style="color: #888888;"&gt;&lt;strong&gt;SOLUTION&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;br /&gt;To work around this issue, you must create a test message without the blocked types of files, then send the test message to Exchange Online mailbox&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;span style="background-color: #ffff00;"&gt;&lt;strong&gt;&lt;em&gt;Important:&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt; If it is not blocked, then, to help protect your privacy and prevent from any attack, it&amp;rsquo;s recommended not to change your default Outlook Web App Mailbox Policies.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;If it is blocked, to check your Outlook Web App Mailbox Policies and change it, you can proceed with the following steps:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;a href="http://help.outlook.com/en-us/140/cc952756.aspx#Step5"&gt;&lt;span style="color: #888888;"&gt;Install and Configure Windows PowerShell&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;Run the following command:&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;strong&gt;a.&lt;/strong&gt; Run&amp;nbsp; &lt;strong&gt;Get-OwaMailboxPolicy&lt;/strong&gt;&amp;nbsp; and check the BlockedMimeTypes and AllowedMimeTypes&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3858.Image_5F00_3.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3858.Image_5F00_3.jpg" alt=" " width="582" height="261" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;strong&gt;b.&lt;/strong&gt; Run&amp;nbsp; &lt;strong&gt;Set-OwaMailboxpolicy&lt;/strong&gt;&amp;nbsp; to change the blocked and allowed file types:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;strong&gt;3.&amp;nbsp; Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -AllowedFileTypes ".pdf", ".doc" &lt;/strong&gt;and click&lt;strong&gt; Enter&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8686.Image_5F00_4.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8686.Image_5F00_4.JPG" alt=" " width="513" height="19" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;strong&gt;4.&lt;/strong&gt; Run again &lt;strong&gt;Set-OwaMailboxPolicy &lt;/strong&gt;and check&lt;strong&gt; AllowedFileTypes &lt;/strong&gt;and you'll see that&lt;strong&gt; ".pdf", ".doc" &lt;/strong&gt;are allow files&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7522.Image_5F00_5.JPG"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7522.Image_5F00_5.JPG" alt=" " width="572" height="192" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;strong&gt;For additional information, please refer to the following pages:&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;a href="http://help.outlook.com/en-us/140/gg998774.aspx"&gt;&lt;span style="color: #888888;"&gt;Manage Outlook Web App Features Using Outlook Web App Mailbox Policies&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&lt;a href="http://help.outlook.com/en-us/140/gg192743.aspx#FeatureSettings"&gt;&lt;span style="color: #888888;"&gt;Outlook Web App Mailbox Policies | Available Settings&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: georgia,palatino;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3569236" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>PST Capture Tool 2.0 for Office 365</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/04/25/pst-capture-tool-2-0-for-office-365.aspx</link><pubDate>Thu, 25 Apr 2013 07:01:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3568955</guid><dc:creator>Joannav</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3568955</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/04/25/pst-capture-tool-2-0-for-office-365.aspx#comments</comments><description>&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;PST Capture 2.0 is used to discover and import Outlook Personal Folder (.pst) File Format files into Exchange Server and Exchange Online. PST Capture helps an organization that wishes to gain more control over their email data repositories by placing them into Exchange. By optionally installing PST Capture Agents on target machines, administrators can determine where .pst files are located and who their file owner is via the PST Capture Console. Administrators can import .pst files via Import Lists to Exchange Server or Exchange Online. Data can be directly imported into the primary mailbox or associated archive mailbox. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;span&gt;PST Capture tool that allows you to hunt down PST files on client computers across your network. After it finds PST files on users&amp;rsquo; computers, the tool consolidates the PST files to a central location, and then easily injects PST data to primary or &lt;/span&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd979800.aspx"&gt;&lt;span style="color: #888888;"&gt;archive&lt;/span&gt;&lt;/a&gt;&lt;span&gt; mailboxes on your on-premises Exchange Servers or Exchange Online.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;What&amp;rsquo;s new in PST Capture 2.0?&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;PST Capture 2.0 includes the following improvements:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Support for Microsoft Exchange Server 2013&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Updated profile generation code to use Outlook Anywhere (RPC over HTTP).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Fixed Exchange Online import failure issue when PST Capture is not installed on an Exchange server.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Removed User Interface limit of 1,000 users when performing an import to Exchange Online.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;General performance improvements &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;span&gt;Download &lt;/span&gt;&lt;a href="http://aka.ms/getpstcapture"&gt;&lt;span style="color: #888888;"&gt;PST Capture 2.0&lt;/span&gt;&lt;/a&gt;&lt;span&gt; from the Download Center (aka.ms/getpstcapture), check out the &lt;/span&gt;&lt;a href="http://aka.ms/pstcapture"&gt;&lt;span style="color: #888888;"&gt;PST Capture documentation&lt;/span&gt;&lt;/a&gt;&lt;span&gt; (aka.ms/pstcapture) and then go get those PSTs!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;How to install and configure it to work with an on-premise Exchange environment and Office 365&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Installation&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;span&gt;The PST Capture Tool is made of the Console (which includes the Central Service) and one or more Agents. First, let&amp;rsquo;s start by &lt;/span&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;amp;id=28767"&gt;&lt;span style="color: #888888;"&gt;downloading the tool&lt;/span&gt;&lt;/a&gt;&lt;span&gt; and installing the PST Capture Console.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;In the folder where you downloaded the .msi files for the PST Capture tool, double click &lt;strong&gt;PSTCapture.msi&lt;/strong&gt;. This opens the Microsoft Exchange PST Capture Setup wizard.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;On the Welcome screen, click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/36755.Image_5F00_1.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/36755.Image_5F00_1.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;br /&gt;&lt;strong&gt;Figure 1:&lt;/strong&gt; Console Installation - Welcome&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;3.&lt;/strong&gt; On the End-User License Agreement screen, tick the &amp;ldquo;I accept the terms in the License Agreement&amp;rdquo; box and then click Next.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8358.Image_5F00_2.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8358.Image_5F00_2.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 2:&lt;/strong&gt; Console Installation - End-User License Agreement&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;4.&lt;/strong&gt; On the Destination Folder screen, chose the folder where you want to install the PST Capture Console and then click Next.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3107.Image_5F00_3.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3107.Image_5F00_3.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 3:&lt;/strong&gt; Console Installation - Destination Folder&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;5.&lt;/strong&gt; On the Service account screen, specify the user name and password for the service account that you want the Central Service to use to import PST files (refer to the Permissions table in the first article of this series) and then click Next.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0550.Image_5F00_4.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0550.Image_5F00_4.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 4:&lt;/strong&gt; Console Installation &amp;ndash; Service Account&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;6.&lt;/strong&gt; On the Ready to install Microsoft Exchange PST Capture screen, review your installation choices and then click Install.&lt;br /&gt;&lt;strong&gt;7. &lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;When the installation completes, click Finish to close the Microsoft Exchange PST Capture Setup wizard.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6278.Image_5F00_5.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6278.Image_5F00_5.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure&amp;nbsp;5:&lt;/strong&gt; Console Installation Completed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;You should now see a new Microsoft Exchange PST Capture Service service installed:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7762.Image_5F00_6.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/7762.Image_5F00_6.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 6:&lt;/strong&gt; PST Capture Service&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;As I mentioned before, you can manually specify the file names of PSTs to import, thus overcoming the need for an agent. However, one of the main purposes of this tool is to help with the discovery of e-mail data (in this case PSTs) in your organization. After all, do you know exactly where all the PSTs are on your network?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Configuration&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Before we start looking for PST files and importing them into Exchange, let&amp;rsquo;s first have a look at the available configuration options by clicking on Tools and then Settings in the main window:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4087.Image_5F00_7.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/4087.Image_5F00_7.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 7:&lt;/strong&gt; PST Capture Console main window&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;The first options screen available refers to &lt;strong&gt;Online Connection Settings&lt;/strong&gt; - how we connect to Office 365:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Username:&lt;/strong&gt; this is the username the tool will use to import PSTs to your mailboxes. Remember, if importing to Office 365, this account must be assigned the Organization Management role and if importing to Office 365, Exchange Online Administrator permissions&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Password:&lt;/strong&gt; type the password for the account mentioned above&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Grant delegate access to this mailbox:&lt;/strong&gt; this option allows the PST Capture to grant the specified user account Full Access permissions to the mailboxes to which PSTs will be imported to (be aware that these permissions are not removed after the import!). If you don&amp;rsquo;t select this option, you will need to grant Full Access permissions manually&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Server:&lt;/strong&gt; this is the server the tool will connect to for importing PST files. To determine what your server is in Office 365, login to Outlook Web App and then click in Options &amp;gt; See All Options &amp;gt; Account &amp;gt; My Account &amp;gt; Settings for POP, IMAP, and SMTP access&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;The above is an Office 365 server:&lt;/strong&gt; select this option if you are importing data into mailboxes in Office 365. If you are importing into BPOS, clear this check box.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Check password and connectivity:&lt;/strong&gt; use this to verify that you can successfully connect to Office 365. If all goes well as in the screenshot below, the OK button will be enabled&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6507.Image_5F00_8.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6507.Image_5F00_8.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 8:&lt;/strong&gt; Settings &amp;ndash; Online Connection&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;On the &lt;strong&gt;Message Import Settings&lt;/strong&gt; screen, we can specify whether to import PSTs to a new folder at the root of the mailbox, or to another folder of our choice. We can also chose a name for the folder or create it with the same name of the PST file. Finally, we decide what to do in case a folder or subfolders already exists:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3312.Image_5F00_9.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3312.Image_5F00_9.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 9:&lt;/strong&gt; Settings &amp;ndash; Message Import&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Next, we have &lt;strong&gt;Archive Mailbox Settings&lt;/strong&gt; which allows us to select where to import PSTs to. By default none of the boxes are ticked and, as such, PSTs are imported to the user&amp;rsquo;s &amp;ldquo;normal&amp;rdquo; mailbox. I am guessing most organizations will use this tool so they can import PST files directly to users&amp;rsquo; archive mailboxes so I ticked the first box. This way, PSTs will only be imported if users are enabled for archiving (probably not the best option, but it will allow us to test the behavior of the tool when a user is not enabled for archiving):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1682.Image_5F00_10.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/1682.Image_5F00_10.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 10:&lt;/strong&gt; Settings &amp;ndash; Archive Mailbox&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;In &lt;strong&gt;Non-mail Items Settings&lt;/strong&gt; we decide if we want to import non-mail items, meaning calendar items, contacts, tasks, notes and journal items. If in the &lt;strong&gt;Message Import Settings&lt;/strong&gt; page I hadn&amp;rsquo;t selected the &lt;strong&gt;Create a subfolder for each PST file&lt;/strong&gt; check box, non-mail items will be placed in their respective folder. For example, contacts will be placed in the Contacts folder and meetings in the Calendar folder.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3113.Image_5F00_11.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3113.Image_5F00_11.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 11:&lt;/strong&gt; Settings &amp;ndash; Non-mail Items&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;To specify where all PSTs should temporarily be kept while being imported, as well as the maximum size of the folder that will hold them, we use the &lt;strong&gt;Staging Area Settings&lt;/strong&gt; screen. The maximum size for the folder doesn&amp;rsquo;t have to be huge as after every successful or failed import, PSTs are automatically deleted.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8424.Image_5F00_12.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/8424.Image_5F00_12.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 12:&lt;/strong&gt; Settings &amp;ndash; Staging Area&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;The next option is similar to the &amp;ndash;BadItemsLimit parameter when exporting or moving mailboxes in Exchange &amp;ndash; it sets the limit of failed items to be skipped before the import process is cancelled. If this box is cleared, the PST Capture tool will try to import PSTs regardless of how many errors it finds.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0044.Image_5F00_13.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/0044.Image_5F00_13.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 13:&lt;/strong&gt; Settings &amp;ndash; Import Tolerance&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Finally, we get to the &lt;strong&gt;General Settings&lt;/strong&gt; screen. This is where we can change the default port that agents and the console use to communicate and how often the agents poll information from the Central Service. In my case I left the default values as I am testing this in a lab environment. In production I would probably increase the PST Agent polling interval to 15 minutes or more.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6330.Image_5F00_14.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6330.Image_5F00_14.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;&lt;strong&gt;Figure 14:&lt;/strong&gt; Settings &amp;ndash; General&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888; font-family: trebuchet ms,geneva; font-size: small;"&gt;Enjoy..&lt;img src="http://autoexec.gr/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3568955" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item><item><title>Troubleshoot email delivery using the Exchange Online message trace tool</title><link>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/04/24/troubleshoot-email-delivery-using-the-exchange-online-message-trace-tool.aspx</link><pubDate>Wed, 24 Apr 2013 12:18:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3568768</guid><dc:creator>Joannav</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/catastrophic_failure_joannav/rsscomments.aspx?WeblogPostID=3568768</wfw:commentRss><comments>http://blogs.technet.com/b/catastrophic_failure_joannav/archive/2013/04/24/troubleshoot-email-delivery-using-the-exchange-online-message-trace-tool.aspx#comments</comments><description>&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;Office 365 Small Business admins can troubleshoot mail flow&lt;br /&gt;problems by using the Exchange Online message trace tool in the Exchange admin&lt;br /&gt;center. The tool helps admins track specific messages sent in the past seven&lt;br /&gt;days. After you run a message trace, if you can&amp;rsquo;t diagnose the problem&lt;br /&gt;yourself, you can use the detailed information from the tool to post a question&lt;br /&gt;to the Office 365 Community or to submit a service request.&lt;/p&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 18pt;"&gt;&lt;span style="font-weight: bold;"&gt;Run a message trace&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;The message trace tool is located in the Exchange admin center&lt;br /&gt;(EAC), which is connected to the Office 365 portal.&lt;/p&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 16pt;"&gt;&lt;span style="font-weight: bold;"&gt;Access the EAC&lt;/span&gt;&lt;/p&gt;
&lt;ol style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;In&amp;nbsp;the Office 365 portal, at the top of the page, select Admin and choose Exchange.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6406.Image_5F00_1.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/6406.Image_5F00_1.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;In Outlook Web App, go to the address bar in your browser and replace the URL to the right of &lt;/span&gt;&lt;a href="https://outlook.office365.com/"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;https://outlook.office365.com/&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt; with ECP. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;For example, if your Outlook Web App URL is &lt;/span&gt;&lt;a href="https://podxxx.outlook.com/owa/"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;https://pod&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;xxx&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;.outlook.com/owa/&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;..., change it to &lt;/span&gt;&lt;a href="https://podxxx.outlook.com/ECP"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;https://pod&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;xxx&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;.outlook.com/ECP&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;, and hit ENTER. That will take you to the Exchange admin center.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Bookmark the EAC in your browser for future access.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 11pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0in 0.375in; color: #44546a; font-family: Calibri; font-size: 16pt;"&gt;&lt;span style="font-weight: bold;"&gt;Set up the message trace&lt;/span&gt;&lt;/p&gt;
&lt;ol style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal; margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;In the EAC, go to Mail flow &amp;gt; Message trace.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;&lt;a href="http://autoexec.gr/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3240.Image_5F00_2.jpg"&gt;&lt;img src="http://autoexec.gr/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-01-12/3240.Image_5F00_2.jpg" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;5. Fill out the following fields, as needed. None of these fields is required. If you click Search without entering anything, you&amp;rsquo;ll get all message trace data for the default time period, which is the last 48&amp;nbsp;hours.&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul style="margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Sender&amp;nbsp;&amp;nbsp;&amp;nbsp;Narrow the search to specific senders by adding users to the Sender field. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Click Add users, select one or more senders from your organization, and then click Add. To add external users who aren&amp;rsquo;t on the list, in the Check names box, type their email addresses and click Check names. When you are done, click OK. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Recipient&amp;nbsp;&amp;nbsp;&amp;nbsp;Narrow the search to specific recipients by adding users to the Recipient field. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Click Add users, select one or more recipients from your organization, and then click Add. To add external users who aren&amp;rsquo;t on the list, in the Check names box, type their email addresses and click Check names. When you are done, click OK. &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Message was sent or received&amp;nbsp;&amp;nbsp;&amp;nbsp;Select the time interval during which a message was sent or received. Choose among:&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Last 24 hours&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Last 48 hours&amp;nbsp;&amp;nbsp;&amp;nbsp;This is the default value.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Last 7 days&amp;nbsp;&amp;nbsp;&amp;nbsp;For messages sent or received within the last seven days, starting at 12:00 A.M. on the day you run the message trace.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Custom&amp;nbsp;&amp;nbsp;&amp;nbsp;Select the time zone and the time interval you want. &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in 0in 0in 1.125in; color: #44546a; font-family: Calibri;"&gt;&lt;span style="background: #f9f9f9; font-size: 10pt;"&gt;&amp;nbsp;Note&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 11pt;"&gt;&amp;nbsp;&amp;nbsp; Data is retained by the service for seven days.&lt;/span&gt;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul style="margin-top: 0in; margin-bottom: 0in; margin-left: 0.375in; direction: ltr;"&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Delivery status&amp;nbsp;&amp;nbsp;&amp;nbsp;You can search by the specific status of a message or messages. Leave this field blank to cover all statuses. Otherwise, choose among: &lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Delivered&amp;nbsp;&amp;nbsp;&amp;nbsp;The message or messages were successfully delivered to the intended destination.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Failed&amp;nbsp;&amp;nbsp;&amp;nbsp;The message or messages weren&amp;rsquo;t delivered. Either delivery was attempted and failed, or delivery was prevented by the filtering service. For example, the filtering service may have determined that a message contained malware.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Pending&amp;nbsp;&amp;nbsp;&amp;nbsp;Delivery of the message or messages is still being attempted or re-attempted.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Expanded&amp;nbsp;&amp;nbsp;&amp;nbsp;The message or messages were sent to a &lt;/span&gt;&lt;a href="http://office.microsoft.com/en-us/office365-suite-help/redir/HA102892915.aspx?CTT=5&amp;amp;origin=HA104036966"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;distribution group&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt; and was expanded so the members of the group can be viewed individually.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Unknown&amp;nbsp;&amp;nbsp;&amp;nbsp;Delivery status is unknown and no details are available.&lt;/span&gt;&lt;/li&gt;
&lt;li style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;Message ID&amp;nbsp;&amp;nbsp;&amp;nbsp;The Internet message ID (also known as the client ID) found in the header of the message with the Message-ID: token. Its format varies depending on the sending mail system. The following is an example: &amp;lt;&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: italic;"&gt;08f1e0f6806a47b4ac103961109ae6ef@server.domain&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: 11pt;"&gt;&amp;gt;. If you know the message ID, it may help in troubleshooting.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="color: #44546a; margin-top: 0px; margin-bottom: 0px; vertical-align: middle;"&gt;&lt;span style="font-family: Calibri; font-size: 11pt; font-style: normal; font-weight: normal;"&gt;6. Click Search to run the message trace. To change your search criteria, click Clear.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3568768" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Exchange+Server+2013/">Exchange Server 2013</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/E15/">E15</category><category domain="http://blogs.technet.com/b/catastrophic_failure_joannav/archive/tags/Office+365/">Office 365</category></item></channel></rss>