<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The new Puttyq.com &#187; Outlook Live</title>
	<atom:link href="http://www.puttyq.com/blog/tag/outlook-live/feed" rel="self" type="application/rss+xml" />
	<link>http://www.puttyq.com/blog</link>
	<description>trying to address a crisis in identity</description>
	<lastBuildDate>Fri, 25 Nov 2011 12:27:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Disable Outlook Web Access Instant Messenger</title>
		<link>http://www.puttyq.com/blog/2010/disable-outlook-web-access-instant-messenger</link>
		<comments>http://www.puttyq.com/blog/2010/disable-outlook-web-access-instant-messenger#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:23:00 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=130</guid>
		<description><![CDATA[With the launch of Outlook Live (ExchangeLabs R3) the ability to us instant messenger has been added to Outlook Web Access. For schools that do not wish to use this feature, administrators now have the ability to set attributes via PowerShell (requires Vista or WS2008) to disable Instant Messenger in OWA.&#160; To do so, simply [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Calibri">With the launch of Outlook Live (ExchangeLabs R3) the ability to us instant messenger has been added to Outlook Web Access. For schools that do not wish to use this feature, administrators now have the ability to set attributes via PowerShell (requires Vista or WS2008) to disable Instant Messenger in OWA.&#160; To do so, simply use the following cmdlets:</font></p>
<blockquote><p><font size="2" face="Calibri">Get-OwaMailboxPolicy -Identity:&quot;OwaMailboxPolicy-DefaultMailboxPlan&quot; | Set-OwaMailboxPolicy -InstantMessagingEnabled:$false</font></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2010/disable-outlook-web-access-instant-messenger/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating ExchangeLabs groups using Powershell</title>
		<link>http://www.puttyq.com/blog/2009/updating-exchangelabs-groups-using-powershell</link>
		<comments>http://www.puttyq.com/blog/2009/updating-exchangelabs-groups-using-powershell#comments</comments>
		<pubDate>Sun, 22 Mar 2009 10:32:00 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=59</guid>
		<description><![CDATA[One of the ways to manipulate a group on your tenant on ExchangeLabs is through the use of Powershell. If however you need to update a large amount of members into a specific group this is also quite simple using Powershell (and some built in cmdlets). In future we will look at using ILM to [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Calibri"><img style="border-bottom: 0px; border-left: 0px; margin: 10px 10px 15px 20px; display: inline; border-top: 0px; border-right: 0px" title="OutlookLiveLogo" border="0" alt="OutlookLiveLogo" align="right" src="http://puttyq.com/blog/wp-content/uploads/2009/03/outlooklivelogo2.png" width="134" height="32" /> One of the ways to manipulate a group on your tenant on ExchangeLabs is through the use of Powershell. If however you need to update a large amount of members into a specific group this is also quite simple using Powershell (and some built in cmdlets). In future we will look at using ILM to do the same, but we’ll need to check it the GROUP object type can be manipulated&#160; </font></p>
<p><font size="2" face="Calibri">Have a look at the following: </font></p>
<p><font size="2" face="Calibri">I have created a file that contains all my members that should be added to my group. In this example I have already created by group called “testGroup”. </font></p>
<p><font size="2" face="Calibri"><strong>Import file format</strong> </font></p>
<blockquote><p><font size="2" face="Calibri">Name : StudentNumber        <br />Name : 33809771         <br />Name : 7990529         <br />Name : 44940750 </font></p>
</blockquote>
<p> <font size="2" face="Calibri">
<p><strong>Parameters or required fields</strong>       <br />Group Identity: the group you want to add the member to       <br />Input file: the members you wish to add to the group </p>
<p><strong>Connect to you ExchangeLabs tenant using Powershell</strong>       <br />In order to use Powershell 2 to connect to you ExchangeLabs service you must create a remote runspace using WinRM and Powershell 2. For more information regarding this procedure, refer to Remote Powershell with Exchange Labs. (note that once R3 launches this requirement will increase to CTP3)</p>
<p> </font>
<p><font size="2" face="Calibri"><strong>Require components:</strong> </font></p>
<p><font size="2" face="Calibri">Windows PowerShell V2 Community Technology Preview 2 (CTP2)      <br />WinRM 2.0 CTP&#160; <br /></font></p>
<blockquote><p><font size="2" face="Calibri">$LiveCred = Get-Credential        <br />$rs = New-Runspace -Shell Microsoft.Exchange         <br />&#160;&#160;&#160;&#160;&#160; -ConnectionUri </font><a href="https://ps.exchangelabs.com/powershell/"><font size="2" face="Calibri">https://ps.exchangelabs.com/powershell/</font></a>       <br /><font size="2" face="Calibri">&#160;&#160;&#160;&#160;&#160; -Credential $LiveCred -Authentication Basic</font></p>
</blockquote>
<p> <font size="2" face="Calibri">
<p><strong>Script to execute command</strong>       <br />To read you text file of members into memory and add each member into the specified group (testGroup) execute the following command (all in one line. </p>
<p> </font><br />
<blockquote>
<p><font size="2" face="Calibri">Import-Csv C:names.txt -delimiter &quot;:&quot; |        <br />foreach {Invoke-Command -r $rs { param($User)         <br />add-distributiongroupmember -identity testGroup         <br />-member $User.StudentNumber} -Arg $_} </font></p>
</blockquote>
<p><font size="2" face="Calibri"><strong>Additional Reading</strong>       <br /><a href="http://technet.microsoft.com/en-us/exchangelabshelp/cc546278.aspx" target="_blank">Remote PowerShell with Exchange Labs</a>       <br /><a href="http://technet.microsoft.com/en-us/exchangelabshelp/cc546291.aspx" target="_blank">Create Dynamic Distribution Groups in Exchange Labs</a> </font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2009/updating-exchangelabs-groups-using-powershell/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset ExchangeLabs / Outlook Live password via Powershell</title>
		<link>http://www.puttyq.com/blog/2009/reset-exchangelabs-outlook-live-password-via-powershell</link>
		<comments>http://www.puttyq.com/blog/2009/reset-exchangelabs-outlook-live-password-via-powershell#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:20:00 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Exchange 14]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=57</guid>
		<description><![CDATA[In some cases during provisioning of Exchangelabs accounts using the ExchangeLabs Management Agent (ELMA) you will get instances where the MA can not get the password set on the account in question. In this case you will get an exception stating that “The Password could not be set”. Note that the LiveID and mailbox has [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Calibri"><img style="border-bottom: 0px; border-left: 0px; margin: 10px 0px 20px; display: inline; border-top: 0px; border-right: 0px" title="OutlookLiveLogo" border="0" alt="OutlookLiveLogo" align="right" src="http://puttyq.com/blog/wp-content/uploads/2009/03/outlooklivelogo3.png" width="134" height="32" /> In some cases during provisioning of Exchangelabs accounts using the ExchangeLabs Management Agent (ELMA) you will get instances where the MA can not get the password set on the account in question. In this case you will get an exception stating that “The Password could not be set”. </font></p>
<p><font size="2" face="Calibri">Note that the LiveID and mailbox has been created, but there is just no password set on the account. For small deployment there is no issue just quickly logging onto the Windows Live Admin Centre and resetting the password from there; but when you have hundreds of thousands of email accounts this is not very practical. </font></p>
<p><font size="2" face="Calibri">In this case the best option is to use the “set-mailbox” powershell command. </font></p>
<blockquote><p><font size="2" face="Calibri">set-mailbox -identity user@domain.blah -password PassWord </font></p>
<p><font size="2" face="Calibri"></font></p>
</blockquote>
<p><font size="2" face="Calibri">Note that if you want to set a password with special characters if might be a good idea to enclose the password in single quotes.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2009/reset-exchangelabs-outlook-live-password-via-powershell/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling ExchangeLabs / Outlook Live Email forwarding or redirection</title>
		<link>http://www.puttyq.com/blog/2009/enabling-exchangelabs-outlook-live-email-forwarding-or-redirection</link>
		<comments>http://www.puttyq.com/blog/2009/enabling-exchangelabs-outlook-live-email-forwarding-or-redirection#comments</comments>
		<pubDate>Wed, 18 Mar 2009 10:18:00 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Exchange 14]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=56</guid>
		<description><![CDATA[Just a quick note. When setting up email forwarding or redirection on the client side (using rules) it is important to note that forwarding is disabled by default on ExchangeLabs tenants. You will be able to create rules, but these will never work until you enable forwarding for your domain. Log onto your tenant using [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Calibri"><img style="border-bottom: 0px; border-left: 0px; margin: 10px 10px 0px 30px; display: inline; border-top: 0px; border-right: 0px" title="OutlookLiveLogo" border="0" alt="OutlookLiveLogo" align="right" src="http://puttyq.com/blog/wp-content/uploads/2009/03/outlooklivelogo1.png" width="134" height="32" /> Just a quick note. When setting up email forwarding or redirection on the client side (using rules) it is important to note that forwarding is disabled by default on ExchangeLabs tenants. You will be able to create rules, but these will never work until you enable forwarding for your domain. </font></p>
<p><font size="2" face="Calibri">Log onto your tenant using the normal runspace creation methods and execution the following: </font></p>
<blockquote><p><font size="2" face="Calibri">set-remotedomain * -autoforwardenabled $true </font></p>
</p>
<p><font size="2" face="Calibri"></font></p>
</blockquote>
<p><font size="2" face="Calibri"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2009/enabling-exchangelabs-outlook-live-email-forwarding-or-redirection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Outlook Live (ExchangeLabs R3) &#8211; Part 2</title>
		<link>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-part-2</link>
		<comments>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-part-2#comments</comments>
		<pubDate>Mon, 16 Feb 2009 09:04:36 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Exchange 14]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=43</guid>
		<description><![CDATA[The following post continues from Announcing Outlook Live (ExchangeLabs R3) – Part 1 6. PowerShell v2.0 CTP3 is required for Outlook Live R3 – Customer Action Required In the current beta release of Outlook Live R2, administrators can use Windows PowerShell v2 and connect to an Exchange server remotely to perform some management tasks in [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Calibri"><img style="border-right-width: 0px; margin: 10px 10px 15px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="outlookLive" border="0" alt="outlookLive" align="right" src="http://puttyq.com/blog/wp-content/uploads/2009/02/outlooklive3.png" width="143" height="34" />The following post continues from Announcing Outlook Live (ExchangeLabs R3) – Part 1 </font></p>
<p><font size="2" face="Calibri"></font></p>
<p><font size="2"><font face="Calibri"><strong>6. PowerShell v2.0 CTP3 is required for Outlook Live R3</strong> – <font color="#ff0000"><em><strong>Customer Action Required</strong></em></font></font></font></p>
<blockquote><p><font size="2" face="Calibri">In the current beta release of Outlook Live R2, administrators can use Windows PowerShell v2 and connect to an Exchange server remotely to perform some management tasks in their organization.&#160; This requires downloading and installing Windows PowerShell v2 CTP2 and the WinRM 2.0 CTP2, from the connect site. </font><a href="http://technet.microsoft.com/en-us/exchangelabshelp/cc546278.aspx"><font size="2" face="Calibri">Instructions here</font></a><font size="2" face="Calibri">.        <br /></font></p>
<ul>
<li><font size="2" face="Calibri">With the release of Outlook Live R3, administrators will need to download and install the updated Windows PowerShell v2 CTP3 and WinRM 2.0 CTP3. </font><a href="http://help.outlook.com/en-us/140/cc546278.aspx"><font size="2" face="Calibri">Instructions here</font></a><font size="2" face="Calibri">.&#160; This new version has some changes to the syntax used, so review the technical documentation for instructions.&#160; Upgraded domains should begin using the new version of PowerShell by March 16.&#160; Administrators will know they are upgraded, by logging into the primary administrator account, and seeing the new Outlook Live branding in the web interface.</font> </li>
</ul>
</blockquote>
<p><font size="2" face="Calibri"></font></p>
<p><a name="IdentityLifecycle"><font size="2" face="Calibri"></font></a><b></b></p>
<p><font size="2"><font face="Calibri"><b>7. </b><b>Identity Lifecycle Management Agent for Outlook Live</b></font></font></p>
<blockquote><p><font size="2" face="Calibri">The Outlook Live Management Agent (MA) is being finalized and will be ready to support managed deployments&#160; in Q2 of CY2009.&#160; </font></p>
</blockquote>
<p><font size="2" face="Calibri"></font></p>
<p><a name="Additionalnewprivacy"><font size="2" face="Calibri"></font></a><b></b></p>
<p><b><font size="2" face="Calibri">8. Introducing exciting new Live@edu support changes</font></b></p>
<blockquote><p><font size="2" face="Calibri">We are happy to inform you of exciting changes in Customer Support now available for the Microsoft Live@edu program. </font></p>
<p><font size="2" face="Calibri">Highlights of the changes include:</font></p>
<ul>
<li><font size="2" face="Calibri">Support now available 24 hours a day, 7 days a week via phone or web (for IT Administrators and help desk personnel only)</font> </li>
<li><font size="2" face="Calibri">Simplified web interface now available for submission of support requests via the web (Access IDs are no longer required)</font> </li>
<li><font size="2" face="Calibri">Today our Live@edu customer support is 24&#215;7, phone based and free for an unlimited number of incidents. We are currently evaluating a paid support offering for our customers. We will continue to offer free support once the paid offering is available. This free model will have boundaries, unlike today.</font> </li>
</ul>
</blockquote>
<p><b><font size="2" face="Calibri"></font></b></p>
<p><font size="2" face="Calibri"><b></b></font></p>
<p><font size="2"><font face="Calibri"><b>9. </b><b>Additional new Organizational service plan, enabling new privacy features for schools, coming post-R3 of Outlook Live</b></font></font></p>
<blockquote><p><font size="2" face="Calibri">The Outlook Live Organizational Service Plan, including the following Outlook Live features, will be available at the beginning of April.&#160; We are in the process of upgrading our Live@edu Terms of Use, making it possible for us deliver these great features.</font></p>
</blockquote>
<table border="0" cellspacing="0" cellpadding="2" width="593">
<tbody>
<tr>
<td valign="top" width="200">
<p><font size="2"><font face="Calibri"><b>Privacy Features</b><b></b></font></font></p>
</td>
<td valign="top" width="391"><font size="2" face="Calibri"></font></td>
</tr>
<tr>
<td valign="top" width="200">
<p><b><font size="2" face="Calibri">Cross-Mailbox Search</font></b></p>
</td>
<td valign="top" width="391">
<p><font size="2" face="Calibri">New cross-mailbox search user interface enables compliance officers and HR to perform searches based on select e-mail attributes across the entire mail infrastructure.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="200">
<p><b><font size="2" face="Calibri">Delivery Reports</font></b></p>
</td>
<td valign="top" width="391">
<p><font size="2" face="Calibri">Flexible message tracking capability to search for message delivery status on e-mail sent to or from users in Outlook Live.&#160; A web-based user interface allows administrators to search for delivery reports by subject and within the last two weeks.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="200">
<p><b><font size="2" face="Calibri">Exchange Web Services</font></b></p>
</td>
<td valign="top" width="391">
<p><font size="2" face="Calibri">Access to Exchange data and functionality through universal web services.&#160; In this release, developers will now be able to impersonate users via Exchange Web Services.&#160; For example, when students register for a class, the system can send a recurring meeting request on behalf of the instructor of the course.</font></p>
</td>
</tr>
</tbody>
</table>
<p><a name="Newprivacyfeatures"><font size="2" face="Calibri"></font></a><b></b></p>
<p><font size="2"><font face="Calibri"><b>10. </b><b>Schools provisioned on Outlook Live R2 will need to sign a new Outlook Live Organization Terms of Use in order to activate the new privacy features – <font color="#ff0000"><em><strong>Customer Action Required</strong></em></font></b></font></font></p>
<blockquote><ul>
<li><font size="2" face="Calibri">All current customers will be required to sign a new Terms of Use in order for the privacy features available in Outlook Live R3, to be activated.</font> </li>
<li><font size="2" face="Calibri">Microsoft will send an e-mail, to the IT Administrator associated with the account, containing information regarding the new terms and links to a website where the new TOU can be accepted online. IT Administrators can expect to see this e-mail at the beginning of April.</font> </li>
<li><font size="2" face="Calibri">If your school chooses not accept the new&#160; terms of use, the Organizational service plan , including the mentioned above organizational terms of use, the privacy features mentioned above will not be available.</font> </li>
<li><font size="2" face="Calibri">We are creating a podcast around the new service which will be available prior to the launch of the TOU website in April.&#160; </font></li>
</ul>
</blockquote>
<p><font size="2" face="Calibri"></font></p>
<p><font size="2" face="Calibri"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Outlook Live (ExchangeLabs R3) &#8211; Part 1</title>
		<link>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-part-1</link>
		<comments>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-part-1#comments</comments>
		<pubDate>Sat, 14 Feb 2009 09:15:00 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Exchange 14]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=41</guid>
		<description><![CDATA[The changes have been in development for a while now and last week the Exchange team&#160; announced that the ExchangeLabs R3 upgrade will be starting very soon. As part of this upgrade there are many changes. The following post tries to outline and comment on some of these changes. 1. Exchange Labs is now called [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Calibri"><img style="border-right-width: 0px; margin: 10px 5px 10px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="outlookLive" border="0" alt="outlookLive" align="right" src="http://puttyq.com/blog/wp-content/uploads/2009/02/outlooklive2.png" width="143" height="34" />The changes have been in development for a while now and last week the Exchange team&#160; announced that the ExchangeLabs R3 upgrade will be starting very soon. As part of this upgrade there are many changes. The following post tries to outline and comment on some of these changes.</font></p>
<blockquote><p><font size="2"><font face="Calibri"><b>1. </b><b>Exchange Labs is now called “Outlook Live”</b></font></font></p>
<ul>
<li><font size="2" face="Calibri">Exchange Labs has a new name and it is now Microsoft Outlook Live. Click <b><a href="http://www.microsoft.com/presspass/press/2009/feb09/02-1220MLiveEduPR.mspx">HERE</a></b> for our Outlook Live announcement on Presspass. </font></li>
<li><font size="2" face="Calibri">New domains will be provisioned on R3 beginning on February 15<sup>th, </sup>2007<sup> </sup>.&#160; Upgrade of existing domains will be complete by the end of May. </font></li>
</ul>
</blockquote>
<p><font size="2" face="Calibri">The Outlook Live rename has been in the pipeline for a while and was hinted at in the Microsoft Live Service and Data centre Gen 4.0 strategy. In these promotional videos various live services was shown; including Outlook Live. Be assured that the Outlook Live rebrand is no accident and expect Outlook Live to be a integral part of the Office 14 Software + Service strategy. </font></p>
<p><font size="2" face="Calibri"></font></p>
<p><font size="2"><font face="Calibri"><b>2. </b><b>Great new features for students and IT Administrator coming in the Outlook Live R3 release</b></font></font></p>
<table border="0" cellspacing="0" cellpadding="2" width="599">
<tbody>
<tr>
<td valign="top" width="286">
<p><b><font size="2" face="Calibri">End-User Features/Functionality</font></b></p>
</td>
<td valign="top" width="311"><font size="2" face="Calibri"></font></td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Support for Safari and Firefox</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Users enjoy the great functionality they get in Outlook Live with Internet Explorer but sometimes want the flexibility to use other web browsers.&#160; Outlook Live Premium support will be available for IE 7+ as well as Firefox 3+ and Safari 3+ (MAC only).&#160; </font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Instant Messaging and Presence</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Outlook Live now contains instant messaging integrated into the web mail interface, connected to the Live Messenger Service (hosted).&#160; Using the colourful status indicator of another person, users can quickly decide if they should send an e-mail or just fire off a quick IM to get a fast response.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Conversation View</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Conversation View allows users to group conversation so that they can view messages in context and narrow the number of messages in their inbox that they must pay attention to</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Mailbox Aggregation</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Mailbox Aggregation allows users to aggregate other personal e-mail accounts within Outlook Live, giving users a single inbox experience.&#160; In this release, adding ability to aggregate Hotmail and POP accounts.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Live Header</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Addition of the Live header bar across the top of the Outlook Live web experience.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Improved Performance</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">The Outlook Live web performance is much improved in this release.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Branding</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Improved co-branding of school logo in the Live Header</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286"><font size="2" face="Calibri"></font></td>
<td valign="top" width="311"><font size="2" face="Calibri"></font></td>
</tr>
<tr>
<td valign="top" width="286">
<p><font size="2"><font face="Calibri"><b>IT Pro features/functionality</b><b></b></font></font></p>
</td>
<td valign="top" width="311"><font size="2" face="Calibri"></font></td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Closed Campus filter</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Closed Campus filter, an e-mail filter, set at the transport layer, allows an organization to ring fence communications within the domain.&#160; Moreover, simple exceptions can be added to this, allowing e-mail to/from select addresses outside the domain.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Ethical Firewall filter</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Ethical Firewall filter, an e-mail filter set at the transport layer, allows an organization to prevent e-mail communications between two pre-defined individuals or groups (e.g Senior High School students to Elementary School students)</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Bad Word Filters</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Bad Word filters, set at the transport layer, allows an organization to block e-mail communications containing a pre-defined set of bad words.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Exchange Management Shell</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">The Exchange Management Shell, a command-line interface, based on Windows PowerShell v2, allows administrators to automate routine and repetitive tasks.&#160; The Exchange Management Shell now supports remote access capabilities offered in Windows PowerShell v2.&#160; In this release, performance and reliability are greatly improved.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Exchange Control Panel</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Exchange Control Panel is a web management user interface giving administrators control of their organization.&#160; In this release, we have added cross-mailbox search and other administrative capabilities.</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Segmented Address Book</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Outlook Live will no longer provide the option for a Segmented address book. You’re school may hide/unhide users through mailbox plans </font><a href="http://help.outlook.com/en-us/140/dd229067.aspx"><font size="2" face="Calibri">http://help.outlook.com/en-us/140/dd229067.aspx</font></a><font size="2" face="Calibri"> .</font></p>
</td>
</tr>
<tr>
<td valign="top" width="286">
<ul>
<li><font size="2"><font face="Calibri"><b>Proxy Address Support</b> </font></font></li>
</ul>
</td>
<td valign="top" width="311">
<p><font size="2" face="Calibri">Proxy Address Support allows an administrator to configure alternate e-mail addresses for each mailbox.&#160; For example, </font><a href="mailto:student34587@school.edu"><font size="2" face="Calibri">student34587@school.edu</font></a><font size="2" face="Calibri"> can have a proxy address of </font><a href="mailto:john.doe@school.edu"><font size="2" face="Calibri">john.doe@school.edu</font></a><font size="2" face="Calibri">.&#160; In this release, users can now set the &quot;from&quot; address using a proxy address, when sending an e-mail.</font></p>
</td>
</tr>
</tbody>
</table>
<p><font size="2" face="Calibri"><b></b></font></p>
<p><font size="2"><font face="Calibri"><b>3. </b><b>Users will now access Outlook Live via Outlook.com – <font color="#ff0000"><em><strong>Customer Action Required</strong></em></font></b></font></font></p>
<blockquote><p><font size="2" face="Calibri">As part of the R2-&gt;R3 upgrade, the domain name for Exchange Labs is being updated to Outlook.com.&#160; Web access to Outlook Live is now via </font><a href="https://www.outlook.com/"><font size="2" face="Calibri">https://www.outlook.com</font></a><font size="2" face="Calibri">&#160; (Please note &#8211; Students using OWA may still get their mail by going to www. exchangelabs.com)</font></p>
<p><font size="2" face="Calibri">As part of this switch, we have seen isolated connectivity issues. This does not affect connectivity via Outlook Web Access, but it does for some POP/IMAP clients, some ActiveSync users, and some Outlook users. If your users are having connectivity problems, please have them take the following steps:</font></p>
<ul>
<li><font size="2"><font face="Calibri"><b>For POP/IMAP clients</b>:&#160; For downloading mail, change the server name used for POP and IMAP to outlook.com.&#160; To find the outgoing SMTP server name, sign in to Outlook Live through a web browser as you normally do.&#160;&#160; After logging in, look at the address in the address bar in your browser. </font></font><br />
<table border="0" cellspacing="0" cellpadding="2" width="514">
<tbody>
<tr>
<td valign="top" width="331">
<p align="left"><u><font size="2" face="Calibri">OWA Address Starts with: </font></u></p>
</td>
<td valign="top" width="181"><u><font size="2" face="Calibri">Use SMTP server name:</font></u></td>
</tr>
<tr>
<td valign="top" width="331">
<p><font size="2" face="Calibri">bl2prd01 or pod51000&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font></p>
<p><font size="2" face="Calibri">db2prd01 or pod51002&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font></p>
<p><font size="2" face="Calibri">sinprd01 or pod51003&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font></p>
</td>
<td valign="top" width="181">
<p><font size="2" face="Calibri">pod51000.outlook.com </font></p>
<p><font size="2" face="Calibri">pod51002.outlook.com </font></p>
<p><font size="2" face="Calibri">pod51003.outlook.com </font></p>
</td>
</tr>
</tbody>
</table>
</li>
<li><font size="2"><font face="Calibri"><b>For ActiveSync-based clients</b> (Windows Mobile, iPhone and others):&#160; If you are having connectivity issues, change your server name to m.outlook.com. </font></font></li>
<li><font size="2"><font face="Calibri"><b>For Outlook</b>, if you are using an Exchange (MAPI) account to connect to Outlook Live, go to Tools-&gt;Account Settings and select the &quot;E-mail&quot; tab.&#160; Use the “Repair” button on the account to initiate Outlook’s server discovery process.&#160; During this process, you may prompted to receive server configuration from </font></font><a href="https://autodiscover-s.outlook.com/autodiscover/autodiscover.xml"><font size="2" face="Calibri">https://autodiscover-s.outlook.com/autodiscover/autodiscover.xml</font></a><font size="2" face="Calibri">, which you should accept.&#160; After completing this process, restart Outlook.&#160; </font></li>
</ul>
<p><b><i><font size="2" face="Calibri">Note</font></i></b></p>
<p><font size="2" face="Calibri">If these steps do not get you or your users reconnected to Outlook Live, please contact support.&#160; Additional information can be found at </font><a href="http://help.outlook.com/"><font size="2" face="Calibri">http://help.outlook.com</font></a><font size="2" face="Calibri">. </font></p>
</blockquote>
<p><font size="2" face="Calibri"><b></b></font></p>
<p><font size="2"><font face="Calibri"><b>4. </b><b>Important co-branding changes will impact your Outlook Live environment – <font color="#ff0000"><em><strong>Customer Action Required</strong></em></font></b></font></font></p>
<blockquote><p><font size="2" face="Calibri">With the release of Outlook Live R3, there will be changes to the co-branding that users will see in Outlook Live.&#160; The following changes will happen to co-branding in the web interface:</font></p>
<ul>
<li><font size="2" face="Calibri">Instead of co-branding appearing in the top centre of the Outlook Live web UI, as a small image, co-branding will now appear in the top left, as a slightly larger image. </font></li>
<li><font size="2" face="Calibri">Colour schemes will be temporarily removed from Outlook Live at the beginning of the R3 upgrade and will return in the 2<sup>nd</sup> half of 2009.</font> </li>
</ul>
<p><font size="2"><font face="Calibri"><b><i>Note</i></b> &#8211; Between February 11 and February 26, administrators will be unable to make changes to co-branding in the Windows Live Domains manager (</font></font><a href="http://domains.live.com/"><font size="2" face="Calibri">http://domains.live.com</font></a><font size="2" face="Calibri">).&#160; This is due to the upgrades we are making in the co-branding interface.</font></p>
</blockquote>
<p><font size="2" face="Calibri">The co-branding issue encountered in the R2-R3 upgrade will cause some inconvenience to customers, but Microsoft has introduced changes in the co-branding mechanism to mitigate this issue in the R3-beyond upgrades. This means that as mailboxes move from one POD to another during an upgrade cycle they will be able to present branding for both mailboxes (that are left on the ‘old’ POD and those that already moved to the new one). This co-existent branding does not current exist in R2, thus the issue.</font></p>
<p><font size="2" face="Calibri"></font></p>
<p><font size="2"><font face="Calibri"><b>5. </b><b>Windows Live Custom Domains (WLCD) provisioning API is being retired – <font color="#ff0000"><em><strong>Customer Action Required</strong></em></font></b></font></font></p>
<blockquote><p><font size="2" face="Calibri">The Windows Live Custom Domains provisioning API will soon be retired. CSVimport, the bulk command-line import tool for administrators to import/provision large numbers of mailboxes into Outlook Live will be retired as well. (CSVImport uses the WLCD provisioning API)</font></p>
<p><b><i><font size="2" face="Calibri"></font></i></b></p>
<p><b><i><font size="2" face="Calibri">Note</font></i></b></p>
<ul>
<li><font size="2"><font face="Calibri"><b><i>Any new domain</i></b> provisioned on Outlook Live will <b><i>NOT</i></b> be able to use WLCD provisioning API (CSVimport). New customers will need to begin using PowerShell for automation scripts or, could begin using Identity Lifecycle Manager agent when available. </font></font></li>
<li><font size="2"><font face="Calibri"><b><i>Existing domains provisioned prior to February 15<sup>th</sup></i></b> <b><i>will</i></b> be able to continue using WLCD API until May 15<sup>th</sup>, 2009. </font></font></li>
</ul>
</blockquote>
<p><font size="2" face="Calibri">Customers that currently use the CSVImport mechanism needs to take action in order to mitigate service disruptions. These customers will need to move to a Powershell or Identity Lifecycle Manager 2007 provisioning mechanism.</font></p>
<p><font size="2" face="Calibri">&#160;</font></p>
<p><font size="2" face="Calibri">This post continues in Part 2</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Outlook Live (ExchangeLabs R3) &#8211; Introduction</title>
		<link>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-introduction</link>
		<comments>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-introduction#comments</comments>
		<pubDate>Sat, 14 Feb 2009 09:01:00 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Exchange 14]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=39</guid>
		<description><![CDATA[On Saturday the Microsoft Exchange team announced the upgrade of ExchangeLabs R3 which is scheduled to start shortly. As part of this upgrade some significant changes will be introduced to the ExchangeLabs service (now known as Outlook Live). One of the most significant changes in the inclusion of staff / faulty and alumni in the [...]]]></description>
			<content:encoded><![CDATA[<p><b><font size="2" face="Calibri"></font></b></p>
<p><font size="2" face="Calibri"><font size="2" face="Calibri"><img style="border-right-width: 0px; margin: 15px 5px 15px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="outlookLive" border="0" alt="outlookLive" align="right" src="http://puttyq.com/blog/wp-content/uploads/2009/02/outlooklive1.png" width="143" height="34" /></font>On Saturday the Microsoft Exchange team announced the upgrade of ExchangeLabs R3 which is scheduled to start shortly. As part of this upgrade some significant changes will be introduced to the ExchangeLabs service (now known as Outlook Live).</font></p>
<p><font size="2" face="Calibri">One of the most significant changes in the inclusion of staff / faulty and alumni in the Outlook Live offering. Up to now the offering was only available to alumni and students.</font></p>
<p><font size="2" face="Calibri">Additionally there are many other changes. The following few posts looks at the Microsoft press release and comments on the various changes.</font></p>
<p><b><font size="2" face="Calibri">Top 10 Things you’ll need to know about Outlook Live R3 </font></b></p>
<ol>
<li><font size="2" face="Calibri">Exchange Labs is now called “Outlook Live”</font> </li>
<li><font size="2" face="Calibri">Introducing exciting new Live@edu support changes</font> </li>
<li><font size="2" face="Calibri">Great new features for students and IT Administrators coming in the Outlook Live R3 release</font> </li>
<li><font size="2"><font face="Calibri">Users will now access Outlook Live via Outlook.com <i><strong><font color="#ff0000">Action Required</font></strong></i></font></font> </li>
<li><font size="2"><font face="Calibri">Important co-branding changes will impact your Outlook Live environment <i><strong><font color="#ff0000">Action Required</font></strong></i></font></font> </li>
<li><font size="2"><font face="Calibri">Windows Live Custom Domains (WLCD) provisioning API is being retired <b><i></i></b><i><strong><font color="#ff0000">Action Required</font></strong></i></font></font> </li>
<li><font size="2"><font face="Calibri">PowerShell v2.0 CTP3 is required for Outlook Live R3 <i><strong><font color="#ff0000">Action Required</font></strong></i></font></font> </li>
<li><font size="2" face="Calibri">Identity Lifecycle Management Agent for Outlook Live</font> </li>
<li><font size="2" face="Calibri">Additional new Organizational Service Plan enabling privacy features for schools coming post-R3 of Outlook Live</font> </li>
<li><font size="2"><font face="Calibri">&#160; New privacy features require schools to sign new Terms of Use <i><strong><font color="#ff0000">Action Required</font></strong></i></font></font> </li>
</ol>
<ol><font size="2" face="Calibri">Please refer to Part 1 and Part 2 for further information regarding these changes.</font></ol>
<ol><font size="2" face="Calibri"></font></ol>
<p><strong><font size="2" face="Calibri">Important:</font></strong></p>
<blockquote><p><b><font size="2" face="Calibri">This email provides information about Outlook Live R3, as well as specific actions that IT administrators will need to take. </font></b></p>
<p><font size="2"><font face="Calibri"><b><i>Please Note</i></b> &#8211; If your IT administrator has questions regarding the actions that are required, please call one of our support telephone lines for assistance. </font></font></p>
</blockquote>
<p><font size="2" face="Calibri"></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2009/announcing-outlook-live-exchangelabs-r3-introduction/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Outlook Live – Video</title>
		<link>http://www.puttyq.com/blog/2009/announcing-outlook-live-video</link>
		<comments>http://www.puttyq.com/blog/2009/announcing-outlook-live-video#comments</comments>
		<pubDate>Fri, 13 Feb 2009 09:00:00 +0000</pubDate>
		<dc:creator>Almero</dc:creator>
				<category><![CDATA[ExchangeLabs]]></category>
		<category><![CDATA[Outlook Live]]></category>
		<category><![CDATA[Exchange 14]]></category>

		<guid isPermaLink="false">http://puttyq.com/blog/?p=37</guid>
		<description><![CDATA[As part of the new Outlook Live launch (ExchangeLabs R3 upgrade) the following video has been released. This shows a few new features, but probably one of the most anticipated ones is the cross browser experience – that now supports Safari (Mac), Firefox and IE. Check it out at : http://edge.technet.com/Media/Introducing-Outlook-Live/ The following three posts [...]]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Calibri"><img style="border-bottom: 0px; border-left: 0px; margin: 10px 10px 10px 15px; display: inline; border-top: 0px; border-right: 0px" title="outlookLive" border="0" alt="outlookLive" align="right" src="http://puttyq.com/blog/wp-content/uploads/2009/02/outlooklive.png" width="143" height="34" /> As part of the new Outlook Live launch (ExchangeLabs R3 upgrade) the following video has been released. This shows a few new features, but probably one of the most anticipated ones is the cross browser experience <img src='http://www.puttyq.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  – that now supports Safari (Mac), Firefox and IE.</font></p>
<p><font size="2" face="Calibri">Check it out at : </font><a title="http://edge.technet.com/Media/Introducing-Outlook-Live/" href="http://edge.technet.com/Media/Introducing-Outlook-Live/"><font size="2" face="Calibri">http://edge.technet.com/Media/Introducing-Outlook-Live/</font></a></p>
<p><font size="2" face="Calibri">The following three posts will explore the press release and new features in greater detail.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.puttyq.com/blog/2009/announcing-outlook-live-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

