<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.pro-exchange.be/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>Office 365</title><link>http://www.pro-exchange.be/blogs/office365/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>ADFS 2.0 Update Rollup 2 released</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/05/18/adfs-2-0-update-rollup-2-released.aspx</link><pubDate>Fri, 18 May 2012 08:14:36 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1457</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1457</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/05/18/adfs-2-0-update-rollup-2-released.aspx#comments</comments><description>&lt;p&gt;A few days back, Microsoft released UR2 for ADFS 2.0.&lt;/p&gt;  &lt;p&gt;This Update Rollup mostly contains fixes for some issues but also added full support for the RelayState parameter.&lt;/p&gt;  &lt;p&gt;For more information, have a look at the following page: &lt;a title="http://support.microsoft.com/kb/2681584" href="http://support.microsoft.com/kb/2681584"&gt;http://support.microsoft.com/kb/2681584&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1457" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/ADFS/default.aspx">ADFS</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Update/default.aspx">Update</category></item><item><title>ADFS &amp; Office 365: The implications of a database choice (SQL or WID)</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/03/27/adfs-amp-office-365-the-implications-of-a-database-choice-sql-or-wid.aspx</link><pubDate>Tue, 27 Mar 2012 21:12:57 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1403</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1403</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/03/27/adfs-amp-office-365-the-implications-of-a-database-choice-sql-or-wid.aspx#comments</comments><description>&lt;p&gt;The configuration database is one of the components that make part of an AD Federation Server deployment. It contains all configuration data regarding the Federation Service and includes information the Federation Services needs to identify certificates, claims etc... One of the decisions related to an AD FS deployment is whether to use SQL or a Windows Internal Database (WID) to store the ADFS configuration database in. Unfortunately, there’s not much documentation available (except for &lt;a href="http://technet.microsoft.com/en-us/library/ee913581(WS.10).aspx"&gt;this&lt;/a&gt; article on TechNet maybe).&lt;/p&gt;  &lt;p&gt;In order for the AD FS service to work you need an active (live) connection to the database. There’s no caching happening, which means that your federation server will stop processing requests as from the moment the connection to the database is lost. This immediately brings up some interesting questions. It means that the availability of your federation service also depends on the availability of your database… In this article, I will try to shed a light on the different options which will, hopefully, help you better understand your options and therefore lead to better decisions.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Note&amp;#160;&amp;#160; &lt;/strong&gt;Before continuing I must clarify that I wrote this article, solely with the usage of ADFS in combination with Office 365 in mind. It is very well possible that conclusions or any of the statements below might not entirely apply if other usage scenarios are taken into account.&lt;/p&gt;  &lt;h3&gt;&lt;font style="font-weight:bold;"&gt;Database Type&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;The choice of the database type directly impacts what you can (or cannot) do. In some way, it also dictates how you should setup your federation servers. The table below depicts some of the most important differences between SQL and the Windows Internal Database when used as configuration database store for AD FS:&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="2" width="658"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="122"&gt;&lt;strong&gt;(AD FS) Feature&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="274"&gt;&lt;strong&gt;Windows Internal Database (WID)&lt;/strong&gt;&lt;/td&gt;        &lt;td valign="top" width="260"&gt;&lt;strong&gt;SQL Server&lt;/strong&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="126"&gt;Scalability&lt;/td&gt;        &lt;td valign="top" width="273"&gt;Limited to five servers in the farm&lt;/td&gt;        &lt;td valign="top" width="258"&gt;No limitation&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="129"&gt;High Availability&lt;/td&gt;        &lt;td valign="top" width="271"&gt;built-in “replication” mechanism&lt;/td&gt;        &lt;td valign="top" width="257"&gt;Needs SQL cluster&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="131"&gt;Adv. features&lt;/td&gt;        &lt;td valign="top" width="271"&gt;Not available&lt;/td&gt;        &lt;td valign="top" width="258"&gt;SAML artifact resolution &amp;amp;          &lt;br /&gt;SAML/WS-Federation token replay detection&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;As you can see, there are only small differences. Obviously, if you need some of the advanced features you’ll only have one option: SQL. On the other hand, ADFS &amp;amp; Office 365 does not use any of these advanced features leaving the WID also as a valid choice.&lt;/p&gt;  &lt;p&gt;So, the question one could ask himself is: “What database type do I need to use?”. I’ve come across some articles over the past few months that seem to slightly favor SQL over the WID. The question, in my opinion is rather: “Do I really need to use a SQL database”? The answer depends somewhat on your personal preference but mostly comes down to some parameters that you can use to outweigh one choice against the other. When comparing both options, I usually cannot find a single persuasive argument why choosing SQL server over the Windows Internal Database is justified. Of course, there’s the argument of centralized management, so-called better performance, easier backup etc.&lt;/p&gt;  &lt;p&gt;To justify my statement, let’s evaluate some of the claims against the Windows Internal Database.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;1. Deployment, Management and High Availability&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;When using SQL, all your ADFS servers will be connecting to a central database. Essentially this means you only have to manage a single database instance. However; if you want to have some sort of high-availability, you’ll have to defer to clustered SQL servers. This not only leads to more servers, but also to an increased complexity (although I’m sure there are some SQL-guys out there that disagree with me right now). If you’re using a WID, High Availability comes somehow built-in into the product. The first AD FS server that you install will automatically become the “primary” server. Any subsequent AD FS server that you add to the farm will start replicating changes from the primary configuration database. This is an automatic process that polls for changes every 5 minutes:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_3138D493.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_09FE8B5E.png" width="392" height="150" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It goes without saying that it requires a lot less effort setting up and configuring an AD FS farm based on the WID: it happens automatically. Moving from the WID to SQL is supported, but requires you to reconfigure each AD FS server. More information on that process can be found here: &lt;a title="http://social.technet.microsoft.com/wiki/contents/articles/948.ad-fs-2-0-migrate-your-ad-fs-configuration-database-to-sql-server.aspx" href="http://social.technet.microsoft.com/wiki/contents/articles/948.ad-fs-2-0-migrate-your-ad-fs-configuration-database-to-sql-server.aspx"&gt;http://social.technet.microsoft.com/wiki/contents/articles/948.ad-fs-2-0-migrate-your-ad-fs-configuration-database-to-sql-server.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;2. Better performance&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;The AD FS Design guide cites that SQL could be used to achieve a better performance. The reasoning behind it is that when using the WID, you’re actually using a tiny local SQL database which consumes more resources on the AD FS server and moving this database off the server to a dedicated SQL server will save you some of these resources. Although I do understand the logic behind it, I think we should put it into perspective.&lt;/p&gt;  &lt;p&gt;According to the AD FS 2.0 Capacity Planning Sizing Spreadsheet, a single AD FS server can easily service up to multiple thousands of users:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_49C871E3.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_02731BF1.png" width="334" height="315" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It should be noted that these recommendations were obtained through tests with a dedicated SQL server. However; the same page also describes the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_0FD92EF7.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_689EE5C1.png" width="1015" height="63" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It states that the load on the SQL server was – even when the AD FS server(s) were under high pressure – never really very high. From personal test, I have not seen any significant load on the SQL server either. The leads me to conclude that even when an AD FS server is under load, modern servers are more than capable of handling the additional load a WID might put on the AD FS server. I’m currently running some benchmarks to spot noticeable differences in AD FS performance between a WID or SQL; however the results have not been conclusive so far.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;3. Backup&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;This is perhaps the one point where the WID definitely lacks behind SQL. In the event of a failure of your primary federation server, your only option is to restore that “primary” configuration database, reactivating the replication between the different members of the federation server farm. Until the database is back up and running, you will not be able to make any changes to your farm’s configuration. This automatically means that you have to take backups of your primary federation server (system state) at least every time you make a configuration change. Compared to the backup process of SQL (daily full or event incremental) you might have going on, this is definitely an additional effort (and one you cannot allow yourself to ignore!). Furthermore, in case you are using SQL there is no “primary” federation server: a failed server can easily be replaced by adding a new member in the farm.&lt;/p&gt;  &lt;h3&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/h3&gt;  &lt;p&gt;Despite the limitations and some of the inconveniences that come with the Windows Internal Database, to me it’s the easier and my first choice when deploying an AD FS server farm. I’m not saying that using SQL is a bad idea; I just don’t see the point in the additional effort you need to put in the configuration and management unless you need the advanced features or are required to scale out beyond 5 servers. Unless Microsoft brings out some (better) guidance towards the choice of the database which explicitly explains why you should use SQL over the WID, I’ll stick with the WID.&lt;/p&gt;  &lt;p&gt;As always: Please, feel free to comment.&lt;/p&gt;  &lt;p&gt;Cheers!&lt;/p&gt;  &lt;p&gt;Michael&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1403" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Federation/default.aspx">Federation</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/ADFS/default.aspx">ADFS</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/SQL/default.aspx">SQL</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Database/default.aspx">Database</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Windows+Internal+Database/default.aspx">Windows Internal Database</category></item><item><title>Office 365 Shared Mailbox Tool</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/03/27/office-365-shared-mailbox-tool.aspx</link><pubDate>Tue, 27 Mar 2012 08:48:59 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1402</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1402</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/03/27/office-365-shared-mailbox-tool.aspx#comments</comments><description>&lt;p&gt;Yesterday, a handy tool was published on the Office 365 forums which allows you to easily create a shared mailbox using a simple GUI. The tool is entirely based on PowerShell:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_242175D6.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_43D04F9E.png" width="297" height="248" /&gt;&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_1C960669.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_23490FEC.png" width="293" height="248" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The zip file, which you can download from &lt;a href="http://community.office365.com/en-us/f/183/t/45006.aspx"&gt;here&lt;/a&gt;, contains two files:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;StartSharedMailboxTool.bat &lt;/li&gt;    &lt;li&gt;SharedMailboxTool&lt;strong&gt;.&lt;/strong&gt;ps1 &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You use the bat-file to launch the GUI. Upon execution, you will be asked to login into your Office 365 Tenant. The rest is self-explanatory.&lt;/p&gt;  &lt;p&gt;If you need more information, have a look at the following pages:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a title="http://community.office365.com/en-us/w/exchange/1712.aspx" href="http://community.office365.com/en-us/w/exchange/1712.aspx"&gt;http://community.office365.com/en-us/w/exchange/1712.aspx&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a title="http://blogs.technet.com/b/lystavlen/archive/2012/03/24/user-friendly-shared-mailboxes-in-office-365.aspx" href="http://blogs.technet.com/b/lystavlen/archive/2012/03/24/user-friendly-shared-mailboxes-in-office-365.aspx"&gt;http://blogs.technet.com/b/lystavlen/archive/2012/03/24/user-friendly-shared-mailboxes-in-office-365.aspx&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Cheers!&lt;/p&gt;  &lt;p&gt;Michael&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1402" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Exchange+Online/default.aspx">Exchange Online</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Shared+Mailbox/default.aspx">Shared Mailbox</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Tool/default.aspx">Tool</category></item><item><title>Microsoft cuts prices on Office 365 subscriptions up to 20%</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/03/15/microsoft-cuts-prices-on-office-365-subscriptions-up-to-20.aspx</link><pubDate>Thu, 15 Mar 2012 06:56:00 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1389</guid><dc:creator>Ruben Nauwelaers</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1389</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/03/15/microsoft-cuts-prices-on-office-365-subscriptions-up-to-20.aspx#comments</comments><description>&lt;p&gt;Yesterday (american time) Microsoft &lt;a target="_blank" href="http://blogs.office.com/b/microsoft_office_365_blog/archive/2012/03/14/new-lower-prices-for-office-365.aspx?utm_source=twitterfeed&amp;amp;utm_medium=twitter"&gt;announced on it&amp;#39;s office 365 blogs&lt;/a&gt; that prices on Office 365 subscriptions are lowered. For some plans the price change is as high as 20% and in effect immediately for new and existing customers. &lt;/p&gt;
&lt;p&gt;Quote from the original post:&lt;/p&gt;
&lt;p&gt;&lt;i&gt;As we rapidly add customers, the cost to run Office 365 becomes more 
efficient.&amp;nbsp; This is the beauty of the cloud where we can deliver 
economies of scale through our worldwide data centers and economies of 
skill with our engineers, administrators, and support teams operating 
the service.&amp;nbsp;&amp;nbsp; &lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;With these efficiencies, we&amp;#39;re able pass on savings to make it even 
more affordable for customers of all sizes to move to Office 365. So, 
I&amp;#39;m thrilled to announce that we&amp;#39;re lowering the prices of most of our 
Office 365 for enterprise plans by up to 20%. These changes are 
effective today at &lt;a href="http://www.microsoft.com/office365"&gt;Office365.com&lt;/a&gt; for new and renewing direct customers.&amp;nbsp; &lt;/i&gt;&lt;/p&gt;
&lt;p&gt;
&lt;i&gt;We are also excited to make pricing changes to Office 365 for 
education. In line with our longstanding commitment to education, we 
will make our &amp;quot;A2&amp;quot; service plan free to not only students, but also to 
faculty and staff.&amp;nbsp; A2 includes the core capabilities of Exchange, 
SharePoint, and Lync and the Office Web Applications.&amp;nbsp; Exchange Online 
and Lync Online are available today for academic institutions, and we&amp;#39;ll
 launch the full&amp;nbsp;Office 365 for education service starting this summer.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;I think this is a great example of how cloud is all about efficiency and that Microsoft is ready to reward it&amp;#39;s customers for choosing Office 365!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1389" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category></item><item><title>Video: Use TMG to publish ADFS with a single external IP Address</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/03/09/video-use-tmg-to-publish-adfs-with-a-single-external-ip-address.aspx</link><pubDate>Fri, 09 Mar 2012 08:04:09 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1384</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1384</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/03/09/video-use-tmg-to-publish-adfs-with-a-single-external-ip-address.aspx#comments</comments><description>&lt;p&gt;A while back, I wrote an article about how to create a home lab for Office 365 in which I also talked about publishing ADFS through a TMG.&amp;#160; I created this video to accompanu that article by giving a bit more information on the publishing part and going through the setup step-by-step.&lt;/p&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=Nfq61nHXuww&amp;amp;feature=plcp&amp;amp;context=C440fce7VDvjVQa1PpcFNXaUYqiA2IZT38k2kpYZufP8mkWxJU-Fs%3D"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_2CE8A4F7.png" width="410" height="253" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1384" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/ADFS/default.aspx">ADFS</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/TMG/default.aspx">TMG</category></item><item><title>Migrate from an on-premise Blackberry Enterprise Server to Blackberry Business Cloud Services in Office 365</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/03/08/migrate-from-on-premise-blackberry-enterprise-server-to-blackberry-business-cloud-services-in-office-365.aspx</link><pubDate>Thu, 08 Mar 2012 21:04:43 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1382</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1382</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/03/08/migrate-from-on-premise-blackberry-enterprise-server-to-blackberry-business-cloud-services-in-office-365.aspx#comments</comments><description>&lt;h3&gt;&lt;font style="font-weight:bold;" face="Segoe UI"&gt;Introduction&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Today, I “catched” a tweet from someone who was having trouble migrating from an on-premise Blackberry Enterprise Server to Office 365. He pointed out that there was no real documentation on how to actually perform the switch. So, I decided to write a small article describing what’s involved with the switch and what steps you need to take (if any at all).&lt;/font&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font style="font-weight:bold;" face="Segoe UI"&gt;What to do?&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;First of all, I would like to point out that moving from an on-premise BES to Office 365 is actually fairly easy. Once you’ve setup the BB Business Cloud Service for your tenant, you will notice that the online administration portal is pretty much the same as the on-premise version. This make sense since the hosted version is no more (actually no less) than the same Blackberry Enterprise Server you are running in your own environment:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_6F5B0318.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_7CC1161E.png" width="691" height="216" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font face="Segoe UI"&gt;Obviously – as is the case with hosted services – the portal has been stripped from any options that might affect the server on which the service is running.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Logically, before you can start moving your users you will have to add them as a blackberry user. I will not go through the steps, as I have already documented that in another article:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a title="http://www.pro-exchange.be/blogs/office365/archive/2011/12/04/blackberry-amp-office-365-a-first-look.aspx" href="http://www.pro-exchange.be/blogs/office365/archive/2011/12/04/blackberry-amp-office-365-a-first-look.aspx"&gt;&lt;font face="Segoe UI"&gt;http://www.pro-exchange.be/blogs/office365/archive/2011/12/04/blackberry-amp-office-365-a-first-look.aspx&lt;/font&gt;&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Let’s assume that you’ve already configured a blackberry user. What you have to do next is to set a new activation password. This will allow you to (re)run an Enterprise Activation from your Blackberry Device.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_1C6FEFE7.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_5C39D66C.png" width="244" height="82" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Now all that you have left to do is to take the user’s device, and perform a new Enterprise Activation. There is no real requirement to wipe the device before doing so. Normally, you shouldn’t encounter any problems but occasionally (I only encountered it once) the Enterprise Activation might fail. If that’s the case, you can re-try but in the end (and that’s what I had to do) you’re probably looking at wiping the device and doing an Enterprise Activation afterwards.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;If you need help on the Enterprise Activation part or how to wipe a device, have a look at these pages:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a title="http://www.bbgeeks.com/blackberry-guides/guide-to-wiping-your-blackberry-88202/" href="http://www.bbgeeks.com/blackberry-guides/guide-to-wiping-your-blackberry-88202/"&gt;&lt;font face="Segoe UI"&gt;http://www.bbgeeks.com/blackberry-guides/guide-to-wiping-your-blackberry-88202/&lt;/font&gt;&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a title="http://us.blackberry.com/support/enterpriseactivation/" href="http://us.blackberry.com/support/enterpriseactivation/"&gt;&lt;font face="Segoe UI"&gt;http://us.blackberry.com/support/enterpriseactivation/&lt;/font&gt;&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;So, as promised: that was fairly easy, wasn’t it?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Cheers!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Michael&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1382" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/BlackBerry/default.aspx">BlackBerry</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Mobile+Devices/default.aspx">Mobile Devices</category></item><item><title>Relaying with Exchange Online: sometimes an unexpected endeavor</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/03/01/relaying-with-exchange-online-sometimes-an-unexpected-endeavor.aspx</link><pubDate>Wed, 29 Feb 2012 23:31:19 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1365</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1365</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/03/01/relaying-with-exchange-online-sometimes-an-unexpected-endeavor.aspx#comments</comments><description>&lt;h3&gt;&lt;font face="Segoe UI"&gt;&lt;/font&gt;&lt;/h3&gt;  &lt;h3&gt;&lt;font face="Segoe UI"&gt;Introduction&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;In a regular Exchange on-premise deployment, allowing some devices to relay is relatively simple: you have to manually add the “ms-Exch-SMTP-Accept-Any-Recipient” Extended Right to a receive connector which will then allow any application or device that connects through it to relay externally. Perhaps this is something you would want to do for large all-in-one devices (printer/scanner/copier) or other appliances that e.g. need to send alerting-emails to an external recipient. The connection that the device/appliance/application server/… makes to your Exchange Server is – usually – a plain, simple and unauthenticated SMTP connection on port 25 (no TLS). &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;For customers who are moving to Exchange Online, this scenario can potentially become a bit of a problem. Sometimes, it is possible that the device you are using to send emails from only offers limited configuration towards SMTP settings. The problem that I experience the most – so far – is the fact that the device cannot either change the port, does not support TLS or does not allow for authentication. Because allowing to relay has always been relatively simple in traditional on-premise deployments, it’s easily forgotten during the planning phase of an Exchange Online implementation. Office 365 (Exchange Online) requires you to make an authenticated connection over port 587 with TLS enabled. This could actually mean that devices which don’t support these options will not be able to relay. Fortunately, there’s a relatively simple solutions for this problem. &lt;/font&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font face="Segoe UI"&gt;IIS to the rescue&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Buried within IIS lies a SMTP service. We all know it because - as you might recall - prior to version 2007, Exchange relied on the same service for all SMTP communications. Enabling the SMTP service allows us to configure unauthenticated inbound SMTP connections and create authenticated outbound SMTP connections. Exactly what we were looking for!&amp;#160; Since the service is relatively small, the overhead for the server on which you are running it should be fairly minimal. Nonetheless, the actual load largely depends on the amount of emails you are sending through it. So make sure that you think twice before adding the service to one or another server. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;In this example, I’ll be installing the SMTP service on a regular Windows Server 2008 R2 and configure it to accept incoming connections on port 25. Afterwards I will configure the service to forward all incoming mails through port 587 to Office 365.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;To install the SMTP Server service, run the following cmdlet from PowerShell:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=141553"&gt;&lt;font color="#0000ff" face="Segoe UI"&gt;Import-Module&lt;/font&gt;&lt;/a&gt;&lt;font color="#0000ff" face="Segoe UI"&gt; ServerManager&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font color="#0000ff" face="Segoe UI"&gt;Add-WindowsFeature SMTP-Server&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;At the same time, the prerequisites for the SMTP-Server will also be installed:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_1E3D43C8.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_39759CC9.png" width="471" height="132" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font face="Segoe UI"&gt;Configuring the SMTP Service&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Before configuring the service, there are two things that need to be dealt with:&lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font face="Segoe UI"&gt;Create a new Exchange Online user which will be used to send emails from&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Get the SMTP Server information:&lt;/font&gt; &lt;/li&gt; &lt;/ol&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Segoe UI"&gt;Open Outlook Web App and go to &lt;strong&gt;options&lt;/strong&gt;&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_2B3723D9.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_1815F72D.png" width="218" height="244" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Segoe UI"&gt;Click &lt;strong&gt;Accounts&lt;/strong&gt;, &lt;strong&gt;My Accounts&lt;/strong&gt; and then &lt;strong&gt;Settings for POP, IMAP and SMTP access&lt;/strong&gt;&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_02B841C5.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_7E41C0FD.png" width="451" height="313" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Segoe UI"&gt;Write down the SMTP settings from the pop-up window&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_68E40B95.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_7C90F529.png" width="313" height="252" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Now that we’ve completed step 1 and step 2, we can move on to the next steps:&lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font face="Segoe UI"&gt;In the IIS Manager, right-click the SMTP Virtual Server and select &lt;/font&gt;&lt;strong&gt;&lt;font face="Segoe UI"&gt;properties          &lt;br /&gt;          &lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_3BEEA8BA.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_46AC000F.png" width="242" height="265" /&gt;&lt;/font&gt;&lt;/a&gt;         &lt;br /&gt;&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Navigate to the &lt;strong&gt;Delivery Tab&lt;/strong&gt;, click &lt;strong&gt;Outbound Connections, &lt;/strong&gt;change the TCP port to &lt;strong&gt;587&lt;/strong&gt; and confirm.         &lt;br /&gt;&lt;/font&gt;      &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_45676730.png"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_1E2D1DFB.png" width="218" height="244" /&gt;&lt;/a&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Click the &lt;strong&gt;Outbound Security&lt;/strong&gt; button. Configure &lt;strong&gt;Basic Authentication&lt;/strong&gt; and enable &lt;strong&gt;TLS Encryption&lt;/strong&gt;.         &lt;br /&gt;Enter the Office 365 user’s credentials that you’ve created earlier.&lt;strong&gt;          &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_1DC0EB06.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_792F5D81.png" width="242" height="244" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Navigate to the &lt;strong&gt;Access Tab&lt;/strong&gt;, open the &lt;strong&gt;authentication&lt;/strong&gt; settings and verify that &lt;strong&gt;anonymous access&lt;/strong&gt; is enabled         &lt;br /&gt;        &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_6A84B19C.png"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_7A4446A0.png" width="244" height="169" /&gt;&lt;/a&gt;         &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Depending on what devices you want to allow/block, change the &lt;strong&gt;Relay&lt;/strong&gt; settings.         &lt;br /&gt;        &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_27C56664.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_78FFADC1.png" width="355" height="291" /&gt;&lt;/a&gt;         &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Now, expand the default SMTP Virtual Server, right click Domains and choose New &amp;gt; Domain:        &lt;br /&gt;        &lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_6D69F082.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_45574163.png" width="399" height="220" /&gt;&lt;/font&gt;&lt;/a&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Select &lt;strong&gt;Remote&lt;/strong&gt; and click &lt;strong&gt;Next&lt;/strong&gt;         &lt;br /&gt;        &lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_65061B2B.png"&gt;&lt;font face="Segoe UI"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_36AC957E.png" width="309" height="228" /&gt;&lt;/font&gt;&lt;/a&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;In the name-field, type “&lt;strong&gt;*.com&lt;/strong&gt;” and click &lt;strong&gt;Finish          &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_6B4CF1B9.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_2B16D83F.png" width="313" height="228" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Open the properties for the domain you just created and check “&lt;strong&gt;Allow incoming mail to be relayed to this domain&lt;/strong&gt;” and         &lt;br /&gt;in the &lt;strong&gt;Route Domain&lt;/strong&gt; field, enter the name of the mailbox server we retrieved earlier:         &lt;br /&gt;        &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_03DC8F0A.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_2AAAA54A.png" width="313" height="254" /&gt;&lt;/a&gt;         &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Click the &lt;strong&gt;Outbound Security&lt;/strong&gt; button. Configure &lt;strong&gt;Basic Authentication&lt;/strong&gt; and enable &lt;strong&gt;TLS Encryption&lt;/strong&gt;.         &lt;br /&gt;Enter the Office 365 user’s credentials that you’ve created earlier.&lt;strong&gt;          &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_5583095C.png"&gt;&lt;img style="background-image:none;border-right-width:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_7C511F9C.png" width="242" height="244" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;That’s it! You’ve now configured your IIS server to accept mails without authentication or TLS and you will forward them to Office 365.&lt;/font&gt;&lt;/p&gt; &lt;font face="Segoe UI"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;If you need your emails to be sent from different email addresses, you could create multiple Virtual SMTP Servers on the same server. However, you cannot have multiple Virtual SMTP servers listening on port 25 on a single machine at the same time. You therefore need to modify the SMTP for each additional virtual server. Once the SMTP Virtual Server is configured, the exact same configuration steps as above apply to configure it to allow relaying through Office 365.&lt;/font&gt;&lt;font face="Segoe UI"&gt; &lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font face="Segoe UI"&gt;Right-click the server node, select &lt;strong&gt;New&lt;/strong&gt; &amp;gt; &lt;strong&gt;SMTP Virtual Server          &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_6A0858DA.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_14E0BCED.png" width="366" height="203" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Enter a &lt;strong&gt;name&lt;/strong&gt; and click &lt;strong&gt;Next          &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_0297F62B.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_147489F8.png" width="349" height="256" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Configure an IP address and click &lt;strong&gt;Next&lt;/strong&gt;         &lt;br /&gt;        &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_543E707D.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_14085703.png" width="338" height="248" /&gt;&lt;/a&gt;         &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Choose a &lt;strong&gt;home directory&lt;/strong&gt; and click &lt;strong&gt;Next          &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_53D23D88.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_7AA053C8.png" width="362" height="267" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Enter a &lt;strong&gt;default domain name&lt;/strong&gt; and click &lt;strong&gt;Finish          &lt;br /&gt;          &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_53660A93.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_7A3420D3.png" width="348" height="256" /&gt;&lt;/a&gt;           &lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;Open the properties for the newly created Virtual SMTP server and click&amp;#160; &lt;strong&gt;advanced&lt;/strong&gt; on the General tab         &lt;br /&gt;        &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_39FE0759.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_47D04D54.png" width="334" height="158" /&gt;&lt;/a&gt;         &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;&lt;strong&gt;Edit&lt;/strong&gt; the configuration to use another &lt;strong&gt;TCP port&lt;/strong&gt;. e.g. 27         &lt;br /&gt;        &lt;br /&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_079A33DA.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_2E684A1A.png" width="443" height="187" /&gt;&lt;/a&gt;         &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI"&gt;&lt;strong&gt;Start &lt;/strong&gt;the Virtual SMTP Server&lt;/font&gt; &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Repeat the configuration steps (1-10) as described earlier. Only this time, use a different Office 365 (Exchange Online) account. Once that is done, all that is&lt;/font&gt;&lt;font face="Segoe UI"&gt; left is to modify the SMTP TCP port to 27 on all your devices that need to relay through this new virtual SMTP server.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI"&gt;Cheers!&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1365" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Relay/default.aspx">Relay</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/IIS/default.aspx">IIS</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Exchange+Online/default.aspx">Exchange Online</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/SMTP/default.aspx">SMTP</category></item><item><title>Office 365 Identity Management &amp; Federation session recording available on TN Edge</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/02/08/office-365-identity-management-amp-federation-session-recording-available-on-tn-edge.aspx</link><pubDate>Wed, 08 Feb 2012 21:20:52 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1339</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1339</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/02/08/office-365-identity-management-amp-federation-session-recording-available-on-tn-edge.aspx#comments</comments><description>&lt;p&gt;The session recording of my webcast on Office 365 Identity Management &amp;amp; Federation is now available on TN Edge.&lt;/p&gt;  &lt;p&gt;In this session I talked about Identity Management in Office 365 and&amp;#160; went over the different steps from planning to implementing Identity Federation.&lt;/p&gt;  &lt;p&gt;The sessions discussed some real-world scenarios in order to answer some common questions like:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;What is AD FS and do I need it? &lt;/li&gt;    &lt;li&gt;How will my user’s experience this Single Sign On? &lt;/li&gt;    &lt;li&gt;Is it secure? &lt;/li&gt;    &lt;li&gt;Does Microsoft need a copy of my AD? &lt;/li&gt;    &lt;li&gt;…&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can download/view the recording from &lt;a href="http://technet.microsoft.com/en-us/edge/hh846181.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/edge/hh846181.aspx"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_45B67C34.png" width="367" height="276" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1339" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Hybrid/default.aspx">Hybrid</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/ADFS/default.aspx">ADFS</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/WebCast/default.aspx">WebCast</category></item><item><title>Blackberry soon to go live (out of beta) in Office 365!</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/01/19/blackberry-soon-to-go-live-out-of-beta-in-office-365.aspx</link><pubDate>Thu, 19 Jan 2012 13:47:19 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1312</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1312</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/01/19/blackberry-soon-to-go-live-out-of-beta-in-office-365.aspx#comments</comments><description>&lt;p&gt;Earlier this week, RIM announced – through an email to existing customers – that their service would go out of beta somewhere in the next few weeks.   &lt;br /&gt;There would be no change in support and the service would remain free. However; existing customers would be required to re-accept new terms and conditions.&lt;/p&gt;  &lt;p&gt;At the moment, it’s not clear what changes will be made to the terms and conditions. My best guess is that changes will mostly involve service availability and support.   &lt;br /&gt;We’ll have to wait and see…&lt;/p&gt;  &lt;p&gt;According to RIM, the move to the “general availability” should have no impact to the service. Nonetheless, I’ve had some customers complaining about intermittent connectivity lately…&lt;/p&gt;  &lt;p&gt;To be continued!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Hereunder is the original statement by RIM:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_09BE1390.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_149AF4D8.png" width="348" height="388" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1312" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/BlackBerry/default.aspx">BlackBerry</category></item><item><title>Office 365 Beta Exams: my thoughts (and feelings)</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/01/18/office-365-beta-exams-my-thoughts-and-feelings.aspx</link><pubDate>Wed, 18 Jan 2012 12:46:34 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1311</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1311</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/01/18/office-365-beta-exams-my-thoughts-and-feelings.aspx#comments</comments><description>&lt;p&gt;Hereunder you’ll find some of my thoughts (and feelings) on both Office 365 beta exams that I took earlier today.&lt;/p&gt;  &lt;p&gt;I’m a UC guy and mostly busy with Exchange, Lync and Active Directory. Because I have been warned by some colleagues about the difficulty of the exam (&lt;a title="http://thecloudmouth.com/2012/01/10/first-impressions-of-the-office-365-beta-exams/" href="http://thecloudmouth.com/2012/01/10/first-impressions-of-the-office-365-beta-exams/"&gt;http://thecloudmouth.com/2012/01/10/first-impressions-of-the-office-365-beta-exams/&lt;/a&gt;), I made sure to go through the SharePoint Online part at least one more time before taking a shot at the exam… And although I have been delivering quite some Office 365-ignite trainings for Microsoft, it did not get me very far…&lt;/p&gt;  &lt;p&gt;Honestly said, this was one of the most difficult Microsoft exams that I took to date. But for some reason it doesn’t really surprise me. Not because I’ve been “warned”, but rather because Office 365 is really about more than a single product. It’s about Exchange, about Lync, about SharePoint and about the platform itself and you cannot expect Microsoft to lower their expectations towards certifications, just because more than one product is involved, can you? &lt;/p&gt;  &lt;p&gt;I definitely agree with some of comments that I’ve read all over the net: you need at least one year experience with Office 365 in &lt;u&gt;all of its aspects:&lt;/u&gt; Exchange, Lync, SharePoint, ADFS, … Just having a theoretical knowledge about it won’t get you there, you’ll need hands-on experience. The depth of some questions is crazy. But perhaps I just say that because I’m not really a SharePoint guy…&lt;/p&gt;  &lt;p&gt;I guess that – if luck is on my side – the first exam (“deployment”) will be a PASS. The second one (“managing”) on the other hand, I flunked for sure.&lt;/p&gt;  &lt;p&gt;For those out there that still need to take the exam: GOOD LUCK!   &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;If you need some resources on SharePoint Online, I can certainly recommend the following page:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a title="http://office.microsoft.com/en-gb/sharepoint-online-enterprise-help/sharepoint-online-planning-guide-for-office-365-for-enterprises-HA101988931.aspx?WT.mc_id=otc-c-corp-jtc-DPU-MVA_O365LyncSPDeploy" href="http://office.microsoft.com/en-gb/sharepoint-online-enterprise-help/sharepoint-online-planning-guide-for-office-365-for-enterprises-HA101988931.aspx?WT.mc_id=otc-c-corp-jtc-DPU-MVA_O365LyncSPDeploy"&gt;http://office.microsoft.com/en-gb/sharepoint-online-enterprise-help/sharepoint-online-planning-guide-for-office-365-for-enterprises-HA101988931.aspx?WT.mc_id=otc-c-corp-jtc-DPU-MVA_O365LyncSPDeploy&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1311" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Exam/default.aspx">Exam</category></item><item><title>Assigning Application Impersonation permissions in Exchange Online (Office 365)</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/01/16/assigning-application-impersonation-permissions-in-exchange-online-office-365.aspx</link><pubDate>Mon, 16 Jan 2012 09:46:10 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1306</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1306</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/01/16/assigning-application-impersonation-permissions-in-exchange-online-office-365.aspx#comments</comments><description>&lt;p&gt;Some 3rd-party applications require you to provide them with a user account that has got the permission to impersonate other user accounts. This is also the case whenever you use PowerShell e.g. whenever you try to make &lt;a href="http://www.pro-exchange.be/blogs/exchange2010/archive/2011/11/12/using-exchange-web-services-ews-add-entries-in-a-calendar.aspx"&gt;some changes to another user’s calendar&lt;/a&gt; (EWS).    &lt;br /&gt;This article will show you how to configure an account with such rights.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;IMPORTANT &lt;/strong&gt;Remember that you will have to connect to your Exchange Online environment first!&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt;$session = &lt;/font&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=135237"&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt;New-PSSession&lt;/font&gt;&lt;/a&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt; –AllowRedirection –Authentication Basic –ConfigurationName Microsoft.Exchange –ConnectionUri &lt;/font&gt;&lt;a href="https://ps.outlook.com/powershell"&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt;https://ps.outlook.com/powershell&lt;/font&gt;&lt;/a&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt; –Credential (&lt;/font&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=113311"&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt;Get-Credential&lt;/font&gt;&lt;/a&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt;)&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkID=135221"&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt;Import-PSSession&lt;/font&gt;&lt;/a&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt; $session&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;h4&gt;&lt;font style="font-weight:bold;"&gt;Granting permissions through Role Based Access Control (RBAC)&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;just as with Exchange On-Premise, the Application Impersonation permissions are granted through an existing Management Role, cleverly called “ApplicationImpersonation”:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_1918EC70.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_6ABF66C2.png" width="457" height="234" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;In order to grant the permission, you need to create a new Management Role Assignment which will “bind” the Management Role to an account:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_11214A0E.png"&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_579E3A16.png" width="782" height="117" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Executing the cmdlet will output a warning. In my experience, this warning can safely be ignored. However; if you experience any issues due to the warning it’s always a good idea to contact MS Online Support. Feel free to keep me posted if you ever encounter an issue.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Note:&lt;/u&gt;&lt;/strong&gt; It is possible that – while executing the cmdlet - you will also get the following error:&lt;/p&gt;  &lt;p&gt;&lt;code&gt;&lt;font color="#ff0000"&gt;This operation is not allowed for the organization with disabled customizations. To enable this operation, you need to execute Enable-OrganizationCustomization task first.&lt;/font&gt;&lt;/code&gt;&lt;/p&gt;  &lt;p&gt;If that is the case, you will need to enable Organization Customization, by running the following cmdlet: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#0000ff" size="2" face="Courier New"&gt;Enable-OrganizationCustomization&lt;/font&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1306" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/PowerShell/default.aspx">PowerShell</category></item><item><title>Office 365 Integration Module for Windows Small Business Server 2011 Essentials</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/01/13/office-365-integration-module-for-windows-small-business-server-2011-essentials.aspx</link><pubDate>Fri, 13 Jan 2012 11:13:00 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1303</guid><dc:creator>Johan Delimon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1303</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/01/13/office-365-integration-module-for-windows-small-business-server-2011-essentials.aspx#comments</comments><description>&lt;p&gt;The Office 365 Integration Module feature add-in for Windows SBS 2011 Essentials allows small businesses to seamlessly combine the cloud-based productivity tools of Microsoft Office 365 with Windows SBS 2011 Essentials. Windows SBS 2011 Essentials is a first-server solution designed and priced especially for small businesses that have limited access to professional IT resources. It provides a cost-effective and easy-to-use solution that helps protect data, organize and access business information from virtually anywhere, and support the applications needed to run a business. The joint technologies provide businesses with a simplified, easy-to-manage, and affordable hybrid solution that helps employees work more efficiently and businesses run more smoothly. &lt;br /&gt;&lt;br /&gt;The Office 365 Integration Module for Windows SBS 2011 Essentials extends the features of the server Dashboard by providing seamless integration with Office 365 services. When you integrate Office 365 with the server, you can: &lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Subscribe to Office 365 or configure the server to use an existing subscription&lt;/li&gt;
&lt;li&gt;Perform the following Office 365 account management tasks from the Dashboard:
&lt;ul&gt;
&lt;li&gt;Create Office 365 accounts&lt;/li&gt;
&lt;li&gt;Assign new or existing Office 365 accounts to network user accounts&lt;/li&gt;
&lt;li&gt;Activate or deactivate Office 365 accounts&lt;/li&gt;
&lt;li&gt;Link your professional Internet domain to Office 365&lt;/li&gt;
&lt;li&gt;View usage status and other information about your Office 365 subscription&lt;/li&gt;
&lt;li&gt;Access your Office 365 management portal from the Office 365 page of the server Dashboard.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can install and configure the Office 365 Integration Module at any time after installing Windows SBS 2011 Essentials.&lt;/p&gt;
&lt;p&gt;More info &amp;amp; Download&lt;br /&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=28566"&gt;http://www.microsoft.com/download/en/details.aspx?id=28566&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1303" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/SBS/default.aspx">SBS</category></item><item><title>Office 365 Service Health Dashboard is now tenant-aware!</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/01/12/office-365-service-health-dashboard-is-now-tenant-aware.aspx</link><pubDate>Thu, 12 Jan 2012 13:56:07 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1301</guid><dc:creator>Michael Van Horenbeeck</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1301</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/01/12/office-365-service-health-dashboard-is-now-tenant-aware.aspx#comments</comments><description>&lt;p&gt;The Office 365 Health Dashboard can provide you with a quick overview of the overall service health status in Office 365. Until recently, the dashboard was scoped regionally, which meant that the provided health status was relevant for an entire geographical region.    &lt;br /&gt;Now, Microsoft rolled out an update to the Dashboard so that it is tenant-aware. This means that you will only see service status notifications if they are relevant to your tenant. In other words: if a server is impacted that has got nothing to do with your tenant, you won’t see any specific service warnings in the dashboard.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_2D5905D1.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="image" border="0" alt="image" src="http://www.pro-exchange.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/office365/image_5F00_thumb_5F00_13F10297.png" width="536" height="177" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The original announcement can be found here: &lt;a title="http://community.office365.com/en-us/b/office_365_technical_blog/archive/2012/01/07/the-office-365-service-health-dashboard-now-supports-per-tenant-service-status.aspx" href="http://community.office365.com/en-us/b/office_365_technical_blog/archive/2012/01/07/the-office-365-service-health-dashboard-now-supports-per-tenant-service-status.aspx"&gt;http://community.office365.com/en-us/b/office_365_technical_blog/archive/2012/01/07/the-office-365-service-health-dashboard-now-supports-per-tenant-service-status.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1301" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category></item><item><title>Mail enable Office 365 SharePoint Library - 3rd Party Tool now in beta</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/01/11/mail-enable-office-365-sharepoint-library-3rd-party-tool-now-in-beta.aspx</link><pubDate>Wed, 11 Jan 2012 15:18:00 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1299</guid><dc:creator>Ruben Nauwelaers</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1299</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/01/11/mail-enable-office-365-sharepoint-library-3rd-party-tool-now-in-beta.aspx#comments</comments><description>&lt;p&gt;&lt;a target="_blank" href="http://www.messageops.com"&gt;MessageOps&lt;/a&gt; released a public beta of their &lt;a target="_blank" href="http://www.messageops.com/messageops-sharepoint-bridge-office-365-edition-now-in-beta"&gt;MessageOps SharePoint Bridge - Office 365 Edition&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This tool will copy incoming mail in an Office 365 mailbox to a SharePoint Library in Office 365. The tool allows you to create rules based on email addresses and keywords to filter&amp;nbsp; the messages to be copied.&lt;/p&gt;
&lt;p&gt;The application is currently in Beta, and free for everyone to try. 
&amp;nbsp;Once released it will be free to existing MessageOps clients. &amp;nbsp;Non 
MessageOps clients can purchase the application for a one time fee.&lt;/p&gt;
&lt;p&gt;More information and download at the &lt;a target="_blank" href="http://www.messageops.com/software/office-365-tools-and-utilities/sharepoint-bridge-office-365-edition"&gt;SharePoint Bridge - Office 365 Edition product page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Source: Twitter (@ivcrieki)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1299" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Exchange/default.aspx">Exchange</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Office 365 certification exams expected in April 2012</title><link>http://www.pro-exchange.be/blogs/office365/archive/2012/01/11/office-365-certification-exams-expected-in-april-2012.aspx</link><pubDate>Wed, 11 Jan 2012 08:18:00 GMT</pubDate><guid isPermaLink="false">a583a9e2-e885-4d34-829b-07e1aa1d77a8:1296</guid><dc:creator>Ruben Nauwelaers</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.pro-exchange.be/blogs/office365/rsscomments.aspx?PostID=1296</wfw:commentRss><comments>http://www.pro-exchange.be/blogs/office365/archive/2012/01/11/office-365-certification-exams-expected-in-april-2012.aspx#comments</comments><description>&lt;p&gt;Certifications are a great way to verify and document your skills. To 
help you certify your Office 365 skills, Microsoft will be releasing two exams soon 
(expected in april 2012)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Exam 70-323: Administering Office 365 &lt;/b&gt;intended for 
IT professionals who administer Microsoft Office 365 in an environment 
that may include Microsoft Exchange, Microsoft Lync, and/or Microsoft 
SharePoint - &lt;a title="link" href="http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-323&amp;amp;Locale=en-us#tab1"&gt;link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Exam 70-321: Deploying Office 365&lt;/b&gt;&amp;nbsp;intended 
for&amp;nbsp;consultants and IT professionals who plan and implement Office 365. 
This includes migrations to Office 365 (simple and hybrid deployments) -
 &lt;a title="link" href="http://www.microsoft.com/learning/en/us/Exam.aspx?ID=70-321&amp;amp;Locale=en-us#tab1"&gt;link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Source: Twitter and http://blogs.technet.com/b/lystavlen/archive/2012/01/11/want-to-get-certified-in-office-365.aspx&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://www.pro-exchange.be/aggbug.aspx?PostID=1296" width="1" height="1"&gt;</description><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Office+365/default.aspx">Office 365</category><category domain="http://www.pro-exchange.be/blogs/office365/archive/tags/Certification/default.aspx">Certification</category></item></channel></rss>
