<?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>Microsoft Online Services Team Blog</title><link>http://blogs.technet.com/b/msonline/</link><description>Technical discussions on the Microsoft Online Services and the various aspects of each of these services.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Debug Build: 5.6.50428.7875)</generator><item><title>PowerShell Updates to Retrieve Distribution Groups, Update User Addresses, and More</title><link>http://blogs.technet.com/b/msonline/archive/2012/03/30/powershell-updates-to-retrieve-distribution-groups-update-user-addresses-and-more.aspx</link><pubDate>Fri, 30 Mar 2012 23:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3488890</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3488890</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2012/03/30/powershell-updates-to-retrieve-distribution-groups-update-user-addresses-and-more.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;Written by Divya Gunasekaran, Microsoft Online Services PM&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The latest release of the Microsoft Online Services Migration Tools includes two new cmdlets and an update to &lt;b&gt;Get-MSOnlineUser&lt;/b&gt;. The new &lt;b&gt;Get-MSOnlineDistributionGroup&lt;/b&gt; cmdlet allows admins to retrieve properties of distribution groups through PowerShell, and a user&amp;rsquo;s UPN, primary SMTP address, and SIP address can now be managed using the &lt;b&gt;Update-MSOnlineUserAddresses&lt;/b&gt; cmdlet.&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/88537526-7073-4870-a8ce-7391eeb5f1d5.htm"&gt;Get-MSOnlineUser&lt;/a&gt;: This cmdlet retrieves the properties of a specified user in Microsoft Online Services.&amp;nbsp; The following property has been added to the output of this cmdlet:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;RulesQuota&lt;/b&gt;: Returns the limit in KB for the size of rules for the user&amp;rsquo;s mailbox. This property will return 0 for users that do not have mailboxes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;2. &lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/80f570cc-500b-4603-846e-7dc32e5875af.htm"&gt;Get-MSOnlineDistributionGroup&lt;/a&gt;: This cmdlet retrieves the properties of a specified distribution group.&amp;nbsp; The following properties are output:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Identity&lt;/b&gt;: Primary SMTP address of the group.&lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;DisplayName&lt;/b&gt;: The display name of the group.&lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Type:&lt;/b&gt; The group type.&lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;AcceptMessagesOnlyFrom: &lt;/b&gt;Returns a string array containing the users and contacts allowed to send email to the retrieved distribution group.&amp;nbsp; An empty array indicates the distribution group accepts messages from all senders.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Members&lt;/b&gt;: Returns a string array containing the members of the distribution group.&lt;b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;3.&amp;nbsp;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/7a64bd61-05a5-412d-9acc-d2193aa528fe.htm"&gt;Update-MSOnlineUserAddresses&lt;/a&gt;: This cmdlet can be used to update a user&amp;rsquo;s primary SMTP address and SIP address to match their existing UPN or a new UPN. &amp;nbsp;For mailbox users, if an existing SMTP address matches the UPN, Update-MSOnlineUserAddresses will set it as the primary SMTP. Otherwise, the cmdlet will add a new SMTP address as the primary email address. Note that this cmdlet does not remove or replace a user&amp;rsquo;s existing SMTP addresses. For users with an existing SIP address, Update-MSOnlineUserAddresses will update the SIP address to match the UPN.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s run through a few scenarios to get started.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I want to ensure my users&amp;rsquo; UPN, primary SMTP address, and SIP address are aligned.&amp;nbsp; After running the Get-MSOnlineUser cmdlet, I notice that the addresses for karthik@fineartschool.net are not the same as his UPN.&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="Code" style="padding-left: 60px;"&gt;&lt;span style="background-color: #c0c0c0;"&gt;C:\PS&amp;gt;Get-MSOnlineUser -Identity karthik@fineartschool.net -&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #c0c0c0;"&gt;Credential $companyAdminCred &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; &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;&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; &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; &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; &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;Identity&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;&amp;nbsp; : karthik@fineartschool.net &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; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&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; &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; &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; &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;ProxyAddresses&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {SMTP:k@fineartschool.net, &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;smtp:karthik@fineartschool.net, sip:ka@fineartschool.net} &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;To update the primary SMTP address and SIP address to equal my user&amp;rsquo;s current UPN, karthik@fineartschool.net, I run the following command:&lt;/p&gt;
&lt;p class="Code" style="padding-left: 60px;"&gt;&lt;span style="background-color: #c0c0c0;"&gt;C:\PS&amp;gt;Update-MSOnlineUserAddresses -Identity &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;br /&gt;&lt;span style="background-color: #c0c0c0;"&gt; karthik@fineartschool.net -Credential $companyAdminCred&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;When I check the user&amp;rsquo;s address list again, I see that the SIP address was updated and the SMTP address that matched the UPN is now set as the primary SMTP address. No SMTP addresses were removed or replaced.&lt;/p&gt;
&lt;p class="Code" style="padding-left: 60px;"&gt;&lt;span style="background-color: #c0c0c0;"&gt;Identity&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;&amp;nbsp; : karthik@fineartschool.net &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; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #c0c0c0;"&gt;ProxyAddresses&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {smtp:k@fineartschool.net, &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;br /&gt;&lt;span style="background-color: #c0c0c0;"&gt;SMTP:karthik@fineartschool.net, sip:karthik@fineartschool.net}&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;My user has recently undergone a name change from Chris to Christine. Her UPN, SMTP address, and SIP address are Chris@fineartschool.net, and I need to update them accordingly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="Code" style="padding-left: 60px;"&gt;&lt;span style="background-color: #c0c0c0;"&gt;Identity&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;&amp;nbsp; : Chris@fineartschool.net &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #c0c0c0;"&gt;ProxyAddresses&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {SMTP:Chris@fineartschool.net, sip:Chris@fineartschool.net}&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;I can do this from the command line, but I can also import information from a csv file since the Update-MSOnlineUserAddresses cmdlet accepts some input from the pipeline by property name.&amp;nbsp; I save the below csv file as &amp;ldquo;NameChange.csv&amp;rdquo; and run the following command:&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0" style="width: 334px;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="184" nowrap="nowrap" valign="bottom"&gt;
&lt;p&gt;Identity&lt;/p&gt;
&lt;/td&gt;
&lt;td width="151" nowrap="nowrap" valign="bottom"&gt;
&lt;p&gt;NewUpn&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="184" nowrap="nowrap" valign="bottom"&gt;
&lt;p&gt;Chris@fineartschool.net&lt;/p&gt;
&lt;/td&gt;
&lt;td width="151" nowrap="nowrap" valign="bottom"&gt;
&lt;p&gt;Christine@fineartschool.net&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="Code" style="padding-left: 60px;"&gt;&lt;span style="background-color: #c0c0c0;"&gt;C:\PS&amp;gt;Import-Csv &amp;ndash;path C:\NameChange.csv | Update- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #c0c0c0;"&gt;MSOnlineUserAddresses -Credential $companyAdminCred&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;My user&amp;rsquo;s UPN, primary SMTP address, and SIP address are now updated to Christine@fineartschool.net. The old SMTP address Chris@fineartschool.net is still an alternate email address because the Update-MSOnlineUserAddresses cmdlet does not remove or replace SMTP addresses.&amp;nbsp; That means Christine will still receive mail sent to Chris@fineartschool.net, which is useful because her contacts might not know she has a new primary email address.&lt;/p&gt;
&lt;p class="Code" style="padding-left: 60px;"&gt;&lt;span style="background-color: #c0c0c0;"&gt;Identity&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;&amp;nbsp; : Christine@fineartschool.net &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; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #c0c0c0;"&gt;ProxyAddresses&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {SMTP:Christine@fineartschool.net, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="background-color: #999999;"&gt;&lt;span style="background-color: #c0c0c0;"&gt;smtp:Chris@fineartschool.net, sip:Christine@fineartschool.net&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To use the updated cmdlets, admins must download the latest &lt;a href="http://go.microsoft.com/fwlink/?LinkID=140715&amp;amp;clcid=0x409"&gt;32-bit&lt;/a&gt; or &lt;a href="http://go.microsoft.com/fwlink/?LinkID=140718&amp;amp;clcid=0x409"&gt;64-bit&lt;/a&gt; version of the Microsoft Online Services Migration Tools.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3488890" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/PowerShell/">PowerShell</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/update/">update</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/Distribution+Groups/">Distribution Groups</category></item><item><title>Manage Client Access Settings through PowerShell</title><link>http://blogs.technet.com/b/msonline/archive/2012/02/10/manage-client-access-settings-through-powershell.aspx</link><pubDate>Fri, 10 Feb 2012 17:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3480076</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3480076</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2012/02/10/manage-client-access-settings-through-powershell.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;Written by Divya Gunasekaran, Microsoft Online Services PM&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Admins can now manage client access settings for their Microsoft Online users through PowerShell. Updates to &lt;b&gt;Get-MSOnlineUser&lt;/b&gt; and the new &lt;b&gt;Set-MSOnlineCASMailbox&lt;/b&gt; cmdlet allow admins to specify whether Exchange ActiveSync or Outlook Web App (OWA) is enabled for users.&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/88537526-7073-4870-a8ce-7391eeb5f1d5.htm"&gt;Get-MSOnlineUser&lt;/a&gt;: This cmdlet can be used to retrieve the properties of a specified user in Microsoft Online Services. Three properties have been added to the output of this cmdlet:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;ActiveSyncEnabled&lt;/b&gt;: Returns a Boolean indicating whether ActiveSync is enabled for a user&amp;rsquo;s mailbox. This property will return False for users that do not have mailboxes.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;OWAEnabled&lt;/b&gt;: Returns a Boolean indicating whether Outlook Web App is enabled for a user&amp;rsquo;s mailbox. This property will return False for users that do not have mailboxes.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;POPEnabled&lt;/b&gt;: Returns a Boolean indicating whether POP3 access is enabled for a user&amp;rsquo;s mailbox. This property will return False for users that do not have mailboxes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;2. &lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/50aec6b3-45f0-4d17-9949-7139b5c6d195.htm"&gt;Set-MSOnlineCASMailbox&lt;/a&gt;: This cmdlet can be used to enable or disable ActiveSync or Outlook Web App for a user&amp;rsquo;s mailbox.&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Admins can specify from the command line whether to enable Exchange ActiveSync or OWA for a user mailbox. For example, the following command can be run to disable ActiveSync and enable Outlook Web App for the user alexei@tailspintoys.com:&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="Code"&gt;C:\PS&amp;gt;Set-MSOnlineCASMailbox -Identity alexei@tailspintoys.com -Credential $companyAdminCred -ActiveSyncEnabled False -OWAEnabled True&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Set-MSOnlineCASMailbox also accepts some input from the pipeline by property name.&amp;nbsp; One use for this functionality is to run the cmdlet on information imported from a csv file. For example, let&amp;rsquo;s say we want to enable both ActiveSync and OWA for the user alexei@tailspintoys.com and to enable ActiveSync and disable OWA for the user pavel@tailspintoys.com. The admin would create a csv file (named &amp;ldquo;CASmailboxes.csv&amp;rdquo; in this example) and run the following command:&lt;/li&gt;
&lt;/ul&gt;
&lt;table style="width: 452px;" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="bottom" width="184" nowrap="nowrap"&gt;
&lt;p&gt;Identity&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="bottom" width="151" nowrap="nowrap"&gt;
&lt;p&gt;ActiveSyncEnabled&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="bottom" width="118" nowrap="nowrap"&gt;
&lt;p&gt;OWAEnabled&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="bottom" width="184" nowrap="nowrap"&gt;
&lt;p&gt;alexei@tailspintoys.com&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="bottom" width="151" nowrap="nowrap"&gt;
&lt;p&gt;True&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="bottom" width="118" nowrap="nowrap"&gt;
&lt;p&gt;True&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="bottom" width="184" nowrap="nowrap"&gt;
&lt;p&gt;pavel@tailspintoys.com&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="bottom" width="151" nowrap="nowrap"&gt;
&lt;p&gt;True&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="bottom" width="118" nowrap="nowrap"&gt;
&lt;p&gt;False&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="Code"&gt;C:\PS&amp;gt;Import-Csv &amp;ndash;path C:\CASmailboxes.csv | Set-MSOnlineCASMailbox -Credential $companyAdminCred&lt;/p&gt;
&lt;p&gt;Please note that the Set-MSOnlineCASMailbox cmdlet does not modify or remove the ActiveSync policy currently assigned to a user&amp;rsquo;s mailbox. If an ActiveSync policy has been assigned to a user mailbox and ActiveSync is then disabled, the same policy will be applied after ActiveSync has been re-enabled for that user. If no ActiveSync policy has been assigned to the user mailbox, the default policy will be applied when ActiveSync is enabled.&lt;/p&gt;
&lt;p&gt;To use the updated cmdlets, admins must download the latest &lt;a href="http://go.microsoft.com/fwlink/?LinkID=140715&amp;amp;clcid=0x409"&gt;32-bit&lt;/a&gt; or &lt;a href="http://go.microsoft.com/fwlink/?LinkID=140718&amp;amp;clcid=0x409"&gt;64-bit&lt;/a&gt; version of the Microsoft Online Services Migration Tools.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3480076" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/PowerShell/">PowerShell</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/client+access/">client access</category></item><item><title>2 PowerShell Cmdlet Updates</title><link>http://blogs.technet.com/b/msonline/archive/2011/12/22/2-powershell-cmdlet-updates.aspx</link><pubDate>Thu, 22 Dec 2011 17:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3472068</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3472068</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/12/22/2-powershell-cmdlet-updates.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Written by Divya Gunasekaran, Microsoft Online Services PM&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Updates to two existing PowerShell cmdlets are now available to use with Microsoft Online Services.&amp;nbsp; The updates to &lt;b&gt;Get-MSOnlineUser&lt;/b&gt; and &lt;b&gt;Set-MSOnlineUserPassword&lt;/b&gt; give admins more visibility into password and alternate recipient settings, and more control over password expiration.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;1. &lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/88537526-7073-4870-a8ce-7391eeb5f1d5.htm"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;Get-MSOnlineUser&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;: This cmdlet can be used to retrieve the properties of a specified user in Microsoft Online Services.&amp;nbsp; Three properties have been added to the output of this cmdlet:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;PasswordLastSetDate:&lt;/b&gt; Returns the date that a user last set their password.&amp;nbsp; If a user is set to change their password on next logon, the default date of &amp;ldquo;1/1/0001 12:00:00 AM&amp;rdquo; will be returned.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;ForwardingAddress:&lt;/b&gt; Displays the forwarding address (a.k.a. alternate recipient) that has been set for a user&amp;rsquo;s mailbox.&amp;nbsp; If no forwarding address has been set, an empty string array will be returned.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;DeliverToMailboxAndForward:&lt;/b&gt; Returns a Boolean indicating where messages are being delivered when a forwarding address has been set.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If a forwarding address has been set and messages are being delivered only to the forwarding address, this property will return False.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If a forwarding address has been set and messages are being delivered to both the user&amp;rsquo;s mailbox and the forwarding address, this property will return True.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;2. &lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/4ee367e3-646b-4446-ab83-4e24db746a1e.htm"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;Set-MSOnlineUserPassword&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;: The Set-MSOnlineUserPassword cmdlet has been updated to make the &amp;ldquo;Password&amp;rdquo; parameter optional.&amp;nbsp; This ability allows admins to force users to change their passwords after logging in with their current credentials, rather than having to first assign new passwords to the users.&amp;nbsp; Admins can also continue to use the cmdlet as they did before to set a user&amp;rsquo;s password to a specified value and optionally require them to change their password on next logon.&amp;nbsp; Please note that requiring a user to change their password on next logon will reset the &amp;ldquo;PasswordNeverExpire&amp;rdquo; setting to False for that user. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;To use the updated cmdlets, admins must download the latest &lt;/span&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=5015"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;32-bit&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt; or &lt;/span&gt;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=7013"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;64-bit&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; version of the Microsoft Online Services Migration Tools. &amp;nbsp;&lt;/span&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=3472068" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/powershell+cmdlet/">powershell cmdlet</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/cmdlet/">cmdlet</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/updates/">updates</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/PowerShell/">PowerShell</category></item><item><title>Frequent Questions about the Transition to Office 365</title><link>http://blogs.technet.com/b/msonline/archive/2011/08/15/frequent-questions-about-the-transition-to-office-365.aspx</link><pubDate>Tue, 16 Aug 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3447306</guid><dc:creator>Michael O'Neill</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3447306</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/08/15/frequent-questions-about-the-transition-to-office-365.aspx#comments</comments><description>&lt;p&gt;There are a lot of questions regarding the upcoming transition from Business Productivity Online Suite to Microsoft Office 365, and we want you to know we&amp;rsquo;re listening.&lt;/p&gt;
&lt;p&gt;You can find answers to some of the most frequently asked questions by downloading the &lt;a href="http://g.microsoftonline.com/0BXEM00en-us/1208"&gt;transition FAQ&lt;/a&gt;, but take a look below as we highlight some of the more pressing questions and concerns. From watching blog comments, forum discussions, and feedback from our customers, here are a few specific questions you&amp;rsquo;ve been asking:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Q. Will I have to pay more for Office 365?&lt;/strong&gt;&lt;/p&gt;
&lt;p class="Answer"&gt;No. Office 365 will not change anything related to your subscription pricing or renewal date, with three exceptions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The SharePoint Online Deskless Worker offering will be phased out. Microsoft will contact all customers who are subscribed to the SharePoint Online Deskless Worker and&amp;nbsp;offer them Office 365 Kiosk&amp;mdash;which includes both SharePoint and Exchange&amp;mdash;for the same price.&lt;/li&gt;
&lt;li&gt;The Live Meeting Standalone service will be replaced with a Lync service including both conferencing and instant messaging.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;Extra Storage offerings will be offered for free to all customers.&lt;/li&gt;
&lt;/ol&gt;
&lt;p class="Question"&gt;&lt;strong&gt;Q. What has changed between the current BPOS system &lt;/strong&gt;&lt;strong&gt;requirements and the new system requirements of Office 365?&lt;/strong&gt;&lt;/p&gt;
&lt;p class="Answer"&gt;The key changes in system requirements are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Office 2003 is not supported&lt;/li&gt;
&lt;li&gt;Office Communicator 2007 R2 with Office Communications Online will no longer be supported&lt;/li&gt;
&lt;li&gt;Internet Explorer 6 will no longer be supported&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="Question"&gt;&lt;strong&gt;Q. How can I make sure Microsoft can communicate with &lt;/strong&gt;&lt;strong&gt;me about my transition?&lt;/strong&gt;&lt;/p&gt;
&lt;p class="Answer"&gt;For each subscription that a customer has, make sure that contact details for both the &amp;ldquo;Account Owner&amp;rdquo; and &amp;ldquo;Service Administrator&amp;rdquo; are up-to-date.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&amp;ldquo;Account Owner&amp;rdquo; and &amp;ldquo;Service Administrator&amp;rdquo; can be checked at the Microsoft Online Customer Portal (&lt;a href="https://mocp.microsoftonline.com"&gt;https://mocp.microsoftonline.com&lt;/a&gt;) by clicking the &amp;ldquo;Subscriptions&amp;rdquo; tab and &amp;ldquo;View Subscription Details&amp;rdquo; in the&lt;br /&gt;&amp;ldquo;Actions&amp;rdquo; column&lt;/li&gt;
&lt;li&gt;Make sure that the email accounts specified for &amp;ldquo;Account Owner&amp;rdquo; and &amp;ldquo;Service Administrator&amp;rdquo; are monitored regularly.&lt;/li&gt;
&lt;li&gt;Make sure that the domain &amp;ldquo;@email.microsoftonline.com&amp;rdquo; is marked as safe, to prevent the possibility of communications from Microsoft Online Services being blocked or filtered.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3447306" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Hot+Topics/">Hot Topics</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/SharePoint+Online/">SharePoint Online</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/office+365/">office 365</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/transition/">transition</category></item><item><title>Manual Migration from BPOS to Office 365</title><link>http://blogs.technet.com/b/msonline/archive/2011/08/07/transitioning-from-bpos-to-office-365.aspx</link><pubDate>Mon, 08 Aug 2011 03:58:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3445617</guid><dc:creator>Michael O'Neill</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3445617</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/08/07/transitioning-from-bpos-to-office-365.aspx#comments</comments><description>&lt;p&gt;The BPOS to Office 365 transition process is underway.&amp;nbsp; If you haven&amp;rsquo;t already received notification about your transition, expect to hear from us in the coming weeks and months.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are taking a diligent approach to moving our valued BPOS customers to Office 365.&amp;nbsp; This approach includes safeguards to help ensure the transition is as smooth as possible. Some customers using the approach outlined below are encountering difficulties; &lt;b&gt;we advise against attempting the transition on your own. Rather,&lt;/b&gt; &lt;b&gt;we recommend you work with us on your transition&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;We are here to help make your transition from BPOS to Office 365 a success. If you have any questions, visit the Transition Center (&lt;a href="http://www.bpostransition.com"&gt;www.bpostransition.com&lt;/a&gt;). If you still have questions contact our &lt;a title="support team" href="http://www.microsoft.com/online/help/en-us/helphowto/76970997-2861-4a0b-94d3-e08f963aba97.htm"&gt;support team&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3445617" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/BPOS/">BPOS</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/office+365/">office 365</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/transition/">transition</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/self_2D00_migration/">self-migration</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/manual+migration/">manual migration</category></item><item><title>The Transition Window: September 2011 to September 2012</title><link>http://blogs.technet.com/b/msonline/archive/2011/08/02/the-transition-window-september-2011-to-september-2012.aspx</link><pubDate>Wed, 03 Aug 2011 03:31:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3444810</guid><dc:creator>Michael O'Neill</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3444810</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/08/02/the-transition-window-september-2011-to-september-2012.aspx#comments</comments><description>&lt;p&gt;Now that Office 365 has launched, we&amp;rsquo;re preparing to start transitions in September 2011, and we&amp;rsquo;ve updated the Transition Guide and Transition FAQ to provide you more information about what to expect between now and September 2012.&lt;/p&gt;
&lt;p&gt;Here&amp;rsquo;s a summary of the key actions you should take.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;1)&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;b&gt;Review the transition guide.&lt;/b&gt;&lt;/p&gt;
&lt;p class="NoSpacing1"&gt;This comprehensive overview covers all aspects of the transition process. Download &lt;a href="http://g.microsoftonline.com/0bxem00en-us/1116"&gt;the transition guide&lt;/a&gt; for in-depth information on everything from system requirements to the specific steps required for administrators and current users.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;2)&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;b&gt;Learn the key changes.&lt;/b&gt;&lt;/p&gt;
&lt;p class="NoSpacing1"&gt;Some of these system requirements may require you to upgrade your PCs before you transition. Make sure your business is ready for Office 365 and the new Microsoft Online Services by noting the following key changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Outlook 2003 / Office 2003 is not supported&lt;/li&gt;
&lt;li&gt;Internet Explorer 6 is not supported&lt;/li&gt;
&lt;li&gt;Office Communicator 2007 R2 must be upgraded to Microsoft Lync&lt;/li&gt;
&lt;li&gt;Office 365 Desktop Setup is required (replaces the Sign-In Application)&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="NoSpacing1"&gt;Review all of the Office 365 and Microsoft Online Services &lt;a href="http://g.microsoftonline.com/0bxem00en-us/1082"&gt;system requirements&lt;/a&gt;. In addition, make sure all your desktops are up to date for the necessary end-user requirements. You can find this information in the transition checklist for administrators.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;3)&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;b&gt;Understand the Office 365 password policy&lt;/b&gt;&lt;/p&gt;
&lt;p class="NoSpacing1"&gt;To make the transition to Office 365 as seamless as possible for your users, we will synchronize their current passwords with Office 365 whenever they change their password. This means that the new Office 365 password policy now applies to your existing subscription. Review the Office 365 &lt;a href="http://g.microsoftonline.com/0bxem00en-us/1214"&gt;password requirements&lt;/a&gt; to understand the changes.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;4)&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;b&gt;Download the transition checklist&lt;/b&gt;&lt;/p&gt;
&lt;p class="NoSpacing1"&gt;Start your transition prerequisites - The tasks required to configure your desktop environment can be found in the &lt;a href="http://g.microsoftonline.com/0bxem00en-us/1080"&gt;detailed transition checklist for administrators&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;5)&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;b&gt;Check out your new subscription offer&lt;/b&gt;&lt;/p&gt;
&lt;p class="NoSpacing1"&gt;The following table summarizes how Microsoft Online Services and BPOS subscriptions will map to the new Microsoft Online Services offerings after transition. All active subscriptions will be transitioned to the new offers while maintaining your current price through the end of your subscription term.&amp;nbsp; Learn more at the &lt;a href="http://g.microsoftonline.com/0bxem00en-us/1120"&gt;Office 365 website&lt;/a&gt;.&lt;/p&gt;
&lt;table border="1" cellspacing="0" cellpadding="0" sizset="0" sizcache="2"&gt;
&lt;tbody sizset="0" sizcache="2"&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;&lt;strong&gt;Current Microsoft Online Services&amp;nbsp; Subscription&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;&lt;strong&gt;New Office 365 or Microsoft Online Services subscription&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;BPOS Standard Suite&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;Office 365 (Plan E1)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;BPOS Deskless Worker Suite&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;Office 365 (Plan K1)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;Exchange Online&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;Exchange Online (Plan 1)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;Exchange Online Deskless Worker&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;Exchange Online Kiosk&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;SharePoint Online&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;SharePoint Online (Plan 1)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;SharePoint Online Deskless Worker&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;SharePoint Kiosk (K1)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;Live Meeting Standard&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;Lync Online (Plan 2)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="241"&gt;
&lt;p&gt;Office Communications Online&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="24"&gt;
&lt;p&gt;&amp;gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="312"&gt;
&lt;p&gt;Lync Online (Plan 1)&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;b&gt;What happens next?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Microsoft will begin contacting customers and partners this summer with September and October 2011 transition dates. Each month, we'll send out more transition scheduling notices. For more information about scheduling, please check out the &lt;a href="http://g.microsoftonline.com/0BXEM00en-us/1208"&gt;transition FAQ&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Processing timeframe&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The transition schedule is designed to best accommodate all customers and their needs, and that could mean your transition won&amp;rsquo;t be scheduled for several months. Don&amp;rsquo;t worry if you don&amp;rsquo;t receive a transition date immediately.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Stay up to date&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;br /&gt;The &lt;a href="http://www.microsoft.com/online/transition-center.aspx"&gt;transition center&lt;/a&gt; is the place to learn anything and everything about the transition process and all that Office 365 can do for your business.&lt;/p&gt;
&lt;p&gt;Microsoft Online Services is ready to support you through a smooth transition to Office 365. If you have questions, &lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/76970997-2861-4a0b-94d3-e08f963aba97.htm"&gt;contact our IT-level support&lt;/a&gt;, which is available 24 hours a day, 7 days a week.&lt;/p&gt;
&lt;p&gt;Also, be sure to take a look at the &lt;a href="http://g.microsoftonline.com/0BXEM00EN-US/1022"&gt;transition forum&lt;/a&gt; &amp;ndash; the answers you need are likely already available.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3444810" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/BPOS/">BPOS</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/BPOS+News/">BPOS News</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/office+365/">office 365</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/transition/">transition</category></item><item><title>Updated Tools for Password Expiration, Mailbox Permissions, and Mail Forwarding</title><link>http://blogs.technet.com/b/msonline/archive/2011/08/01/updated-tools-for-password-expiration-mailbox-permissions-and-mail-forwarding.aspx</link><pubDate>Mon, 01 Aug 2011 16:55:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3444533</guid><dc:creator>penglis</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3444533</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/08/01/updated-tools-for-password-expiration-mailbox-permissions-and-mail-forwarding.aspx#comments</comments><description>&lt;p&gt;Microsoft is updating the Microsoft Online Services Transporter Tools (aka Microsoft Online Services Migration Tools), adding commandlets to allow Administrators to manage password expiration for user accounts, permissions for Exchange Online mailboxes, and server-side forwarding rules for Exchange Online.&lt;/p&gt;
&lt;p&gt;The following commandlets are included as part of this update:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/add9b859-428a-4b53-bdba-e7cf28150dbf.htm" target="_blank"&gt;&lt;b&gt;Set-MSOnlineUserPasswordNeverExpire&lt;/b&gt;&lt;/a&gt;. This commandlet allows Administrators to set user account passwords to never expire. While Microsoft does not recommend non-expiring passwords due to security best practices, non-expiring passwords are often needed for service accounts that support line of business applications, unmonitored mailboxes, and mail-enabled hardware.&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="padding-left: 30px;"&gt;Administrators setting non-expiring passwords for user accounts in their organization will need to be aware of actions required when the organization transitions from BPOS-Standard to Office 365. Required steps for organizations with non-expiring passwords can be &lt;a href="http://blogs.technet.com/b/msonline/archive/2011/04/18/preparing-bpos-s-passwords-for-office-365.aspx" target="_blank"&gt;found in an earlier post to this blog&lt;/a&gt; on the topic.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/f83a224b-53c5-48b4-8e72-327571c4555e.htm" target="_blank"&gt;&lt;b&gt;Add-MSOnlineMailPermission&lt;/b&gt;&lt;/a&gt;. With this commandlet, Administrators can establish alternate permissions for an Exchange Online mailbox, such as granting full access to a delegate or granting send-as and send-on-behalf permissions to a delegate.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/f7494cd8-aee8-41ca-aa2b-f8a9286e6b2a.htm" target="_blank"&gt;&lt;b&gt;Set-MSOnlineAlternateRecipient&lt;/b&gt;&lt;/a&gt;. This commandlet allows Administrators to set server-side rules to forward Exchange Online messages to an alternative e-mail address, including forwarding to a distribution list (DL).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The updated Transporter Tool supporting these PowerShell commandlets are now available &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9ed5f4c1-7f0b-4506-a214-32093af6147a&amp;amp;displayLang=en" target="_blank"&gt;via the Microsoft Download Center&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3444533" width="1" height="1"&gt;</description></item><item><title>This Week in BPOS News 6/17</title><link>http://blogs.technet.com/b/msonline/archive/2011/06/17/this-week-in-bpos-news-6-17.aspx</link><pubDate>Fri, 17 Jun 2011 15:57:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3435968</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3435968</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/06/17/this-week-in-bpos-news-6-17.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For this week in BPOS news we look at a household brand making the move to BPOS, and we take a step-by-step look at setting up your very own Cloud.&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;1.&lt;a href="http://www.cio.com.au/article/390417/coca-cola_amatil_turns_microsoft_won_t_look_back/"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Coca-Cola Amatil turns Microsoft, won&amp;rsquo;t look back&lt;/a&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/2465.twibn1.jpg"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/2465.twibn1.jpg" width="193" height="126" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;15,000 Coca-Cola Amatil employees are BPOS users. CIO, Barry Simpson, understands the need for better collaboration and has invested heavily in Microsoft&amp;rsquo;s BPOS productivity tools. Barry touches on the cost saving advantages of&amp;nbsp;moving to Microsoft BPOS. &amp;ldquo;'When companies run their own e-mail infrastructure, you tend to have large capital spikes and it&amp;rsquo;s very hard to keep current with the releases that the software companies are bringing out.'"&lt;/p&gt;
&lt;p&gt;The ability for staff to work from any location, easy integration of mobile devices, constant updates and increased cloud capacity has enabled Coca-Cola to be on the leading edge of their field. Coca-Cola Amatil upgraded their Cloud solution from Lotus to BPOS and was able to see results:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;300MB to 5GB of storage&lt;/li&gt;
&lt;li&gt;69 servers relieved of hosting&lt;/li&gt;
&lt;li&gt;Mobile device integration&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We are glad to have Coca-Cola Amatil in the Cloud with us! Are you in the Cloud with Microsoft? Tell us your story in the comments below.&lt;/p&gt;
&lt;h2&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://community.office365.com/en-us/b/the_grid/archive/2011/06/14/grid-user-post-office-365-the-big-build-parts-1-through-4.aspx"&gt;The Big Build &amp;ndash; Parts 1 through 4&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/0172.twibn2.jpg"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/0172.twibn2.jpg" width="325" height="295" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Are you a BPOS user that is looking to migrate to Office 365? Then our &lt;a href="http://community.office365.com/en-us/b/the_grid/archive/2011/06/14/grid-user-post-office-365-the-big-build-parts-1-through-4.aspx"&gt;first BPOS story&lt;/a&gt; may be for you. &lt;a href="http://community.office365.com/members/jdiaz/default.aspx"&gt;Jorge R. Diaz&lt;/a&gt;, Senior Microsoft Engineer at Planet Technologies and Office 365 &lt;a href="http://community.office365.com/en-us/b/the_grid/archive/2011/05/18/introducing-the-grid.aspx"&gt;Grid member&lt;/a&gt;, writes four posts about his experience with deploying a client to Office 365. The &lt;a href="http://community.office365.com/en-us/b/the_grid/archive/2011/06/14/grid-user-post-office-365-the-big-build-parts-1-through-4.aspx"&gt;four part blog post&lt;/a&gt; features fantastic images and step by step instructions on how to deploy Office 365. The four parts can be broken down:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Part&lt;/b&gt; &lt;b&gt;1&lt;/b&gt; &amp;ndash; Review the overall configuration of the migration&lt;br /&gt;&lt;b&gt;Part&lt;/b&gt; &lt;b&gt;2&lt;/b&gt; &amp;ndash; Configure the CAS/HUB array to allow Exchange delegation&lt;br /&gt;&lt;b&gt;Part&lt;/b&gt; &lt;b&gt;3&lt;/b&gt; - Public folder Free/Busy configuration&lt;br /&gt;&lt;b&gt;Part&lt;/b&gt; &lt;b&gt;4&lt;/b&gt; &amp;ndash; Deploy the sign-in assistant&lt;/p&gt;
&lt;p&gt;Do you have a migration story? Was this walkthrough useful to you? Leave your comments below.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you&amp;rsquo;d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&amp;nbsp;&lt;i&gt;page.&lt;/i&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3435968" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>This Week in BPOS News 6/10</title><link>http://blogs.technet.com/b/msonline/archive/2011/06/10/this-week-in-bpos-news-6-10.aspx</link><pubDate>Fri, 10 Jun 2011 15:52:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3434676</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3434676</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/06/10/this-week-in-bpos-news-6-10.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;For this week in BPOS news we look into a great conversation with the President of Microsoft&amp;rsquo;s Business Division, and we learn a new Office 365 trick.&lt;/p&gt;
&lt;h3&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://seattletimes.nwsource.com/html/businesstechnology/2015268934_microsoftoffice09.html"&gt;Q&amp;amp;A | Microsoft's Kurt DelBene: On a roll with Office 2010; looking ahead to cloud&lt;/a&gt; &lt;/h3&gt;
&lt;p&gt;&lt;i&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/3240.kd.jpg"&gt;&lt;img height="159" width="234" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/3240.kd.jpg" border="0" /&gt;&lt;/a&gt;&amp;nbsp;Mark Harrison / The Seattle Times&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Microsoft has &lt;a href="http://seattletimes.nwsource.com/html/microsoftpri0/2011255515_steve_ballmer_speech_at_uw_were_all_in_for_cloud_c.html"&gt;announced its intentions to go &amp;ldquo;all in&amp;rdquo;&lt;/a&gt; to the cloud.&amp;nbsp;Microsoft is committed to the cloud, and has already made &lt;a href="http://www.microsoft.com/en-us/cloud/default.aspx"&gt;some large impacts&lt;/a&gt; in &lt;a href="http://www.businessweek.com/news/2010-10-06/microsoft-s-ballmer-to-invest-billions-in-cloud-data-centers.html"&gt;Cloud Computing&lt;/a&gt; and &lt;a href="http://www.infoworld.com/t/saas/microsoft-reels-in-new-officebpos-cloud-customers-271"&gt;people are following&lt;/a&gt; Microsoft into the Cloud. Microsoft&amp;rsquo;s business division has also made its way to the Cloud and Kurt DelBene, President of Microsoft Business division, sits down with The Seattle Times to discuss where Microsoft and the Cloud are heading. &lt;/p&gt;
&lt;p&gt;Seattle Times author Sharon Pian Chan asks Kurt DelBene about what BPOS and Office 365 hold for users. There are some great conversations based on how much small business could save with Office 365, and discussions around the new Lync communications service. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://seattletimes.nwsource.com/html/businesstechnology/2015268934_microsoftoffice09.html"&gt;This is a great article&lt;/a&gt; from The Seattle Times that should be read by anyone interested in some internal perspectives of BPOS, Office 365 and the Cloud. What are your thoughts on the direction of BPOS, Office 365 and the Cloud? Leave your comments below.&lt;/p&gt;
&lt;h3&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://www.youtube.com/watch?v=lZ_Xr22pzxk"&gt;Recreating the Default SharePoint Online Team Site in Office 365&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;This Week in BPOS News should be focusing on all things BPOS, but it is hard to resist some good Office 365 content. Office 365 is the &lt;a href="http://blogs.technet.com/b/msonline/archive/2010/07/12/next-generation-bpos.aspx"&gt;next generation of BPOS&lt;/a&gt; and &lt;a href="http://www.youtube.com/watch?v=lZ_Xr22pzxk"&gt;the video&lt;/a&gt; below illustrates a great product that comes with Office 365, SharePoint Online. &lt;a href="http://www.youtube.com/watch?v=lZ_Xr22pzxk"&gt;The video&lt;/a&gt; below shows you how to recreate the default SharePoint Online Team Site. Be sure to check out all the great Office 365 videos &lt;a href="http://www.youtube.com/user/MicrosoftOffice365"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/2011/06/10/this-week-in-bpos-news-6-10.aspx"&gt;(Please visit the site to view this video)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What videos would you like to see? Leave your suggestions below.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you&amp;rsquo;d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3434676" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>This Week in BPOS News 6/3</title><link>http://blogs.technet.com/b/msonline/archive/2011/06/03/this-week-in-bpos-news-6-3.aspx</link><pubDate>Fri, 03 Jun 2011 15:55:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3433151</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3433151</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/06/03/this-week-in-bpos-news-6-3.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;For this week in BPOS news we look at why governments are choosing Microsoft, and we learn what the future holds for Microsoft&amp;rsquo;s data centers.&lt;/p&gt;
&lt;h3&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/b/whymicrosoft/archive/2011/06/02/why-governments-buy-microsoft-online-services.aspx"&gt;Why Governments Buy Microsoft Online Services&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/2821.1.png"&gt;&lt;img height="189" width="382" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/2821.1.png" border="0" /&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/3007.1.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Remember all of the &lt;a href="http://www.dataprotection.com/online-backup-news/cloud-computing/government-looks-to-consolidate-data-centers-through-cloud-29849"&gt;posts&lt;/a&gt; about government sectors &lt;a href="http://www.washingtonpost.com/wp-dyn/content/article/2010/11/19/AR2010111906449.html"&gt;looking to the cloud&lt;/a&gt;? Governments have not only been looking to the cloud, but have started moving. Our first story for this week reflects on why many government sectors are choosing Microsoft over the competition when it comes to trusting their data in the cloud. The Why Microsoft blog has a fantastic article that takes an in depth look at &amp;ldquo;&lt;a href="http://blogs.technet.com/b/whymicrosoft/archive/2011/06/02/why-governments-buy-microsoft-online-services.aspx"&gt;Why governments buy Microsoft Online Services&lt;/a&gt;.&amp;rdquo; &lt;/p&gt;
&lt;p&gt;Why Microsoft author, Tony Tai, looks at case studies and examples to figure out why government sectors are choosing Microsoft Online Services. Tony breaks down the government cloud requirements in the following categories:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;Saving Money while Delivering Valued Services&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Using Resources Optimally&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Compatibility and User Acceptance&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Data Security and Data Archival&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;There are some great examples under each category above. I recommend anyone interested in the cloud race across government sectors to check out this &lt;a href="http://blogs.technet.com/b/whymicrosoft/archive/2011/06/02/why-governments-buy-microsoft-online-services.aspx"&gt;Why Microsoft article&lt;/a&gt;. &lt;/p&gt;
&lt;h3&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://www.datacenterknowledge.com/archives/2011/05/26/microsoft-the-cloud-is-the-utility-of-the-future/"&gt;Microsoft: The Cloud is the &amp;lsquo;Utility of the Future&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/5483.2.jpg"&gt;&lt;img height="208" width="331" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/5483.2.jpg" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Our second story for This Week in BPOS News, touches on some interesting &amp;ldquo;big picture concepts.&amp;rdquo; Christian Belady of Microsoft is tasked to look at how data and energy are related.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Data is really a processed form of electricity,&amp;rdquo; Belady says. &amp;ldquo;We&amp;rsquo;re part of this ecosystem: an energy pipeline. If you started from scratch, what with that whole pipeline look like? How does that change infrastructure? How can we deploy the cloud?&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Christian also looks at where there can be innovations for the future. &amp;nbsp;Some innovations that are discussed in the article are temperature and humidity ranges, on-site power and geography and site location.&lt;/p&gt;
&lt;p&gt;Check out &lt;a href="http://www.datacenterknowledge.com/archives/2011/05/26/microsoft-the-cloud-is-the-utility-of-the-future/"&gt;this story from Data Center Knowledge&lt;/a&gt; to learn more about what Microsoft is doing around their data centers. &lt;/p&gt;
&lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you&amp;rsquo;d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3433151" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>This Week in BPOS News 5/27</title><link>http://blogs.technet.com/b/msonline/archive/2011/05/27/this-week-in-bpos-news-5-27.aspx</link><pubDate>Fri, 27 May 2011 15:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3431937</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3431937</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/05/27/this-week-in-bpos-news-5-27.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;For this week in BPOS news we feature a video that will help customers prepare for the Cloud productivity evolution, and we learn about the newest city that went to the Cloud with Microsoft. &lt;/p&gt;
&lt;h2&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="font-size: large;"&gt;&lt;a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/OSP213"&gt;&lt;span style="color: #446699;"&gt;What Do Existing&amp;nbsp;BPOS&amp;nbsp;Customers Need to Do to Prepare for Microsoft Office 365?&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Our first BPOS story comes to us in video form from &lt;/span&gt;&lt;a href="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/OSP213"&gt;&lt;span style="font-family: Calibri; color: #446699; font-size: small;"&gt;Channel 9&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;. The video embedded below dives into what Office 365 will offer BPOS users and how customers can prepare for the evolution in Cloud productivity software. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;iframe scrolling="no" frameborder="0" src="http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/OSP213/player?w=1000&amp;amp;h=540" style="height: 540px; width: 1000px;"&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;﻿﻿﻿﻿&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;What are your thoughts about the video? Are you ready for Office 365? Leave your comments below.&lt;/p&gt;
&lt;h2&gt;&lt;span style="font-size: large;"&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="font-family: Cambria; color: #446699;"&gt;&lt;a href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx/&amp;lt;a href=&amp;quot;http:/www.cio.com/article/682683/Why_We_Chose_Exchange_Online_Not_Google_Apps&amp;quot;&amp;gt;&amp;lt;span style='font-family: Cambria; color: #446699;'&amp;gt;Why Winston-Salem Chose Exchange Online&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;"&gt;Why Winston-Salem Chose Exchange Online&lt;/a&gt;&lt;/span&gt; &lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://upload.wikimedia.org/wikipedia/commons/7/7a/Winston-Salem_Skyline_2.jpg"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Our second BPOS story focuses on the competition in the Cloud and&amp;nbsp;why the city of Winston-Salem, North Carolina has chosen to move to the Cloud with Microsoft. Author Shane O&amp;rsquo;Neill, from &lt;/span&gt;&lt;a href="http://www.cio.com/article/682683/Why_We_Chose_Exchange_Online_Not_Google_Apps"&gt;&lt;span style="font-family: Calibri; color: #446699; font-size: small;"&gt;CIO.com&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;, writes a great article about Winston-Salem&amp;rsquo;s recent decision and notes some very interesting reasons for their move to the cloud.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The first reason that is mentioned from the article is costs. Shane states that &amp;ldquo;with tighter budgets than most corporations, government agencies have been the first wave of cloud adopters.&amp;rdquo; The Cloud is seen as a way to cut costs for governments versus constantly updating and maintaining local machines. Winston-Salem is deploying 2,700 seats. Most users will have fully functional desktops, and the Cloud allows for 600 &amp;ldquo;deskless&amp;rdquo; workers that don&amp;rsquo;t need the full capacity of tools. The Cloud allows Winston-Salem to maximize their dollars and cents.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;It&amp;rsquo;s an exciting time for the government sector and the Cloud. &lt;a href="http://www.cio.com/article/682590/San_Francisco_Grabs_Onto_the_Cloud_with_Microsoft"&gt;San Francisco&lt;/a&gt; also joined Winston-Salem in the Cloud with Microsoft. What do you think of local governments moving to the cloud? What benefits do you see from cities moving to the Cloud with Microsoft? We would love to hear your thoughts below.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you&amp;rsquo;d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; 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=3431937" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>This Week in BPOS News 5/20</title><link>http://blogs.technet.com/b/msonline/archive/2011/05/20/this-week-in-bpos-news-5-20.aspx</link><pubDate>Fri, 20 May 2011 15:53:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3430486</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3430486</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/05/20/this-week-in-bpos-news-5-20.aspx#comments</comments><description>&lt;blockquote style="margin-right: 0px" dir="ltr"&gt;   &lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;For this week in BPOS news we learn five things that every CIO should know, and we watch some great videos on how people are more productive with the Cloud.&lt;/p&gt;  &lt;h2&gt;1. &lt;a href="http://cot.ag/jeJkx9"&gt;Five Things Every CIO Should Know About the Cloud and Office&lt;/a&gt;&lt;/h2&gt;  &lt;p&gt;In our first BPOS story we analyze five things that every CIO should know about the Cloud and Office 365. The &lt;a href="http://blogs.technet.com/b/business_productivity/archive/2011/05/06/five-things-every-cio-should-know-about-the-cloud-and-office-365.aspx" target="_blank"&gt;Microsoft Future of Productivity blog&lt;/a&gt; has a special guest blog post from Office 365 Group Manager, Andrew Kisslo. Microsoft Office 365 recently released its public beta, and there is no one better than Andrew Kisslo to walk you through the top five talking points from Microsoft’s Cloud.&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/1325.clip_5F00_image002_5F00_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/2818.clip_5F00_image002_5F00_thumb.png" width="61" height="79" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/5732.clip_5F00_image002_5F00_2.png"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The five things every CIO should know are listed on the blog in the following order:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;1. The cloud can reduce costs.&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Pretty self-explanatory. The Cloud is cheaper than keeping an on-premises system that you need to have an IT surround and constantly upgrade.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;2. Microsoft delivers the &lt;/strong&gt;&lt;a href="http://sharepoint.microsoft.com/businessproductivity/en-us/Why-Microsoft/Pages/Cloud-on-Your-Terms.aspx"&gt;&lt;strong&gt;cloud in your terms&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Check out the link above to see how you can customize and have the “Cloud in your terms.”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;3. Office 365 can democratize IT&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Specific employee groups can have customized parts of the Cloud power their business. The Cloud &lt;em&gt;enables&lt;/em&gt; more employees.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;4. Office 365 is familiar and secure across the PC, phone or browser&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. One familiar experience across platforms. No additional training needed.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;strong&gt;5. Microsoft delivers enterprise-level support&lt;/strong&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;a. Microsoft brings top-level support to your company. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;What are things should every CIO know that aren’t listed above? Leave your thoughts and comments below. Remember to sign up for the &lt;a href="http://www.microsoft.com/en-us/office365/enterprise/hosted-software.aspx"&gt;Office 365 beta&lt;/a&gt;. &lt;/p&gt;  &lt;h2&gt;2.&amp;#160;&amp;#160; &lt;a href="http://bit.ly/k1t5LO" target="_blank"&gt;Connect to the office from the road, home, or nearly anywhere with Microsoft Lync&lt;/a&gt; &lt;/h2&gt;  &lt;p&gt;In our second BPOS story we take a look at the next generation of communication with a video about Microsoft’s Cloud Communications services. This is a self-shot montage of IT professionals that have been utilizing Microsoft Lync and Office Communicator. The theme of this video is “Office Anywhere” and the interviews highlight some great examples and scenarios in which the Cloud has helped businesses be more productive. This is a great video for anyone that needs more proof that the Cloud helps us collaborate better than ever. &lt;/p&gt;  &lt;p&gt;&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="640" height="360"&gt;
&lt;param name="source" value="http://www.microsoft.com/showcase/silverlight/player/1/player-en.xap" /&gt;
&lt;param name="enableHtmlAccess" value="true" /&gt;	    
&lt;param name="background" value="#FF000000" /&gt;
&lt;param name="allowHtmlPopupwindow" value="true" /&gt;
&lt;param name="minRuntimeVersion" value="4.0.50401.0" /&gt;
&lt;param name="autoUpgrade" value="true" /&gt;
&lt;param name="initParams" value="Culture=en-US,Uuid=9cab89a1-4364-47e7-b7dd-efa2976fd1eb,Autoplay=false,ShowMarketingOverlay=true,MiscControls=FullScreen;Detached,ShowMenu=True,Tabs=Embed;Email;Share;Info,VideoUrl=http://microsoft.com/showcase/en/us/details/9cab89a1-4364-47e7-b7dd-efa2976fd1eb,Mode=Player" /&gt;
&lt;a href="http://go.microsoft.com/fwlink/?LinkID=149156" style="text-decoration: none;" onmousedown="javascript:new Image().src = 'http://m.webtrends.com/dcsygm2gb10000kf9xm7kfvub_9p1t/dcs.gif?dcsdat=' + new Date().getTime() + '&amp;dcssip=www.microsoft.com&amp;dcsuri=' + window.location.href + '&amp;WT.tz=-8&amp;WT.bh=16&amp;WT.ul=en-US&amp;WT.cd=32&amp;WT.jo=Yes&amp;WT.ti=&amp;WT.js=Yes&amp;WT.jv=1.5&amp;WT.fi=Yes&amp;WT.fv=10.0&amp;WT.sli=Not%20Installed&amp;WT.slv=Version%20Unavailable&amp;WT.dl=1&amp;WT.seg_1=Not%20Logged%20In&amp;WT.vt_f_a=2&amp;WT.vt_f=2&amp;WT.vt_nvr1=2&amp;WT.vt_nvr2=2&amp;WT.vt_nvr3=2&amp;WT.vt_nvr4=2&amp;vp_site=Embedded&amp;wtEvtSrc=' + window.location.href + '&amp;vp_sli=Embedded'"&gt;
&lt;img src="http://img.microsoft.com/showcase/Content/img/resx/en-US/installSL.gif" alt="Get Microsoft Silverlight" style="border-style: none" /&gt;
&lt;/a&gt;
&lt;noscript&gt;&lt;div&gt;&lt;img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcsygm2gb10000kf9xm7kfvub_9p1t/njs.gif?dcsuri=/nojavascript&amp;amp;WT.js=No" /&gt;&lt;/div&gt;&lt;/noscript&gt;
&lt;/object&gt;&lt;script type="text/javascript"&gt;    document.write("&lt;script type='text/javascript' src='" + (window.location.protocol) + "//c.microsoft.com/ms.js'" + "'&gt;&lt;\/script&gt;");&lt;/script&gt;&lt;/p&gt;  &lt;p&gt;Do you have an “Office Anywhere” story? Let us know below in the comments. &lt;/p&gt;  &lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you’d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/5807.clip_5F00_image003_5F00_2149668e_2D00_5c5d_2D00_4201_2D00_8d8a_2D00_9e665e854177.jpg" width="61" height="30" /&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/0820.clip_5F00_image004_5F00_27572610_2D00_a170_2D00_41f6_2D00_895f_2D00_1ba50cb04459.png" width="33" height="33" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/3666.clip_5F00_image005_5F00_f2ae3ba2_2D00_7653_2D00_4349_2D00_ae54_2D00_8546e56d99c6.jpg" width="44" height="33" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3430486" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>This Week in BPOS News 5/13</title><link>http://blogs.technet.com/b/msonline/archive/2011/05/13/this-week-in-bpos-news-5-13.aspx</link><pubDate>Fri, 13 May 2011 16:01:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3428921</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3428921</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/05/13/this-week-in-bpos-news-5-13.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For this week in BPOS news we find out&amp;nbsp;about the future success of Cloud Computing, and learn how to make Office 365 better. &lt;/p&gt;
&lt;p&gt;1. &lt;a href="http://www.zdnet.com/blog/btl/cloud-computing-market-241-billion-in-2020/47702?tag=content;search-results-rivers"&gt;Cloud computing Market: $241 billion in 2020&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The cloud is one of the fastest growing sectors in the technology industry and Forrester Research has estimated that Cloud Computing will grow from &amp;ldquo;$40.7 billion in 2011 to $241 billion in 2020.&amp;rdquo;&lt;a href="http://www.zdnet.com/blog/btl/cloud-computing-market-241-billion-in-2020/47702?tag=content;search-results-rivers"&gt; ZDNet peers&lt;/a&gt; into the future of Cloud Computing by outlining how Forrester Research&amp;nbsp;foresees the infrastructure, adoption rates and revenues of the future cloud market. &lt;/p&gt;
&lt;p&gt;Forrester Research predicts that more businesses will rapidly adopt Software as a service. &amp;ldquo;Software as a service will be adopted by companies of all sizes. In 2011, SaaS will be a $21.2 billion market and grow to $92.8 billion in 2016. AT that point SaaS comes closer to saturation.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;The graph below details how Forrester Research sees the cloud landscape evolving through 2020:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/0876.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img height="337" width="367" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/8625.clip_5F00_image002_5F00_thumb.jpg" alt="clip_image002" border="0" title="clip_image002" style="display: inline; border: 0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What do you predict the Cloud will look like in 2020? Leave your comments below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. &lt;a href="http://blogs.technet.com/b/msonline/archive/2011/05/09/feedback-on-future-blackberry-cloud-services-from-rim-for-office-365.aspx"&gt;Feedback on Future BlackBerry Cloud Services from RIM for Office 365&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/3823.clip_5F00_image003_5F00_2.jpg"&gt;&lt;img height="123" width="184" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/7635.clip_5F00_image003_5F00_thumb.jpg" alt="clip_image003" border="0" title="clip_image003" style="display: inline; border: 0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://community.office365.com/en-us/b/office_365_technical_blog/archive/2011/05/09/special-opportunity-to-provide-feedback-on-future-blackberry-cloud-services-from-rim-for-office-365.aspx"&gt;Office 365 technical blog&lt;/a&gt; recently posted an opportunity for customers to participate in making the Admin experience for Office 365 with BlackBerry Business Cloud Services better. This is a great chance to have your voice heard and provide real feedback that will affect how thousands of customers interact with Office 365. &lt;/p&gt;
&lt;p&gt;You must pass the following criteria to participate:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You are an employee of a company which has licenses for BPOS Standard or Exchange Online Standard as well as the current Hosted BlackBerry service from Microsoft. &lt;/li&gt;
&lt;li&gt;You are responsible for managing cloud email services and setting-up email on mobile phones. &lt;/li&gt;
&lt;li&gt;You are willing to spend 30 minutes with us on the phone between May 11th and May 20th, 2011 to provide constructive feedback on scenarios. Calls will be done using LiveMeeting and may include one or a few customer participants as well as participants from Microsoft and from Research in Motion.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.zoomerang.com/Survey/WEB22CCN2BLMUJ"&gt;Click here to complete the nomination survey&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;How would you improve the user experience of Office 365? Leave your comments below.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you&amp;rsquo;d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;img height="30" width="61" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/0410.clip_5F00_image003_5F00_063c858c_2D00_c3e5_2D00_41d0_2D00_a1e3_2D00_227c178e2951.jpg" alt="clip_image003" border="0" title="clip_image003" /&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;img height="33" width="33" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/8322.clip_5F00_image004_5F00_510e6073_2D00_a587_2D00_4092_2D00_ad37_2D00_231538e9ea06.png" alt="clip_image004" border="0" title="clip_image004" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;img height="33" width="44" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/8345.clip_5F00_image005_5F00_49e1edf8_2D00_aed6_2D00_4822_2D00_809e_2D00_fcd75485c061.jpg" alt="clip_image005" border="0" title="clip_image005" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3428921" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>Update On BPOS-Standard Email Issues</title><link>http://blogs.technet.com/b/msonline/archive/2011/05/12/update-on-bpos-standard-email-issues.aspx</link><pubDate>Fri, 13 May 2011 00:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3428901</guid><dc:creator>DaveT_MSFT</dc:creator><slash:comments>55</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3428901</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/05/12/update-on-bpos-standard-email-issues.aspx#comments</comments><description>&lt;p&gt;I lead the engineering organization responsible for BPOS.&amp;nbsp; My team builds, operates and supports our BPOS service, and over the last few days, we have not satisfied our customer&amp;rsquo;s needs.&amp;nbsp; On Tuesday and today we experienced three separate service issues that impacted customers served from our Americas data center.&amp;nbsp; All of these issues have been resolved and the service is now running smoothly. These incidents were unique to BPOS and not related to Office 365 or any other Microsoft services.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;d like to apologize to you, our customers and partners, for the obvious inconveniences these issues caused.&amp;nbsp; We know that email is a critical part of your business communication, and my team and I fully recognize our responsibility as your partner and service provider. We will provide a full post mortem, and will also provide additional updates on how our service level agreement (SLA) was impacted.&amp;nbsp;&amp;nbsp; We will be proactively issuing a service credit to our impacted customers.&lt;/p&gt;
&lt;p&gt;I also want to provide more detail about the recent issues.&lt;/p&gt;
&lt;p&gt;On Tuesday at 9:30am PDT, the BPOS-S Exchange service experienced an issue with one of the hub components due to malformed email traffic on the service.&amp;nbsp;&amp;nbsp; Exchange has the built-in capability to handle such traffic, but encountered an obscure case where that capability did not work correctly.&amp;nbsp; The result was a growing backlog of email.&amp;nbsp; By 12:00pm PDT, the malformed traffic was isolated and the mail queues cleared.&amp;nbsp; The delays encountered by customers varied,&amp;nbsp;on the order of 6-9 hours.&amp;nbsp; &amp;nbsp;Short term mitigation was implemented and a fix was under development.&lt;/p&gt;
&lt;p&gt;At 9:10am PDT today, service monitoring again detected malformed email traffic on the service. &amp;nbsp;&amp;nbsp;The problem was resolved at 10:03am, but users experienced up to 45 minute email delays during this time. &amp;nbsp;&amp;nbsp;A second, but related issue was detected via monitoring at 11:35am PDT, resulting in email stuck in some end users&amp;rsquo; outboxes. The issue was remediated at 12:04pm PDT. During this time, more than 1.5 million messages had queued on the service awaiting delivery. &amp;nbsp;&amp;nbsp;The backlog was 90% clear by 4:12 PM, but because of this large backlog of email, customers may have experienced delays of as long as 3 hours.&amp;nbsp;&amp;nbsp; We are implementing a comprehensive fix to both problems.&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;As a result of Tuesday&amp;rsquo;s incident, we feel we could have communicated earlier and been more specific.&amp;nbsp; Effective today, we updated our communications procedures to be more extensive and timely.&amp;nbsp;&amp;nbsp; We understand that it is critical for our customers to be as fully informed as possible during service impacting events.&amp;nbsp; We will&amp;nbsp;continue to improve the timeliness and specificity of our communications.&amp;nbsp; The primary mechanism for communicating to our customers on issues has been and will continue to be the Service Health Dashboard.&amp;nbsp; For North America, that dashboard is at &lt;a target="_blank" href="https://health.noam.microsoftonline.com/"&gt;https://health.noam.microsoftonline.com/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;In an unrelated incident, starting at 1:04am PDT, service monitoring detected a failure in the Domain Name Service (DNS) hosting the http://mail.microsoftonline.com domain.&amp;nbsp; This failure, prevented users from accessing Outlook Web Access hosted in the Americas, and partially impacted some functionality of Microsoft Outlook and Microsoft Exchange ActiveSync devices.&amp;nbsp; The team diagnosed, and fixed, an underlying problem in the servers hosting Domain Name Service (DNS) for the http://mail.microsoftonline.com domain, and restored service at 4:52am PDT.&amp;nbsp; The team identified a number of improvements in our handling of problems associated with DNS, and will provide a full post mortem of this incident available through Microsoft Support.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;As I&amp;rsquo;ve said before, &lt;span style="text-decoration: underline;"&gt;all &lt;/span&gt;of us in the BPOS team and at Microsoft appreciate the serious responsibility we have as a service provider to you, and we know that any issue with the service is a disruption to your business &amp;ndash; that&amp;rsquo;s not acceptable. &amp;nbsp;I want to assure you that we are investing the time and resources required to ensure we are living up to your &amp;ndash; and our own &amp;ndash; expectations for a quality service experience every day.&lt;/p&gt;
&lt;p&gt;As always, if you are experiencing any service issues, we encourage customers to check the Service Health Dashboard for the latest information or contact our customer support team. Our customer support is available 24 hours a day by &lt;a target="_blank" href="http://www.microsoft.com/online/help/en-us/helphowto/76970997-2861-4a0b-94d3-e08f963aba97.htm"&gt;telephone&lt;/a&gt; or via Service Requests submitted from the &lt;a target="_blank" href="https://admin.microsoftonline.com/"&gt;Microsoft Online Services Administration Center&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;May 17, 2011&amp;nbsp;Update:&lt;/strong&gt;&lt;br /&gt;I wanted to thank you for taking the time to read the comments, and though JRG has been responding to many of them, I wanted to address some of the common themes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Thanks for the feedback on the dashboard.&amp;nbsp;I know that we have not been timely enough with information.&amp;nbsp;While it can be difficult to trade off timeliness against certainty and accuracy, we know it is critical and we have an ongoing initiative to track and improve communications performance.&amp;nbsp;We specifically failed to provide adequate updates last Tuesday, with the first update about 90 minutes into the incident. I commit that we will work harder to improve our communications.&lt;br /&gt;&lt;br /&gt;Many of you have argued that the health dashboard should not require a login.&amp;nbsp;Let me explain why we designed it that way.&amp;nbsp;While today&amp;rsquo;s health dashboard provides service-wide information, our ultimate goal is to provide a customer-specific view of service health.&amp;nbsp;To provide information that is tailored and appropriate for both end-users and administrators, authentication is required.&amp;nbsp;This updated dashboard which provides customer specific information is under development right now and will be available in 6 &amp;ndash; 8 weeks.&amp;nbsp;As with the dashboard today, there is no special password required &amp;ndash; any BPOS user or administrator can access it.&amp;nbsp;Finally, we&amp;rsquo;re increasing the timeout period so the dashboard won&amp;rsquo;t log you out as quickly.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;While our phone support is available 24x7, our system was overloaded on Tuesday and Thursday.&amp;nbsp;As well, there was a problem with the voice message issued on Tuesday (corrected on Thursday).&amp;nbsp;We are adding more phone lines as a result of this overload.&amp;nbsp;But a better fix is to release more and timely information on the dashboard.&amp;nbsp;In the rare (though not rare enough last week!) case of a broad outage, phone support is not a truly scalable way of providing information, so we are working diligently to improve our communications procedures and deploy the customer-specific dashboard.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;To enable faster recovery time from backlogged message queues,&amp;nbsp;we have already added and continue to add more hub server capacity and have deployed a software update to all datacenters to improve how BPOS handles malformed email messages.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I want to again sincerely apologize for&amp;nbsp;the inconvenience last week&amp;rsquo;s issues caused you, our customers and partners.&lt;span id="mce_marker"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Dave Thompson&lt;/p&gt;
&lt;p&gt;Corporate Vice-President, Microsoft Online Services&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3428901" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Exchange+Online/">Exchange Online</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/E_2D00_mail/">E-mail</category></item><item><title>Feedback on Future BlackBerry Cloud Services from RIM for Office 365</title><link>http://blogs.technet.com/b/msonline/archive/2011/05/09/feedback-on-future-blackberry-cloud-services-from-rim-for-office-365.aspx</link><pubDate>Mon, 09 May 2011 19:00:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3427641</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3427641</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/05/09/feedback-on-future-blackberry-cloud-services-from-rim-for-office-365.aspx#comments</comments><description>&lt;p&gt;Microsoft is identifying customers to participate in admin user experience interview sessions based on the nomination survey below. We are interested in customer feedback on planned Admin Scenarios for Office 365 with BlackBerry Business Cloud Services. If you meet these criteria and would like to share your feedback, please contact us using the self-nomination form below. Completing this survey does not guarantee participation, though we hope to speak with as many of you as possible who are interested.&lt;/p&gt;
&lt;p&gt;Self-nomination criteria:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You are an employee of a company which has licenses for BPOS Standard or Exchange Online Standard as well as the current Hosted BlackBerry service from Microsoft.&lt;/li&gt;
&lt;li&gt;You are responsible for managing cloud email services and setting-up email on mobile phones. &lt;/li&gt;
&lt;li&gt;You are willing to spend 30 minutes with us on the phone between May 11th and May 20th, 2011 to provide constructive feedback on scenarios. Calls will be done using LiveMeeting and may include one or a few customer participants as well as participants from Microsoft and from Research in Motion. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.zoomerang.com/Survey/WEB22CCN2BLMUJ"&gt;Click here to complete the nomination survey&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://community.office365.com/en-us/b/office_365_technical_blog/archive/2011/05/09/special-opportunity-to-provide-feedback-on-future-blackberry-cloud-services-from-rim-for-office-365.aspx"&gt;Click here to see the original post.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3427641" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Blackberry/">Blackberry</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/office+365/">office 365</category></item><item><title>This Week in BPOS News 5/6</title><link>http://blogs.technet.com/b/msonline/archive/2011/05/06/this-week-in-bpos-news-5-6.aspx</link><pubDate>Fri, 06 May 2011 15:50:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3427082</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3427082</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/05/06/this-week-in-bpos-news-5-6.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; font-size: small;"&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; color: #081382; font-size: small;"&gt;This Week in BPOS News segments here.&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Times New Roman;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Times New Roman;"&gt;For this week in BPOS news we learn about a small town that is cashing in and creating jobs with the Cloud, and discover a great resource for anyone moving from BPOS to Office 365. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="text-indent: -0.25in; margin: 10pt 0in 0pt 0.25in; mso-list: l1 level1 lfo1;"&gt;&lt;span lang="EN" style="mso-ansi-language: EN; mso-fareast-font-family: Cambria; mso-fareast-theme-font: major-latin; mso-bidi-font-family: Cambria; mso-bidi-theme-font: major-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria; font-size: medium;"&gt;1.&lt;/span&gt;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;a href="http://www.businessweek.com/technology/content/may2011/tc2011052_966792.htm"&gt;&lt;span style="font-family: Cambria; color: #081382; font-size: medium;"&gt;Quincy Cashes in on the Cloud&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #081382;"&gt;&lt;span style="font-family: Cambria;"&gt;&lt;span style="mso-no-proof: yes;"&gt;&lt;v:shapetype coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f" id="_x0000_t75"&gt;&lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"&gt;&lt;/v:path&gt;&lt;o:lock v:ext="edit" aspectratio="t"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;v:shape o:spid="_x0000_i1028" alt="Description: The Cloud, Underground" type="#_x0000_t75" id="Picture_x0020_1" style="width: 280.5pt; height: 140.25pt; visibility: visible; mso-wrap-style: square;"&gt;&lt;v:imagedata src="file:///C:\Users\a-jtopal\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg" o:title="The Cloud, Underground"&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/1104.1.jpg"&gt;&lt;img height="142" width="357" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85/1104.1.jpg" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Our first BPOS story focuses on how the expanding landscape of the Cloud is increasing economies in rural areas. Quincy is a sleepy town of 5,044 that sits in the center of the state of Washington. It is about a 3 hour drive from Microsoft headquarters, but houses facilities for Microsoft that help power the Cloud. &lt;/span&gt;&lt;a href="http://www.businessweek.com/technology/content/may2011/tc2011052_966792.htm"&gt;&lt;span style="font-family: Calibri; color: #081382; font-size: small;"&gt;Business Week&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; focuses on this town and how it is turning into a technical economy. &lt;span style="mso-spacerun: yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Microsoft isn&amp;rsquo;t the only technology company in Quincy. Dell, Yahoo, Intuit and Sabey have claimed land to erect their own data centers in Quincy. The article dives into how this town is riding the Cloud and engaging its economy through hosting Cloud computing infrastructure. The town also looks out for its residents by &amp;ldquo;Exchanging tax breaks for jobs.&amp;rdquo; Quincy gives tax breaks to the tech companies that employ at least 35 percent of the impending new jobs to local residents. The article also explains how Quincy was able to plan and invest for the present demand in cloud construction. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Be sure to check out the entire article &lt;/span&gt;&lt;a href="http://www.businessweek.com/technology/content/may2011/tc2011052_966792_page_2.htm"&gt;&lt;span style="font-family: Calibri; color: #081382; font-size: small;"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;. What are your thoughts?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 style="text-indent: -0.25in; margin: 10pt 0in 0pt 0.25in; mso-list: l1 level1 lfo1;"&gt;&lt;span style="mso-fareast-font-family: Cambria; mso-fareast-theme-font: major-latin; mso-bidi-font-family: Cambria; mso-bidi-theme-font: major-latin;"&gt;&lt;span style="mso-list: Ignore;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria; font-size: medium;"&gt;2.&lt;/span&gt;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/b48b64fa-8c39-4b63-ba63-f97ec810508d.htm"&gt;&lt;span style="font-family: Cambria; color: #081382; font-size: medium;"&gt;Manage your transition from BPOS to Office 365&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/h2&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Are you transitioning to Office 365 from BPOS? If you are migrating or thinking of moving to Office 365, be sure to check out &lt;/span&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/b48b64fa-8c39-4b63-ba63-f97ec810508d.htm"&gt;&lt;span style="font-family: Calibri; color: #081382; font-size: small;"&gt;this&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; useful resource on how to &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/b48b64fa-8c39-4b63-ba63-f97ec810508d.htm"&gt;&lt;span style="font-family: Calibri; color: #081382; font-size: small;"&gt;manage your transition from BPOS to Office 365&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;. In this article you will find answers to what differentiates Office 365 from BPOS, how to try Office 365, and how to transition to Office 365.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;&lt;i style="mso-bidi-font-style: normal;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;What is the difference between Office 365 and BPOS?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;table width="100%" cellpadding="0" cellspacing="0" border="0" class="MsoNormalTable" style="width: 100%; mso-cellspacing: 0in; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in;"&gt;
&lt;tbody&gt;
&lt;tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;"&gt;
&lt;td valign="top" style="padding-bottom: 3.75pt; padding-left: 1.5pt; padding-right: 1.5pt; background: #5b7bbe; padding-top: 3.75pt; border: #f0f0f0;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;b&gt;&lt;span style="font-family: 'Times New Roman','serif'; color: white; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="padding-bottom: 3.75pt; padding-left: 1.5pt; padding-right: 1.5pt; background: #5b7bbe; padding-top: 3.75pt; border: #f0f0f0;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;b&gt;&lt;span style="font-family: 'Times New Roman','serif'; color: white; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;BPOS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="padding-bottom: 3.75pt; padding-left: 1.5pt; padding-right: 1.5pt; background: #5b7bbe; padding-top: 3.75pt; border: #f0f0f0;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;b&gt;&lt;span style="font-family: 'Times New Roman','serif'; color: white; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Office 365&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 1;"&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Exchange Online&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-family: 'Lucida Console'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';"&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-family: 'Lucida Console'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';"&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 2;"&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;SharePoint Online&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-family: 'Lucida Console'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';"&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-family: 'Lucida Console'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';"&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 3;"&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Office Live Meeting&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-family: 'Lucida Console'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';"&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Replaced by Lync Online.*&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 4;"&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Lync Online&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-family: 'Lucida Console'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';"&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 5; mso-yfti-lastrow: yes;"&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;Office Professional Plus&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;&lt;/td&gt;
&lt;td valign="top" style="border-bottom: gray 1pt solid; border-left: #f0f0f0; padding-bottom: 3.75pt; background-color: transparent; padding-left: 2.25pt; padding-right: 2.25pt; border-top: #f0f0f0; border-right: #f0f0f0; padding-top: 3.75pt; mso-border-bottom-alt: solid gray .75pt;"&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;span style="font-family: 'Lucida Console'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman';"&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: 'Times New Roman';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="MsoNormal" align="center"&gt;&lt;o:p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/b48b64fa-8c39-4b63-ba63-f97ec810508d.htm"&gt;&lt;span style="font-family: Calibri; color: #081382; font-size: small;"&gt;The article&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt; comes from the &lt;/span&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/Homepage.htm"&gt;&lt;span style="font-family: Calibri; color: #081382; font-size: small;"&gt;Microsoft Online Services Help and How-to&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt; portal which houses plenty of great information for current BPOS customers. &lt;span lang="EN" style="mso-ansi-language: EN;"&gt;Be sure to check out the following helpful articles:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst"&gt;&lt;span style="line-height: 115%; font-family: Symbol; color: #474747; font-size: 9pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;span style="mso-list: Ignore;"&gt;&amp;middot;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: 'Tahoma','sans-serif'; color: #474747; font-size: 9pt;"&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/8939e90a-59dc-4f0f-aec0-19a899c0af75.htm"&gt;&lt;span style="color: #0060a6; text-decoration: none; text-underline: none;"&gt;BPOS to Office 365: Transition Checklist for Administrators&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span style="line-height: 115%; font-family: Symbol; color: #474747; font-size: 9pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;span style="mso-list: Ignore;"&gt;&amp;middot;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: 'Tahoma','sans-serif'; color: #474747; font-size: 9pt;"&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/ee2cfa2c-0261-4485-9cb6-7025a9390bd0.htm"&gt;&lt;span style="color: #0060a6; text-decoration: none; text-underline: none;"&gt;Transition your account from BPOS to Office 365&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span style="line-height: 115%; font-family: Symbol; color: #474747; font-size: 9pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;span style="mso-list: Ignore;"&gt;&amp;middot;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: 'Tahoma','sans-serif'; color: #474747; font-size: 9pt;"&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/76970997-2861-4a0b-94d3-e08f963aba97.htm"&gt;&lt;span style="color: #0060a6; text-decoration: none; text-underline: none;"&gt;Contact Technical Support&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast"&gt;&lt;span style="line-height: 115%; font-family: Symbol; color: #474747; font-size: 9pt; mso-fareast-font-family: Symbol; mso-bidi-font-family: Symbol;"&gt;&lt;span style="mso-list: Ignore;"&gt;&amp;middot;&lt;span style="font: 7pt 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: 'Tahoma','sans-serif'; color: #474747; font-size: 9pt;"&gt;&lt;a href="http://www.microsoft.com/online/help/en-us/helphowto/de683404-ba07-492e-a5f6-827e7ebfbc74.htm"&gt;&lt;span style="color: #0060a6; text-decoration: none; text-underline: none;"&gt;Troubleshoot issues with your transition to Office 365&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;span style="font-size: small;"&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;Are you migrating to Office 365? How do you feel about the migration process? Leave your comments and thoughts below.&lt;/span&gt;&lt;span style="line-height: 115%; font-family: 'Tahoma','sans-serif'; color: #474747; font-size: 9pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;form&gt;
&lt;p&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; font-size: small;"&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you&amp;rsquo;d like to see. You can comment on this blog post or send an email to our &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; color: #081382; font-size: small;"&gt;community mailbox&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; font-size: small;"&gt;. Follow us on &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; color: #081382; font-size: small;"&gt;Twitter&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; font-size: small;"&gt; and like our &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;span style="font-family: Times New Roman; color: #081382; font-size: small;"&gt;Facebook&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Times New Roman;"&gt;&lt;i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt; page.&lt;/span&gt;&lt;/i&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;span style="color: blue; text-decoration: none; text-underline: none; mso-no-proof: yes;"&gt;&lt;v:shape href="http://www.facebook.com/microsoftonlineservices" o:button="t" o:spid="_x0000_i1027" alt="Description: clip_image005" type="#_x0000_t75" id="Picture_x0020_15" style="width: 45.75pt; height: 22.5pt; visibility: visible; mso-wrap-style: square;"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Times New Roman;"&gt;&lt;v:fill o:detectmouseclick="t"&gt;&lt;/v:fill&gt;&lt;v:imagedata src="file:///C:\Users\a-jtopal\AppData\Local\Temp\msohtmlclip1\01\clip_image003.jpg" o:title="clip_image005"&gt;&lt;/v:imagedata&gt;&lt;/span&gt;&lt;/span&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;span style="color: blue; text-decoration: none; text-underline: none; mso-no-proof: yes;"&gt;&lt;v:shape href="http://www.twitter.com/msonline" o:button="t" o:spid="_x0000_i1026" alt="Description: clip_image006" type="#_x0000_t75" id="Picture_x0020_14" style="width: 24.75pt; height: 24.75pt; visibility: visible; mso-wrap-style: square;"&gt;&lt;v:fill o:detectmouseclick="t"&gt;&lt;/v:fill&gt;&lt;v:imagedata src="file:///C:\Users\a-jtopal\AppData\Local\Temp\msohtmlclip1\01\clip_image004.png" o:title="clip_image006"&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;span style="color: blue; text-decoration: none; text-underline: none; mso-no-proof: yes;"&gt;&lt;v:shape href="http://www.youtube.com/user/msonlineservices" o:button="t" o:spid="_x0000_i1025" alt="Description: clip_image007" type="#_x0000_t75" id="Picture_x0020_13" style="width: 33pt; height: 24.75pt; visibility: visible; mso-wrap-style: square;"&gt;&lt;v:fill o:detectmouseclick="t"&gt;&lt;/v:fill&gt;&lt;v:imagedata src="file:///C:\Users\a-jtopal\AppData\Local\Temp\msohtmlclip1\01\clip_image005.jpg" o:title="clip_image007"&gt;&lt;/v:imagedata&gt;&lt;/v:shape&gt;&lt;/span&gt;&lt;/a&gt;&lt;span lang="EN" style="mso-ansi-language: EN;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;o:p&gt;&lt;span style="font-family: Times New Roman; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/o:p&gt;&lt;/p&gt;
&lt;/form&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3427082" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>This Week in BPOS News 4/29</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/29/this-week-in-bpos-news-4-29.aspx</link><pubDate>Fri, 29 Apr 2011 15:57:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3425092</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3425092</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/29/this-week-in-bpos-news-4-29.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For this week in BPOS news we learn about Microsoft&amp;rsquo;s new specialty servers, and how Microsoft earned FISMA certification in the cloud. &lt;/p&gt;
&lt;h2&gt;Microsoft Reveals its Specialty Servers, Racks&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.datacenterknowledge.com/wp-content/uploads/2011/04/microsoft-server-design-900.jpg"&gt;&lt;img height="137" width="240" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/8741.clip_5F00_image001_5F00_23aea377_2D00_3565_2D00_4ae2_2D00_b3f9_2D00_d0b8ce38dced.jpg" alt="clip_image001" border="0" title="clip_image001" style="display: inline; border: 0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Microsoft revealed the details and designs of new specialty servers and racks. Microsoft engineer, Dileep Bhandarkar, knew that a sleeker and more efficient server was needed, &amp;ldquo;When Microsoft saw its server counts and data center footprint growing, it became clear that we needed to improve efficiency.&amp;rdquo; Our first BPOS story comes from &lt;a href="http://www.datacenterknowledge.com/archives/2011/04/25/microsoft-reveals-its-specialty-servers-racks/"&gt;Data Center Knowledge&lt;/a&gt; and outlines the new Microsoft servers being revealed. The new half-width server design allows for Microsoft to optimize server energy usage. Idle server usage is dropping from using &amp;ldquo;50 percent of the power (used when the server is active)&amp;hellip;.to about 30 percent,&amp;rdquo; says Bhandarkar. &lt;/p&gt;
&lt;p&gt;Microsoft is not the only company to introduce new efficient servers. Google and the Facebook Open Compute project have also been a part of this &amp;ldquo;broader industry conversion.&amp;rdquo; &amp;ldquo;This is not rocket science,&amp;rdquo; said Bhandarkar. &amp;ldquo;Smart people facing the same problems will come up with similar solutions. Driving the entire industry forward helps us in the long run.&amp;rdquo; &lt;/p&gt;
&lt;p&gt;What do you think of the new designs? What do you think of the industry shifting its focus to more efficient servers? Leave your thoughts below. &lt;/p&gt;
&lt;h2&gt;Microsoft&amp;rsquo;s BPOS-Federal system receives FISMA certification, lands USDA as customer&lt;/h2&gt;
&lt;p&gt;&lt;a href="http://www.msad40.org/mvhs/library/images/Government.jpg"&gt;&lt;img height="174" width="240" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/5125.clip_5F00_image002_5F00_bb64f423_2D00_b91d_2D00_411b_2D00_8583_2D00_ebf35caf3cbd.jpg" alt="clip_image002" border="0" title="clip_image002" style="display: inline; border: 0px;" /&gt;&lt;/a&gt;&lt;i&gt;*&lt;/i&gt;&lt;a href="http://www.msad40.org/mvhs/library/images/Government.jpg"&gt;&lt;i&gt;image source&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Microsoft BPOS has recently received the Federal Information Security Management Act, or FISMA, certification. This certification makes it easier for Microsoft to offer the government cloud services. The United States Department of Agriculture is one of those organizations that will be moving 120,000 employees to Microsoft&amp;rsquo;s cloud. &lt;/p&gt;
&lt;p&gt;Microsoft is also making a push to for more FISMA certification across other cloud services. A quote from &lt;a href="http://thenextweb.com/microsoft/2011/04/20/microsofts-bpos-federal-system-receives-fisma-certification-lands-usda-as-customer/?utm_source=feedburner&amp;amp;utm_medium=feed&amp;amp;utm_campaign=Feed:+TheNextWeb+(The+Next+Web+All+Stories)"&gt;The Next Web&lt;/a&gt; states that &amp;ldquo;We [Microsoft] plan to pursue FISMA certification and accreditation for Office 365, our next generation cloud productivity suite, after it launches.&amp;rdquo; &lt;/p&gt;
&lt;p&gt;What do you think of the FISMA certification? What other Microsoft products should receive the FISMA certificate? Leave your comments below. &lt;/p&gt;
&lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you&amp;rsquo;d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;img height="30" width="61" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/0410.clip_5F00_image003_5F00_063c858c_2D00_c3e5_2D00_41d0_2D00_a1e3_2D00_227c178e2951.jpg" alt="clip_image003" border="0" title="clip_image003" style="display: inline; border: 0px;" /&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;img height="33" width="33" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/8322.clip_5F00_image004_5F00_510e6073_2D00_a587_2D00_4092_2D00_ad37_2D00_231538e9ea06.png" alt="clip_image004" border="0" title="clip_image004" style="display: inline; border: 0px;" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;img height="33" width="44" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-85-metablogapi/8345.clip_5F00_image005_5F00_49e1edf8_2D00_aed6_2D00_4822_2D00_809e_2D00_fcd75485c061.jpg" alt="clip_image005" border="0" title="clip_image005" style="display: inline; border: 0px;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3425092" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>Plan for your Office 365 transition</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/28/plan-for-your-office-365-transition.aspx</link><pubDate>Thu, 28 Apr 2011 18:06:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3424975</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>8</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3424975</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/28/plan-for-your-office-365-transition.aspx#comments</comments><description>&lt;p&gt;Hopefully, you know by now that as an existing Microsoft Online Services customer, your subscription will be transitioned to the equivalent Office 365 suite or service after it becomes available. In anticipation of these upcoming changes, I wanted to provide some resources on what will be happening, what steps you will need to take, and what you can expect during the transition process. &lt;/p&gt;  &lt;p&gt;The transition process itself will be automatic. However, there are a few things you should do to prepare. &lt;/p&gt;  &lt;p&gt;&lt;b&gt;Recommendation #1: Download the transition guide&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This guide is your go-to resource for all questions you might have related to your transition. Make sure to review this comprehensive overview to get a better understanding of the tasks you need to complete, the scheduling process, the system requirements for each of the products within the Office 365 suite, information on the transition experience for the administrator and your end-users, as well as detailed checklists to help you plan. &lt;/p&gt;  &lt;p&gt;I am calling out suggested resources with specific details within the transition guide that you should read:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Detailed transition checklist&lt;/li&gt;    &lt;li&gt;Transition experience for customers&lt;/li&gt;    &lt;li&gt;Key decisions and actions&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;You can &lt;a href="http://g.microsoftonline.com/0BXEM00EN-US/1116"&gt;download the guide&lt;/a&gt; at any time. &lt;u&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Recommendation #2: Watch the Office 365 transition video&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;This &lt;a href="http://g.microsoftonline.com/0BXEM00EN-US/1081"&gt;video&lt;/a&gt; explains the overall transition process to Office 365—the future of collaboration, communications and online productivity. The video is in English, but the presentation used within the video is available in other languages.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Recommendation #3: Keep your team informed - create a distribution list&lt;/b&gt;    &lt;br /&gt;The best way to keep your team updated about the transition is to generate a distribution list for all the key technical contacts in your organization. Create a unique alias for this list, and use the alias as your contact preference within Microsoft Online Services. Get started right away by adding your distribution list to your contact information on the &lt;a href="http://g.microsoftonline.com/0BXEM00EN-US/1118"&gt;Microsoft Online Services Administration Consol&lt;/a&gt;&lt;u&gt;. &lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Recommendation #4: Be sure you know the Office 365 system requirements&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Depending on your current desktop configuration, updates may be required to enable some of the Office 365 features. Check out the &lt;a href="http://g.microsoftonline.com/0BXEM00EN-US/1082"&gt;system requirements&lt;/a&gt; for more information on features such as synchronization of on-premises mailboxes and Active Directory, configuration services for Single Sign-On, and re-delegation for your email domain (MX Record) to enable email.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Recommendation #5: Always stay up to date&lt;/b&gt;    &lt;br /&gt;The &lt;a href="http://g.microsoftonline.com/0BXEM00EN-US/1080"&gt;transition center&lt;/a&gt; web site at &lt;a href="http://www.bpostransition.com"&gt;www.bpostransition.com&lt;/a&gt; is the place to learn anything and everything about the transition process. Do you have questions still? Join the conversation in the &lt;a href="http://g.microsoftonline.com/0BXEM00EN-US/1022"&gt;transition forum&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Next steps&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Over the next few months you will be hearing from Microsoft again with another update and this will include a personalized survey to let us know approx. when transitioning will work for your business. Once your business has filled out the survey, we will send you an email to your email address contacts on file – including the technical contact email address - to let you know about your scheduled transition date. This is why it is very important to ensure that your technical contact information is both up to date, and to add a transition distribution alias as this contact. It will help to ensure that we are communicating to the right folks in your organization to make this as seamless as possible. &lt;/p&gt;  &lt;p&gt;Is this helpful? Do you need other information? Let me know by providing a comment to this blog post. &lt;/p&gt;  &lt;p&gt;Michael O’Neill&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3424975" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/office+365/">office 365</category></item><item><title>BPOS-S: Configuring Outlook 2011 for Mac with the New Sign In Application</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/25/bpos-s-configuring-outlook-2011-for-mac-with-the-new-sign-in-application.aspx</link><pubDate>Mon, 25 Apr 2011 15:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3423734</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>9</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3423734</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/25/bpos-s-configuring-outlook-2011-for-mac-with-the-new-sign-in-application.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Update 12/21/2011: We are in the process of removing outdated videos. This video has been marked private and will be removed in the next few weeks.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In our latest &lt;a href="http://blogs.technet.com/b/msonline/archive/tags/feature+of+the+week/"&gt;BPOS Support series video&lt;/a&gt;, we learn how to configure Outlook 2011 for Mac with the new Sign In application. Microsoft Online users with Macintosh computers will find the video below very helpful. If you installed Outlook 2011 for Mac, you may need to install the new Sign In application. This video shows you how to install the new Sign In application as well as some other great tips and tricks including the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Creating a new Outlook identity&lt;/li&gt;
&lt;li&gt;Configuring Outlook 2011&lt;/li&gt;
&lt;li&gt;Check account settings&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="margin: 0px; display: inline; float: none; padding: 0px;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:5fa7023b-9afa-4130-915d-bf1f70f837f5" class="wlWriterEditableSmartContent"&gt;
&lt;div style="margin: 0px; padding: 0px; display: inline;" id="ed36b555-e670-4816-96af-03a70b545469"&gt;
&lt;div&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/uzlKxIHmudo&amp;amp;hl=en" /&gt;&lt;embed height="355" type="application/x-shockwave-flash" width="425" src="http://www.youtube.com/v/uzlKxIHmudo&amp;amp;hl=en" /&gt;&lt;/object&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Was this video helpful? Learn more about Microsoft Online Services with our other &lt;a href="http://blogs.technet.com/b/msonline/archive/tags/feature+of+the+week/"&gt;support and how to blog posts&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;What support videos would you like to see? We want to hear from you in the comments section below or send an email to our &lt;a href="mailto:bposcom@microsoft.com"&gt;community mailbox&lt;/a&gt;. Follow us on &lt;a href="http://www.twitter.com/msonline"&gt;Twitter&lt;/a&gt; and like our &lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;Facebook&lt;/a&gt; page.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;img title="clip_image005" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/1803.clip_5F00_image005_5F00_5c443a7e_2D00_1c00_2D00_43ea_2D00_b890_2D00_120f7351be93.jpg" width="61" height="30" /&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;img title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/2376.clip_5F00_image006_5F00_9bc504c6_2D00_c8f1_2D00_4033_2D00_990d_2D00_8aa86732742c.png" width="33" height="33" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;img title="clip_image007" border="0" alt="clip_image007" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/7178.clip_5F00_image007_5F00_f1cb2cb8_2D00_6c2e_2D00_47ca_2D00_bd53_2D00_94af12f8caf2.jpg" width="44" height="33" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3423734" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Feature+of+the+week/">Feature of the week</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/how+to/">how to</category></item><item><title>This Week in BPOS News 4/22</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/22/this-week-in-bpos-news-4-22.aspx</link><pubDate>Fri, 22 Apr 2011 15:40:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3423545</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3423545</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/22/this-week-in-bpos-news-4-22.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;For this week in BPOS news we focus on the next generation of BPOS, Office 365.&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/2011/04/18/office-365-is-ready-for-work.aspx" target="_blank"&gt;1. Office 365 is &amp;quot;Ready for Work&amp;quot;&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;The Public Beta for Office 365 &lt;a href="http://blogs.technet.com/b/msonline/archive/2011/04/18/office-365-is-ready-for-work.aspx"&gt;was announced&lt;/a&gt; earlier this week. The public beta allows for more people to jump onto Office 365 in 38 countries and supporting 17 languages. We’ve had a ton of interest, which includes over 100,000 organizations signing up during our limited beta. You can&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/8713.clip_5F00_image002_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" align="right" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/0876.clip_5F00_image002_5F00_thumb.jpg" width="79" height="197" /&gt;&lt;/a&gt; reserve your spot for the beta by visiting &lt;a href="http://www.office365.com"&gt;www.office365.com&lt;/a&gt;. But remember, due to high demand, your promo code will be emailed to you when your spot comes up. &lt;/p&gt;  &lt;p&gt;If you are waiting for your Beta invite, there are plenty of other ways to get involved with the new Office 365 offering. The “Office 365: Ready for Work” contest was announced which allows small business owners to share their story. This is a great way to win fabulous prizes and to share your story with the world. Be sure to visit the Visit the &lt;a href="http://facebook.com/office365"&gt;contest page&lt;/a&gt; on Facebook for more information.&lt;/p&gt;  &lt;p&gt;Are you excited for Office 365? What are your thoughts? Have you signed up for the Public Beta? Are you already in the Beta program? Leave your comments below.&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://latimesblogs.latimes.com/technology/2011/04/microsoft-office-365-launch-public-beta-app-store-office-365-marketplace-ready-for-work-contest.html" target="_blank"&gt;2. Microsoft launches Office 365 Marketplace selling Web apps for businesses&lt;/a&gt;&lt;/h4&gt;  &lt;h6&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/4812.clip_5F00_image004_5F00_2.jpg"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/5076.clip_5F00_image004_5F00_thumb.jpg" width="459" height="317" /&gt;&lt;/a&gt;&lt;/h6&gt;  &lt;p&gt;Along with the announcement of &lt;a href="http://www.microsoft.com/en-us/office365/online-software.aspx"&gt;Office 365&lt;/a&gt;, Microsoft has also announced a web-based market that will sell Office 365 applications and services. The &lt;a href="http://office365.pinpoint.microsoft.com/en-US/Default.aspx"&gt;Office 365 Marketplace&lt;/a&gt; already features more than 150 company offerings that accompany Microsoft’s Office 365 technology. You can view and filter applications by featured professional services, featured applications, by business need, industry focus, department and service type. The marketplace provides a great opportunity for companies to get wide visibility into their fantastic products and offerings.&lt;/p&gt;  &lt;p&gt;Are you interested in getting listed on the Office 365 Marketplace? Let us know by clicking &lt;a href="http://office365.pinpoint.microsoft.com/en-US/getlisted"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;What applications are you excited about? Do you have an application on the market? Let us know in the comments section below.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you’d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/2450.clip_5F00_image005_5F00_0c14c676_2D00_974c_2D00_4557_2D00_b4a9_2D00_062996ecd79a.jpg" width="61" height="30" /&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/7723.clip_5F00_image006_5F00_84ba3b38_2D00_68e6_2D00_45ef_2D00_b1ff_2D00_41cfe35c36fe.png" width="33" height="33" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/7536.clip_5F00_image007_5F00_6f612013_2D00_268b_2D00_4e1a_2D00_b753_2D00_25685ae570ad.jpg" width="44" height="33" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3423545" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item><item><title>What goes into a FISMA certification?</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/20/what-goes-into-a-fisma-certification.aspx</link><pubDate>Wed, 20 Apr 2011 22:34:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3423121</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3423121</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/20/what-goes-into-a-fisma-certification.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;Written By:&lt;/b&gt;&amp;#160; Yong-Gon Chon, CTO of SecureInfo Corporation&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/4810.NEW-_2D00_-SecureInfo_5F00_tagline.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="NEW - SecureInfo_tagline" border="0" alt="NEW - SecureInfo_tagline" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/7853.NEW-_2D00_-SecureInfo_5F00_tagline_5F00_thumb.png" width="244" height="69" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I work for SecureInfo, an exclusive provider of cybersecurity services. We have served the Federal government for over 10 years and are involved in securing information assets used across the US Civilian Sector and the Department of Defense. We routinely conduct independent third-party assessments of systems used by these organizations in support of Federal Information Security Management Act (FISMA) compliance programs. In the thousands of FISMA related engagements we’ve performed over the years, we have been actively involved in assessing information systems that serve US citizens and enable warfighters, including complex, mission-critical, and highly classified systems. SecureInfo customers include the Department of Homeland Security, the United States Air Force and the United States Army, as well as private industry clients that must meet Federal security requirements. Most recently, we worked with Microsoft to perform an independent assessment of the Business Productivity Online Suite – Federal (BPOS-F) offering support and guidance to achieve an Authority to Operate (ATO).&lt;/p&gt;  &lt;p&gt;The successful security authorization of Microsoft BPOS-F through the United&amp;#160; States Department of Agriculture (USDA) at a Moderate Impact level is a major accomplishment as it safely enables the consolidation of 21 different messaging platforms and provides Software as a Service (SaaS) to 120,000 end users in 5,000 offices within the US and over 100 countries world-wide. SecureInfo’s assessment was performed using the National Institute of Standards and Technology (NIST) Risk Management Framework.. We used the most recent version of the NIST SP 800-53A publication as the key procedural guidance in our assessment activities.&lt;/p&gt;  &lt;p&gt;Our assessment was rigorous and required Microsoft to demonstrate effective&amp;#160; implementation of approximately 160 different management, operational and technical controls to a team of subject matter experts with a combined total of 99 years of industry experience. Our testing included an extensive review of their policies and procedures, interviews with their key personnel involved in delivering and supporting BPOS-F, examination of security related configuration settings, vulnerability scans of all components included within the environment (operating systems, databases, and web applications) and penetration testing. Additionally, SecureInfo assessed the physical and environmental controls of the Microsoft Global Foundation Services (GFS) domestic United States data centers where BPOS-F is hosted.&lt;/p&gt;  &lt;p&gt;Based on our review, we’re confident Microsoft understands that operating and delivering a secure cloud computing solution is an ongoing process. As a result, SecureInfo will be supporting Microsoft’s continuous monitoring program consistent with the requirements outlined in the NIST continuous monitoring guidance (SP 800-137).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3423121" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Feature+of+the+week/">Feature of the week</category></item><item><title>BPOS-Federal &amp; FISMA</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/20/bpos-federal-amp-fisma.aspx</link><pubDate>Wed, 20 Apr 2011 20:35:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3423185</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3423185</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/20/bpos-federal-amp-fisma.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;By:&lt;/b&gt; Eron Kelly&lt;/p&gt;  &lt;p&gt;I am pleased to share that BPOS-Federal has received FISMA (&lt;a href="http://csrc.nist.gov/drivers/documents/FISMA-final.pdf"&gt;Federal Information Security Management Act&lt;/a&gt;) certification and accreditation.&lt;/p&gt;  &lt;p&gt;FISMA was passed in 2002 and created a process for federal agencies to certify and accredit the security of information management systems. FISMA certification and accreditation indicates that a federal agency has approved a particular solution for its use in line with the level of security established by that agency. &lt;/p&gt;  &lt;p&gt;The certification and accreditation has resulted in an official “Authorization to Operate” (ATO) issued on April 19 by the U.S. Department of Agriculture (USDA) for Microsoft’s Business Productivity Online Services-Federal, which includes Exchange Online, SharePoint Online, and Office Communications Online. It follows a similar authorization issued by the USDA in November for the Microsoft data centers that will deliver these services to the USDA. We plan to pursue FISMA certification and accreditation for Office 365, our next generation cloud productivity suite, after it launches.&lt;/p&gt;  &lt;p&gt;As a result of this action, the USDA is migrating 120,000 employees to Microsoft’s BPOS-Federal service. This means that the USDA can use BPOS-Federal to handle a variety of tasks. For example, the USDA’s Food Security programs can use BPOS-Federal to respond to food safety emergencies, the U.S. Forest Service can use BPOS-Federal to coordinate its efforts to fight forest fires, and the Foreign Agriculture Service can use BPOS-Federal to manage the distribution of food aid to millions of people around the world.&lt;/p&gt;  &lt;p&gt;We take our responsibility to protect customer data very seriously, and our cloud services already meet some of the industry’s most rigorous global security and privacy standards. FISMA for BPOS-Federal is just the latest example.&lt;/p&gt;  &lt;p&gt;We are very excited by this news and committed to serving the needs of our public sector customers. You can learn more about the specific elements of the latest BPOS-Federal solution &lt;a href="http://www.microsoft.com/industry/government/products/bpos/default.aspx"&gt;here&lt;/a&gt;, and about Microsoft Online Services generally at &lt;a href="http://www.microsoft.com/online"&gt;www.microsoft.com/online&lt;/a&gt;. If you have questions about Microsoft’s cloud offerings for government, ask your Microsoft rep or your partner, or you can ask in the comments below.&lt;/p&gt;  &lt;p&gt;Thanks,&lt;/p&gt;  &lt;p&gt;Eron&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3423185" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Announcements/">Announcements</category></item><item><title>Office 365 is “Ready for Work”</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/18/office-365-is-ready-for-work.aspx</link><pubDate>Mon, 18 Apr 2011 23:53:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3422606</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3422606</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/18/office-365-is-ready-for-work.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/6327.image_5F00_2.png"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/6330.image_5F00_thumb.png" width="220" height="81" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;The &lt;a href="http://blogs.technet.com/b/msonline/archive/2010/07/12/next-generation-bpos.aspx" target="_blank"&gt;next generation of BPOS&lt;/a&gt; is here. Today, we are announcing a public beta of Office 365, expanding it to millions more people, in more regions, and languages – a total of 38 countries and 17 languages in all. You can secure your spot for the beta at &lt;a href="http://www.office365.com"&gt;&lt;i&gt;www.office365.com&lt;/i&gt;&lt;/a&gt;.&amp;#160; &lt;/p&gt;  &lt;p&gt;Read more about the announcement on &lt;a href="http://community.office365.com/en-us/b/microsoft_office_365_blog/archive/2011/04/17/office-365-public-beta-is-here.aspx" target="_blank"&gt;the Office 365 blog here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;We are also announcing an “Office 365: Ready for Work” contest. Small business owners can share their story and be eligible to win the following:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Office 365, &lt;/li&gt;    &lt;li&gt;$50,000 in advertising and business services, &lt;/li&gt;    &lt;li&gt;A Microsoft executive to work for them or their charity of choice for a day. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Be sure to visit the Visit the &lt;a href="http://facebook.com/office365"&gt;contest page&lt;/a&gt; on Facebook for more information.&lt;/p&gt;  &lt;p&gt;For more Office 365 news refer to the the &lt;a href="http://community.office365.com/en-us/b/microsoft_office_365_blog/default.aspx"&gt;Office 365 Blog&lt;/a&gt;, the Office 365 &lt;a href="http://facebook.com/office365"&gt;Facebook&lt;/a&gt; and &lt;a href="http://twitter.com/office365"&gt;Twitter&lt;/a&gt; channels.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Are you getting the Office 365 beta? What are your thoughts on Office 365. Leave your comments below.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/4135.clip_5F00_image002_5F00_7ec8bc30_2D00_1f4d_2D00_4871_2D00_aba2_2D00_4436dea7df31.jpg" width="61" height="30" /&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;img title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/4048.clip_5F00_image003_5F00_8eb63879_2D00_aaaf_2D00_45dc_2D00_99af_2D00_5453bd74deb2.png" width="33" height="33" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;img title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/8738.clip_5F00_image004_5F00_8e425f5a_2D00_c411_2D00_4c9c_2D00_b660_2D00_37c17f978439.jpg" width="44" height="33" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3422606" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Announcements/">Announcements</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/office+365/">office 365</category></item><item><title>Preparing BPOS-S Passwords for Office 365</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/18/preparing-bpos-s-passwords-for-office-365.aspx</link><pubDate>Mon, 18 Apr 2011 22:29:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3422596</guid><dc:creator>penglis</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3422596</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/18/preparing-bpos-s-passwords-for-office-365.aspx#comments</comments><description>&lt;p class="MsoNormal"&gt;&lt;span style="background-color: #ffff99;"&gt;&lt;strong&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;UPDATE: Please note, the application of the Office 365 password policy for BPOS-S users has shifted. The new dates for the change in password policy are: July 2 for Asia-Pacific, July 9 for Americas, and July 16 for Europe.&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;On April 1, Microsoft informed customers via e-mail&amp;nbsp;about an upcoming change to Business Productivity Online Suite Standard (BPOS-S) passwords to prepare for the transition to Office 365.&amp;nbsp;&lt;/span&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;The password policy for Office 365 is slightly different than the password policy for BPOS-S today. To ensure that passwords used for BPOS-S today can be transitioned to and used in Office 365, the Office 365 password policy will be enforced for BPOS-S users beginning in July. Following is the deployment schedule for each region:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;table align="center" cellpadding="2" cellspacing="2" border="0" style="width: 300px;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Region&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align: center;"&gt;&lt;strong&gt;Deployment Date&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Asia-Pacific&lt;/td&gt;
&lt;td style="text-align: center;"&gt;July 2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Americas&lt;/td&gt;
&lt;td style="text-align: center;"&gt;July 9&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Europe&lt;/td&gt;
&lt;td style="text-align: center;"&gt;July 16&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;What does that mean for organizations that use BPOS-S today? After the deploymnet date for each region, when a password is reset or when a user account is created, the Office 365 password policy will be enforced. Specifically, users will be required to follow these rules: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type="disc" style="margin-top: 0in;"&gt;
&lt;li class="MsoNormal" style="line-height: 115%; margin: 0in 0in 0pt; color: black; mso-list: l1 level1 lfo1; tab-stops: list .5in;"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;Passwords must be between 8 and 16 characters. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type="disc" style="margin-top: 0in;"&gt;
&lt;li class="MsoNormal" style="line-height: 115%; margin: 0in 0in 0pt; color: black; mso-list: l1 level1 lfo1; tab-stops: list .5in;"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;Passwords can no longer contain Unicode characters, including those used in languages currently supported by Unicode exclusively. Only the following characters are allowed for Office 365 passwords:&lt;br /&gt;&lt;br /&gt;A-Z, a-z, 0-9, ! @ # $ % ^ &amp;amp; * - _ + = [ ] { } | \ : ' , . ? / ` ~ " &amp;lt; &amp;gt; ( ) ;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;The Office 365 password policy will be reflected in the password reset utility in the Microsoft Online Administration Center (MOAC) and the My Company Portal, as well as in related Microsoft Online Services PowerShell commandlets. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;BPOS-S users whose passwords do not meet the new requirements will find that their current passwords will not work after they have transitioned to Office 365. For the best transition experience, Administrators will want to make sure that all users, including service accounts, change their password after&amp;nbsp;the July password policy change and prior to the organization's transition to Office 365. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-family: 'Verdana','sans-serif'; mso-bidi-font-family: 'Segoe UI';"&gt;What if users do not change their password prior to transition?&lt;/span&gt;&lt;/strong&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;br /&gt;If users do not change their password prior to transition to Office 365, they will not be able to login to their Office 365 account without intervention by Administrators. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type="disc" style="margin-top: 0in;"&gt;
&lt;li class="MsoNormal" style="line-height: 115%; margin: 0in 0in 0pt; color: black; mso-list: l0 level1 lfo2; tab-stops: list .5in;"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;Post transition, Administrators can use the Office 365 Administration Center to reset user passwords. When a user password is reset, Office 365 provides a temporary password that they can be used for initial sign in to Office 365.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type="disc" style="margin-top: 0in;"&gt;
&lt;li class="MsoNormal" style="line-height: 115%; margin: 0in 0in 0pt; color: black; mso-list: l0 level1 lfo2; tab-stops: list .5in;"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;Alternatively, Administrators can assign users new passwords using the PowerShell commandlets provided in the Microsoft Online Services Directory Synchronization tool.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-family: 'Verdana','sans-serif'; mso-bidi-font-family: 'Segoe UI';"&gt;What if an organization has a non-expiring password policy?&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;If users are not automatically prompted to change their passwords via regularly expiring passwords, Administrators have several options prior to transition: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type="disc" style="margin-top: 0in;"&gt;
&lt;li class="MsoNormal" style="line-height: 115%; margin: 0in 0in 0pt; color: black; mso-list: l2 level1 lfo3; tab-stops: list .5in;"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;Instruct end-users to change their passwords using the Microsoft Online Services Sign In application or the My Company&amp;nbsp;portal.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type="disc" style="margin-top: 0in;"&gt;
&lt;li class="MsoNormal" style="line-height: 115%; margin: 0in 0in 0pt; color: black; mso-list: l2 level1 lfo3; tab-stops: list .5in;"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;Reset end user passwords using the Microsoft Online Administration Center. Users will receive a temporary password, which they must reset when they sign in to BPOS-S.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul type="disc" style="margin-top: 0in;"&gt;
&lt;li class="MsoNormal" style="line-height: 115%; margin: 0in 0in 0pt; color: black; mso-list: l2 level1 lfo3; tab-stops: list .5in;"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;Assign end users new passwords using PowerShell commandlets provided in the Microsoft Online Services Directory Synchronization tool.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; color: black; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Segoe UI';"&gt;&lt;br /&gt;Alternatively, Administrators can wait until their organization transitions to Office 365 and use one of the password setup options described&amp;nbsp;above. &lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-family: 'Verdana','sans-serif'; mso-bidi-font-family: 'Segoe UI';"&gt;More Information&lt;/span&gt;&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;The Windows PowerShell commandlets for changing user passwords are documented in &lt;a alias="this article on the Help and How-to Portal" target="_blank" href="http://www.microsoft.com/online/help/en-us/helphowto/337f0b2d-facf-4e2d-8d4c-58ae5bab80c9.htm" title="this article on the Help and How-to Portal"&gt;&lt;span style="color: #0000ff;"&gt;this article on the Help and How-to Portal&lt;/span&gt;&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;Administrators can find more information, FAQs and checklists to help prepare for the transition to Office 365 at the &lt;a alias="Microsoft Office 365 Transition Center" target="_blank" href="http://www.microsoft.com/online/transition-center.aspx" title="Microsoft Office 365 Transition Center"&gt;&lt;span style="color: #0000ff;"&gt;Microsoft Office 365 Transition Center&lt;/span&gt;&lt;/a&gt;. &lt;br style="mso-special-character: line-break;" /&gt;&lt;br style="mso-special-character: line-break;" /&gt;&lt;/span&gt;&lt;span style="line-height: 115%; font-family: 'Verdana','sans-serif'; font-size: 10pt;"&gt;&lt;o:p&gt;&lt;/o:p&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=3422596" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/Passwords/">Passwords</category><category domain="http://blogs.technet.com/b/msonline/archive/tags/Business+Productivity+Online+Suite/">Business Productivity Online Suite</category></item><item><title>This Week in BPOS News 4/15</title><link>http://blogs.technet.com/b/msonline/archive/2011/04/15/this-week-in-bpos-news-4-15.aspx</link><pubDate>Fri, 15 Apr 2011 15:53:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3421717</guid><dc:creator>JoshT_MSFT</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://blogs.technet.com/b/msonline/rsscomments.aspx?WeblogPostID=3421717</wfw:commentRss><comments>http://blogs.technet.com/b/msonline/archive/2011/04/15/this-week-in-bpos-news-4-15.aspx#comments</comments><description>&lt;p&gt;&lt;i&gt;This week in BPOS news is a recurring segment on the Microsoft Online Services Team Blog that covers news from all sectors of Cloud Computing and the Microsoft Online Services business suite known as the Business Productivity Online Suite (BPOS). You can read all past &lt;/i&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/"&gt;&lt;i&gt;This Week in BPOS News segments here.&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;For this week in BPOS news we take a look at a new Public School system embracing Microsoft’s cloud, and we learn about an essential BPOS tip to increase your productivity. &lt;/p&gt;  &lt;h4&gt;&lt;a href="http://blogs.technet.com/b/whymicrosoft/archive/2011/04/12/delhi-schools-embrace-microsoft-cloud-based-email-over-google.aspx" target="_blank"&gt;Delhi Schools Embrace Microsoft Cloud-Based Email over Google&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;Our first BPOS story comes from the &lt;a href="http://blogs.technet.com/b/whymicrosoft/"&gt;Why Microsoft blog&lt;/a&gt;. Tony Tai takes a look at why schools in Delhi are choosing Microsoft’s cloud over the competition. One of the focuses of the &lt;a href="http://blogs.technet.com/b/whymicrosoft/"&gt;Why Microsoft blog&lt;/a&gt; is to bring real customer stories to light. This &lt;a href="http://blogs.technet.com/b/whymicrosoft/archive/2011/04/12/delhi-schools-embrace-microsoft-cloud-based-email-over-google.aspx"&gt;latest post&lt;/a&gt; helps outline the ongoing competition to provide the academic sector with the best possible collaboration and productivity cloud solutions. Tony dives into why Microsoft came out on top for Delhi Public Schools. &lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="clip_image001" border="0" hspace="12" alt="clip_image001" align="right" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/5518.clip_5F00_image001_5F00_thumb.png" width="83" height="105" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;“&lt;i&gt;We can offer our students and teachers a technology that is on par with the corporate world without charging any additional fees for it.&lt;/i&gt;&amp;quot;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Mr. M.I. Hussain &lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Principal, Delhi Public Schools&lt;/p&gt;  &lt;p&gt;The Why Microsoft blog does a great job breaking down the challenges, solutions and benefits with choosing the right solution for their cloud. The benefits listed in this article outline three crucial areas that Delhi Public Schools wanted to focus on:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Easier, Faster Intra-School Communication and Collaboration &lt;/li&gt;    &lt;li&gt;Improves Parent – Teacher Communication &lt;/li&gt;    &lt;li&gt;Easy Access from Any Device &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;We are glad to have Delhi Public Schools in the cloud with Microsoft. Make sure to read the full post &lt;a href="http://blogs.technet.com/b/whymicrosoft/archive/2011/04/12/delhi-schools-embrace-microsoft-cloud-based-email-over-google.aspx"&gt;here&lt;/a&gt;. What other benefits do schools gain from going to the cloud? Leave your comments below.&lt;/p&gt;  &lt;h4&gt;&lt;a href="http://blogs.technet.com/b/msonline/archive/2011/04/11/bpos-s-creating-and-troubleshooting-conference-room-mailboxes.aspx" target="_blank"&gt;Creating and Troubleshooting Conference Room Mailboxes&lt;/a&gt;&lt;/h4&gt;  &lt;p&gt;For our second BPOS story we take a look at the latest BPOS support video and learn how to create and troubleshoot conference room mailboxes. The video below demonstrates how to create conferencing or equipment calendar solutions for your company. &lt;/p&gt;  &lt;div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:4aa5d43b-9fd6-4329-bbfc-b1a34b2d8200" class="wlWriterEditableSmartContent"&gt;&lt;div id="059717a9-5b83-42af-8348-ee1a57d8463a" style="margin: 0px; padding: 0px; display: inline;"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=QeCLp8hiGss" target="_new"&gt;&lt;img src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/2260.video05f8e7513026.jpg" style="border-style: none" galleryimg="no" onload="var downlevelDiv = document.getElementById('059717a9-5b83-42af-8348-ee1a57d8463a'); downlevelDiv.innerHTML = &amp;quot;&amp;lt;div&amp;gt;&amp;lt;object width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;param name=\&amp;quot;movie\&amp;quot; value=\&amp;quot;http://www.youtube.com/v/QeCLp8hiGss&amp;amp;hl=en\&amp;quot;&amp;gt;&amp;lt;\/param&amp;gt;&amp;lt;embed src=\&amp;quot;http://www.youtube.com/v/QeCLp8hiGss&amp;amp;hl=en\&amp;quot; type=\&amp;quot;application/x-shockwave-flash\&amp;quot; width=\&amp;quot;425\&amp;quot; height=\&amp;quot;355\&amp;quot;&amp;gt;&amp;lt;\/embed&amp;gt;&amp;lt;\/object&amp;gt;&amp;lt;\/div&amp;gt;&amp;quot;;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;What other BPOS tips do you have? Leave your comment below.&lt;/p&gt;  &lt;p&gt;&lt;i&gt;What are your thoughts about the stories we shared with you this week? Did you see a story you want to share with us? Let us know what other topics you’d like to see. You can comment on this blog post or send an email to our &lt;/i&gt;&lt;a href="mailto:bposcom@microsoft.com"&gt;&lt;i&gt;community mailbox&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. Follow us on &lt;/i&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;i&gt;Twitter&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and like our &lt;/i&gt;&lt;a href="http://www.facebook.com/MicrosoftOnlineServices"&gt;&lt;i&gt;Facebook&lt;/i&gt;&lt;/a&gt;&lt;i&gt; page.&lt;/i&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/microsoftonlineservices"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/4135.clip_5F00_image002_5F00_7ec8bc30_2D00_1f4d_2D00_4871_2D00_aba2_2D00_4436dea7df31.jpg" width="61" height="30" /&gt;&lt;/a&gt;&lt;a href="http://www.twitter.com/msonline"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/4048.clip_5F00_image003_5F00_8eb63879_2D00_aaaf_2D00_45dc_2D00_99af_2D00_5453bd74deb2.png" width="33" height="33" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/user/msonlineservices"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-61-85-metablogapi/8738.clip_5F00_image004_5F00_8e425f5a_2D00_c411_2D00_4c9c_2D00_b660_2D00_37c17f978439.jpg" width="44" height="33" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3421717" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/msonline/archive/tags/this+week+in+bpos+news/">this week in bpos news</category></item></channel></rss>
