<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://outlookliveanswers.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>Discussions</title><link>http://outlookliveanswers.com/forums/11.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title> Disable a  Windows Live ID</title><link>http://outlookliveanswers.com/forums/thread/19287.aspx</link><pubDate>Thu, 02 Sep 2010 21:57:54 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:19287</guid><dc:creator>R J</dc:creator><slash:comments>4</slash:comments><comments>http://outlookliveanswers.com/forums/thread/19287.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=19287</wfw:commentRss><description>&lt;p&gt;Hello All, &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Our project is making progress. Thank to all contributors for sharing their insights. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;For some reason we would like to disable not only mailbox but also other windows services (skydrive, docs,etc) Is is possible to disable a windows live id for some time, so that user can be prevented from login to other live services. Is there any&amp;nbsp; other way to prevent/disable a user from accessing all other services ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you. &lt;/p&gt;
&lt;p&gt;RJ&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Collaborative Tools &amp; Groups</title><link>http://outlookliveanswers.com/forums/thread/19317.aspx</link><pubDate>Fri, 03 Sep 2010 17:49:23 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:19317</guid><dc:creator>nikkol.bauer</dc:creator><slash:comments>0</slash:comments><comments>http://outlookliveanswers.com/forums/thread/19317.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=19317</wfw:commentRss><description>&lt;p&gt;Not sure if this is the right place to ask this, but we are starting to use the Collaborative Tools (Office, Groups, etc.)&lt;/p&gt;
&lt;p&gt;First these features are extremely slow.&amp;nbsp; At times, unusable with every new page timing out.&lt;/p&gt;
&lt;p&gt;Second, when sending out invites to a Group, the invite is being sent in Chinese.&amp;nbsp; I cannot see any place to change language.&lt;/p&gt;
&lt;p&gt;Can someone help me with these issues?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Types of schools eligible to use Microsoft Live@edu</title><link>http://outlookliveanswers.com/forums/thread/14996.aspx</link><pubDate>Tue, 18 May 2010 23:05:27 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:14996</guid><dc:creator>scravens</dc:creator><slash:comments>4</slash:comments><comments>http://outlookliveanswers.com/forums/thread/14996.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=14996</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m just wondering what types of schools are eligible to use Microsoft &lt;a href="mailto:Live@edu"&gt;Live@edu&lt;/a&gt;.&amp;nbsp;Is it only universities? I home school 5 kids. We&amp;#39;d love to use the service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Pass Multiple Attribute to a parameter programatically </title><link>http://outlookliveanswers.com/forums/thread/18644.aspx</link><pubDate>Mon, 23 Aug 2010 14:56:56 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:18644</guid><dc:creator>R J</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/18644.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=18644</wfw:commentRss><description>&lt;p&gt;Hi Pals,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; While creating a user programatically, I need to create a proxy address for a user.&amp;nbsp; so I am passing multiple attribute in program to powershell. Following is the except from my program.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ECS_Command = &amp;quot;Set-Mailbox&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ECS_Parameter_count = 2&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ECS_Parameter_Name(0) = &amp;quot;Identity&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ECS_Parameter_Value(0) = in_email&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ECS_Parameter_Name(1) = &amp;quot;EmailAddresses&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ECS_Parameter_Value(1) = in_email &amp;amp; &amp;quot;,&amp;quot; &amp;amp; in_proxy_email@mylivedomain.edu&amp;quot;&lt;/p&gt;
&lt;p&gt;But getting the following Error.&amp;nbsp; I know there should be a way around to pass the multiple attribute to a parameter. if anyone&amp;nbsp; knows please share your insights.&amp;nbsp; I am using VB for this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;b&gt;err = {&amp;quot;Cannot process argument transformation on parameter &amp;#39;EmailAddresses&amp;#39;. Cannot convert value &amp;quot;oydin.uzakova@email.mydomain.edu,oydin.uzakova@livemailtest.mydomain.edu&amp;quot; to type &amp;quot;Microsoft.Exchange.Data.ProxyAddressCollection&amp;quot;. Error: &amp;quot;The address &amp;#39;oydin.uzakov...&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can't access Admin Forums!! HELP! :)</title><link>http://outlookliveanswers.com/forums/thread/18768.aspx</link><pubDate>Tue, 24 Aug 2010 22:24:42 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:18768</guid><dc:creator>Brandon Russell</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/18768.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=18768</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve already posted many messages to the Admin Forums here on OLA. However now my account cannot reply or create to those forums. I&amp;#39;ve tried contacting &lt;a href="mailto:ola@microsoft.com"&gt;ola@microsoft.com&lt;/a&gt; according to a post I&amp;#39;ve read here. I get a message back stating that the address no longer exists from microsoft. Can someone PM me so that I can get this issue resolved?? I have a question to ask on one of posts I started&amp;nbsp;and i&amp;#39;ve been unable to for several days now.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I programmatically access Live@EDU using C#?</title><link>http://outlookliveanswers.com/forums/thread/18046.aspx</link><pubDate>Fri, 13 Aug 2010 00:52:45 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:18046</guid><dc:creator>Daniel Garcia</dc:creator><slash:comments>4</slash:comments><comments>http://outlookliveanswers.com/forums/thread/18046.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=18046</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m currently maintaining our campuses email addresses using Powershell, and we&amp;#39;re slowly migrating our systems to use FIM as a unification source.&lt;/p&gt;
&lt;p&gt;My question is this: what is the best practice to access and manipulate user accounts using C#-- either natively, or via a Powershell wrapper? I need to get a unified password reset tool operational ASAP, and I need to find the best solution to get this integrated.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>June 2010 Release? R5?</title><link>http://outlookliveanswers.com/forums/thread/15092.aspx</link><pubDate>Thu, 20 May 2010 20:46:08 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:15092</guid><dc:creator>Gordon College</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/15092.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=15092</wfw:commentRss><description>&lt;p&gt;Can anyone offer information on what features will be changing or updated with the June 2010 release?&amp;nbsp; We&amp;#39;re planning to migrate our users to Outlook Live in mid June, and are wondering if there will be significant changes&amp;nbsp;that may change our migration strategy.&amp;nbsp;&amp;nbsp;Any information would be greatly appreciated.&amp;nbsp; Thanks!&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Live@edu Meta Web Service</title><link>http://outlookliveanswers.com/forums/thread/12650.aspx</link><pubDate>Mon, 08 Mar 2010 19:20:48 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:12650</guid><dc:creator>Anton Mamichev</dc:creator><slash:comments>5</slash:comments><comments>http://outlookliveanswers.com/forums/thread/12650.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=12650</wfw:commentRss><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;We&amp;#39;ve faced with difficulties of combining all 4 technologies used in &lt;a href="mailto:Live@edu"&gt;Live@edu&lt;/a&gt; - PowerShell, Exchange Web Services, Single Sign-On, Windows Live Admin Center.&lt;/p&gt;
&lt;p&gt;For every technology you have to write tons of code - create and maintain pipeline for PS, create and store connection to EWS, request and form URL for SSO, operate with limited functions of WLAC.&lt;/p&gt;
&lt;p&gt;For all those technologies you had to know a lot of things, make lots of settings and have a number of classes.&lt;/p&gt;
&lt;p&gt;Another problem was multiplatform support. Even though I&amp;#39;ve made 3 of 4 technologies on PHP (&lt;a href="http://phpsso.codeplex.com"&gt;http://phpsso.codeplex.com&lt;/a&gt;) I wasn&amp;#39;t able to run PowerShell in PHP and many of my projects were stuck.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s why we&amp;#39;ve decided to create one single bundle of all technologies and optimize work with that. &lt;/p&gt;
&lt;p&gt;The result is here - &lt;a href="http://laemws.codeplex.com"&gt;http://laemws.codeplex.com&lt;/a&gt; . &lt;/p&gt;
&lt;p&gt;Just imagine:&lt;/p&gt;
&lt;p&gt;1. Connect to webservice&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst" style="line-height:normal;text-indent:-18pt;margin:0cm 0cm 0pt 72pt;mso-add-space:auto;mso-list:l0 level2 lfo1;mso-layout-grid-align:none;"&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Consolas;"&gt;&lt;span style="mso-list:Ignore;"&gt;a.&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas;color:#2b91af;font-size:9.5pt;"&gt;laemws&lt;/span&gt;&lt;span style="font-family:Consolas;font-size:9.5pt;"&gt; ws = &lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;laemws&lt;/span&gt;();&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast" style="line-height:normal;text-indent:-18pt;margin:0cm 0cm 0pt 72pt;mso-add-space:auto;mso-list:l0 level2 lfo1;mso-layout-grid-align:none;"&gt;&lt;span lang="EN-US" style="font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Consolas;mso-ansi-language:EN-US;"&gt;&lt;span style="mso-list:Ignore;"&gt;b.&lt;span style="font:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-US" style="font-family:Consolas;font-size:9.5pt;mso-ansi-language:EN-US;"&gt;ws.Credentials = &lt;span style="color:blue;"&gt;new&lt;/span&gt; System.Net.&lt;span style="color:#2b91af;"&gt;NetworkCredential&lt;/span&gt;(&lt;span style="color:#a31515;"&gt;&amp;quot;user&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515;"&gt;&amp;quot;Pa$$w0rd&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515;"&gt;&amp;quot;localhost&amp;quot;&lt;/span&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;2. Get URL for Outlook Live&lt;/p&gt;
&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;color:blue;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;string&lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt; &lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;ol&lt;/span&gt;&lt;span style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt; = &lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;ws&lt;/span&gt;&lt;span style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt;.&lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;SSO&lt;/span&gt;&lt;span style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt;_&lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;GetUrl&lt;/span&gt;&lt;span style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt;(&lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;email&lt;/span&gt;&lt;span style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt;, &lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;color:#2b91af;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;RedirectType&lt;/span&gt;&lt;span style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt;.&lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:EN-US;mso-bidi-language:AR-SA;"&gt;OutlookLive&lt;/span&gt;&lt;span style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-fareast-language:EN-US;mso-ansi-language:RU;mso-bidi-language:AR-SA;"&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;3. Get amount of unread messages&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span lang="EN-US" style="font-family:Consolas;color:#2b91af;font-size:9.5pt;mso-ansi-language:EN-US;"&gt;Int&lt;/span&gt;&lt;span lang="EN-US" style="font-family:Consolas;font-size:9.5pt;mso-ansi-language:EN-US;"&gt; mi = ws.EWS_Email_GetCount(email).unread;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;4. Change primary SMTP of mailbox&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-ansi-language:EN-US;"&gt;ws.PS_Execute(&lt;span style="color:#a31515;"&gt;&amp;quot;%{Invoke-Command -Session $rs {Set-Mailbox &lt;a href="mailto:emailold@contoso.com"&gt;emailold@contoso.com&lt;/a&gt; -EmailAddresses &lt;/span&gt;&lt;/span&gt;&lt;a href="mailto:emailnew@contoso.com}}"&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-ansi-language:EN-US;"&gt;&lt;span style="color:#0000ff;"&gt;emailnew@contoso.com}}&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;color:#a31515;font-size:9.5pt;mso-ansi-language:EN-US;"&gt;&amp;quot;&lt;/span&gt;&lt;span lang="EN-US" style="line-height:115%;font-family:Consolas;font-size:9.5pt;mso-ansi-language:EN-US;"&gt;);&lt;/span&gt;&lt;span lang="EN-US" style="mso-ansi-language:EN-US;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;And that&amp;#39;s it. The WebService has web-based management interface and allows to host multiple users/organizations/sites/certificates/domains on one server basing on Windows security to restrict access. Just refer to manual at codeplex to find out how to setup and use it.&lt;/p&gt;
&lt;p&gt;We would really appreciate for any help - using the solution, testing and advices on optimization.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to combine PHP applications with Microsoft Live @ edu?</title><link>http://outlookliveanswers.com/forums/thread/17890.aspx</link><pubDate>Wed, 11 Aug 2010 07:53:09 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:17890</guid><dc:creator>diana</dc:creator><slash:comments>2</slash:comments><comments>http://outlookliveanswers.com/forums/thread/17890.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=17890</wfw:commentRss><description>&lt;p&gt;&lt;span id="result_box" class="long_text"&gt;&lt;span&gt;I 
already have a university LMS built with PHP, is it possible to combine 
it with Microsoft Live @ edu? &lt;/span&gt;&lt;span&gt;Is it possible to 
make Microsoft Live @ edu accounts for our students through our LMS 
applications? &lt;/span&gt;&lt;span&gt;Please help because we are very 
interested in the facilities offered in the Microsoft Live @ edu but 
also want to still use the business process in our LMS.&lt;/span&gt;&lt;/span&gt;&lt;span id="result_box" class="long_text"&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is it possible to set default regional settings for my organization?</title><link>http://outlookliveanswers.com/forums/thread/16756.aspx</link><pubDate>Tue, 13 Jul 2010 23:28:55 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:16756</guid><dc:creator>ryanez</dc:creator><slash:comments>7</slash:comments><comments>http://outlookliveanswers.com/forums/thread/16756.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=16756</wfw:commentRss><description>&lt;p&gt;When logging in for the first time I would like to set the default time zone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>After getting the NET_BUFFER's data via "MmGetSystemAddressForMdlSafe", how to determine the kind of packets (ARP, DHCP, etc) that the data contains?</title><link>http://outlookliveanswers.com/forums/thread/17574.aspx</link><pubDate>Thu, 05 Aug 2010 02:05:59 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:17574</guid><dc:creator>xmaspaul</dc:creator><slash:comments>0</slash:comments><comments>http://outlookliveanswers.com/forums/thread/17574.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=17574</wfw:commentRss><description>&lt;p&gt;after getting the NET_BUFFER&amp;#39;s data via &amp;quot;MmGetSystemAddressForMdlSafe&amp;quot;, how to determine the kind of packets (ARP, DHCP, etc) that the data contains?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can i implement the interface INetFwOpenPort in c#</title><link>http://outlookliveanswers.com/forums/thread/17390.aspx</link><pubDate>Mon, 02 Aug 2010 10:59:52 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:17390</guid><dc:creator>vkartik</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/17390.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=17390</wfw:commentRss><description>&lt;p&gt;How can i implement the interface INetFwOpenPort in c# i want to create two calsses one for TCP and one for udp which will return properties for the specified. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Regional Settings via ILM?</title><link>http://outlookliveanswers.com/forums/thread/17131.aspx</link><pubDate>Tue, 27 Jul 2010 14:18:43 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:17131</guid><dc:creator>DodyaTN</dc:creator><slash:comments>4</slash:comments><comments>http://outlookliveanswers.com/forums/thread/17131.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=17131</wfw:commentRss><description>&lt;p&gt;Is it possible to set the Regional Settings via attributes derived from ILM/OLSync?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If not, has anyone created a PS script to loop through a csv file of accounts to set this?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ads on Windows Live Messenger</title><link>http://outlookliveanswers.com/forums/thread/11864.aspx</link><pubDate>Tue, 16 Feb 2010 19:19:30 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:11864</guid><dc:creator>chainakpiban</dc:creator><slash:comments>2</slash:comments><comments>http://outlookliveanswers.com/forums/thread/11864.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=11864</wfw:commentRss><description>&lt;p&gt;I am now receiving advertisements on my Windows Live Messenger.&amp;nbsp; As far as I (thought) know, our Live@Edu Suite is supposed to be ad-free.&amp;nbsp; Am I correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Initital Password - Galsync R4 v2</title><link>http://outlookliveanswers.com/forums/thread/16486.aspx</link><pubDate>Wed, 07 Jul 2010 16:27:44 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:16486</guid><dc:creator>SynetAd</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/16486.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=16486</wfw:commentRss><description>&lt;p&gt;I am using Galsync R4 v2 and tried using &amp;quot;MVInitialPasswordAttributeName&amp;quot; to set the initial password.&lt;br /&gt;&lt;br /&gt;i chose extensionAttribute13 as the value to MVInitialPasswordAttributeName parameter.&lt;br /&gt;&lt;br /&gt;My flow rule flows this to customAttribute13 on hosted and Onpremise MAs&lt;br /&gt;&lt;br /&gt;But it doesn&amp;#39;t work, Help please?&lt;br /&gt;&lt;br /&gt;is this version Galsync R4 v2 even support it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Variables in CustomAttribute are case sensitive?</title><link>http://outlookliveanswers.com/forums/thread/11198.aspx</link><pubDate>Tue, 02 Feb 2010 14:58:24 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:11198</guid><dc:creator>CarUniversity</dc:creator><slash:comments>3</slash:comments><comments>http://outlookliveanswers.com/forums/thread/11198.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=11198</wfw:commentRss><description>&lt;p&gt;i make the CustomAttribute1 = students, but is the same Students?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>European datacenter mailbox availability today</title><link>http://outlookliveanswers.com/forums/thread/16108.aspx</link><pubDate>Fri, 25 Jun 2010 10:21:35 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:16108</guid><dc:creator>Kate - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://outlookliveanswers.com/forums/thread/16108.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=16108</wfw:commentRss><description>&lt;p&gt;We have resolved an issue in the European datacenter that began at 7:23 a.m. UTC today and lasted for approximately 1-1/2 hours. Service was restored at 8:56 a.m. UTC. During this time, some users were unable to access their mailbox. The problem was isolated to a single database and is now resolved. Thank you for patience while we worked to identify and correct the issue. If you are continuing to experience any issues, please contact support.&lt;/p&gt;
&lt;p&gt;Exchange Customer Experience&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>iPhone OS 4 should benefit Live@Edu users</title><link>http://outlookliveanswers.com/forums/thread/13835.aspx</link><pubDate>Fri, 09 Apr 2010 13:56:05 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:13835</guid><dc:creator>Brien</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/13835.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=13835</wfw:commentRss><description>&lt;p&gt;Per Apple&amp;#39;s web site:&lt;/p&gt;
&lt;h3&gt;&lt;em&gt;Improved Mail&lt;/em&gt;&lt;/h3&gt;
&lt;p&gt;&lt;em&gt;iPhone OS 4 allows users to set up multiple Exchange Active Sync accounts and now works with Exchange Server 2010.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I see a couple of benefits. Let&amp;#39;s say you have a Gmail account and you use Exchange Active Sync to pull in Google contacts and calendar. With the current iPhone OS you cannot also setup Live@Edu to use Exch Active Sync -- only one can exist at a time. In OS 4, you will be able to use it for &lt;strong&gt;both&lt;/strong&gt; personal and school accounts. That&amp;#39;s great.&lt;/p&gt;
&lt;p&gt;Second, I had no problem setting up Live@Edu mail on iPhone OS 3,&amp;nbsp;yet many have reported here that the m.outlook.com server name does not work. Perhaps with the new compatibility with Exchange 2010 we&amp;#39;ll see those kinds of issues disappear.&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s keep our fingers crossed. Brien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How can I close off "Spaces" so bots can't spam our school?</title><link>http://outlookliveanswers.com/forums/thread/15556.aspx</link><pubDate>Mon, 07 Jun 2010 14:34:19 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:15556</guid><dc:creator>Chai</dc:creator><slash:comments>0</slash:comments><comments>http://outlookliveanswers.com/forums/thread/15556.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=15556</wfw:commentRss><description>&lt;p&gt;Many of our students are getting spammed via Windows Live Spaces.&amp;nbsp; Bots (or real people) are posting notes on profiles and sending invitations and requests.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;How can I close off our Spaces to only &amp;quot;Our Network&amp;quot; for my entire school?&amp;nbsp; I know each person can change these settings invidivually but I would like to do this across the entire domain so that students and admin aren&amp;#39;t getting invites for porn sessions = )&lt;/p&gt;
&lt;p&gt;(screenshot below)&lt;/p&gt;
&lt;p&gt;&lt;img src="http://ohsmoodle.cusd.com/keeler/live_spam.png" style="max-width:550px;" border="0" alt="" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Has anyone setup OLSync to sync from a Banner system.</title><link>http://outlookliveanswers.com/forums/thread/14536.aspx</link><pubDate>Tue, 04 May 2010 17:49:24 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:14536</guid><dc:creator>mgibson</dc:creator><slash:comments>3</slash:comments><comments>http://outlookliveanswers.com/forums/thread/14536.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=14536</wfw:commentRss><description>&lt;p&gt;I have OLsync setup to connect to my AD right now. I was wondering if anyone has set it up to connect into their Banner system instead. I am either going to do that or try and get Banner to connect to my AD to import accounts. I would like to do this to import the accounts. I know of the way to do it with Luminis and I might try that way as all the accounts are in there already. I am just trying to figure out the best way to do this. I might work on getting Luminis to connect to my AD to import accounts.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mark Gibson&lt;/p&gt;
&lt;p&gt;Taft College&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>MiniportDirectOidRequest handler function not working?</title><link>http://outlookliveanswers.com/forums/thread/15453.aspx</link><pubDate>Thu, 03 Jun 2010 00:40:49 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:15453</guid><dc:creator>smallbi</dc:creator><slash:comments>0</slash:comments><comments>http://outlookliveanswers.com/forums/thread/15453.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=15453</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m developing an IPsecOV2 Ndis minport driver. I&amp;nbsp;report and enable my NIC IPsecOV2 capabilities with NDIS_MINIPORT_ADAPTER_OFFLOAD_ATTRIBUTES during &lt;a href="http://msdn.microsoft.com/en-us/library/ff559389(v=VS.85).aspx"&gt;&lt;em&gt;&lt;span style="color:#1364c4;"&gt;MiniportInitializeEx&lt;/span&gt;&lt;/em&gt;&lt;/a&gt;&amp;nbsp;(using NDIS 6.20 structure),&amp;nbsp;and also&amp;nbsp;enable system firewall and security for IPsec connections, but, there is no any incoming&amp;nbsp;message to call direct&amp;nbsp;OID handler functions.&amp;nbsp;&amp;nbsp;Have anyone know how to make NDIS call my &lt;a href="http://help.outlook.com/en-us/140/ff559371(v=VS.85).aspx"&gt;&lt;em&gt;&lt;span style="color:#3165cd;"&gt;MiniportDirectOidRequest&lt;/span&gt;&lt;/em&gt;&lt;/a&gt;&amp;nbsp;handler functions?&amp;nbsp; Thanks,&lt;/p&gt;
&lt;p&gt;OID_TCP_TASK_IPSEC_OFFLOAD_V2_ADD_SA &lt;/p&gt;
&lt;p&gt;OID_TCP_TASK_IPSEC_OFFLOAD_V2_DELETE_SA &lt;/p&gt;
&lt;p&gt;OID_TCP_TASK_IPSEC_OFFLOAD_V2_UPDATE_SA &lt;/p&gt;
&lt;p&gt;(By the way, my IPsecOV1 is disbaled, does it matter?)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Does Outlook Web Access work with firefox?</title><link>http://outlookliveanswers.com/forums/thread/3.aspx</link><pubDate>Fri, 17 Apr 2009 00:43:47 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:3</guid><dc:creator>Joey Masterson - MSFT</dc:creator><slash:comments>18</slash:comments><comments>http://outlookliveanswers.com/forums/thread/3.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=3</wfw:commentRss><description>&lt;p&gt;The question we hear from customers all the time is &amp;quot;Does Outlook Web Access work with firefox?&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>COnnector Filters for Hosted MA OLSync</title><link>http://outlookliveanswers.com/forums/thread/14820.aspx</link><pubDate>Wed, 12 May 2010 13:15:44 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:14820</guid><dc:creator>SynetAd</dc:creator><slash:comments>3</slash:comments><comments>http://outlookliveanswers.com/forums/thread/14820.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=14820</wfw:commentRss><description>&lt;p&gt;Is it possible to configure &amp;quot;Hosted&amp;quot; MA in OLSync to do filtering based on CustomAttributes, HOW ?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;i tried configuring in &amp;quot;Configure COnnector Filter&amp;quot; for &amp;quot;Hosted&amp;quot; MA with a condition saying if &amp;quot;CustomAttribute13&amp;quot; has some&amp;nbsp; value in it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After this when i run full import on my On-Premise - success&lt;/p&gt;
&lt;p&gt;Then Full Sync run profile for &amp;quot;On-Premise&amp;quot; starts throwing exceptions saying &amp;quot;connector-filter-rule-violation&amp;quot;&lt;/p&gt;
&lt;p&gt;why?????&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using the Calendar to the fullest</title><link>http://outlookliveanswers.com/forums/thread/423.aspx</link><pubDate>Thu, 04 Jun 2009 20:31:28 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:423</guid><dc:creator>larkin6</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/423.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=423</wfw:commentRss><description>&lt;p&gt;This discussion is about how your organization has been able to utilize the functionality of the Calendar in Outlook Live (not the hotmail version). I would like to hear some of your ideas as to what has enabled you to use the calendar features to keep your students and/or faculty up to date with what is going on across campus and also things like instructor availability, and student schedules. How have you been able to&amp;nbsp;share whole calendars or individual appointments between students and faculty that enable them to see a broad spectrum of what is available to them both on and off campus? Have you found an automated way to invite students to specific appointments based on criteria that they fall into, whether it be interests, or classes that they are enrolled in? Whatever has worked for you so far, and whatever suggestions you may have for others...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Forefront Threat Management Gateway 2010 Autodiscover issue</title><link>http://outlookliveanswers.com/forums/thread/12602.aspx</link><pubDate>Sun, 07 Mar 2010 21:02:33 GMT</pubDate><guid isPermaLink="false">bce6f5a7-0ab5-4aa2-bdd7-6b127dff0226:12602</guid><dc:creator>Stac</dc:creator><slash:comments>1</slash:comments><comments>http://outlookliveanswers.com/forums/thread/12602.aspx</comments><wfw:commentRss>http://outlookliveanswers.com/forums/commentrss.aspx?SectionID=11&amp;PostID=12602</wfw:commentRss><description>&lt;p&gt;Currently we connect to &lt;a href="mailto:Live@Edu"&gt;Live@Edu&lt;/a&gt; via TMG 2010. However the clients constantly get prompted for username and password for autodiscover in Outlook 2007. If the cancel it continues as normal&lt;/p&gt;
&lt;p&gt;Currently our DNS records are set using the details listed here &lt;a href="http://support.microsoft.com/default.aspx/kb/940881"&gt;http://support.microsoft.com/default.aspx/kb/940881&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Perviously we were using the CNAME approach.&lt;/p&gt;
&lt;p&gt;I was wondering has anyone else used FTMG 2010 (or ISA 2006) to connect to &lt;a href="mailto:Live@edu"&gt;Live@edu&lt;/a&gt; .... we don&amp;#39;t have an exchange box internally. Everything is hosted outside. &lt;/p&gt;
&lt;p&gt;I have set a rule saying that anyone can access autodiscover.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Ryan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>