<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Connect and Ask Questions topics</title>
    <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/bd-p/microsoft-learn-for-educators</link>
    <description>Connect and Ask Questions topics</description>
    <pubDate>Tue, 17 Mar 2026 13:26:03 GMT</pubDate>
    <dc:creator>microsoft-learn-for-educators</dc:creator>
    <dc:date>2026-03-17T13:26:03Z</dc:date>
    <item>
      <title>GMSA Password length</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/gmsa-password-length/m-p/4501409#M306</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hope you are doing well!&lt;/P&gt;&lt;P&gt;Do we have any official document from Microsoft that tells how many characters would be used for a GMSA account password? I understand that 240-byte, randomly generated passwords will be used; however, I would like to understand how many characters would be used in 240 bytes.&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sajin P S&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 02:47:01 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/gmsa-password-length/m-p/4501409#M306</guid>
      <dc:creator>sajinpottekkat</dc:creator>
      <dc:date>2026-03-12T02:47:01Z</dc:date>
    </item>
    <item>
      <title>Need guidance with registering for Cloud computing courses</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/need-guidance-with-registering-for-cloud-computing-courses/m-p/4498775#M304</link>
      <description>&lt;P&gt;I would like to know which courses high school students take to be certified&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 20:33:10 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/need-guidance-with-registering-for-cloud-computing-courses/m-p/4498775#M304</guid>
      <dc:creator>thompson1a</dc:creator>
      <dc:date>2026-03-02T20:33:10Z</dc:date>
    </item>
    <item>
      <title>Dúvidas de treinamentos</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/d%C3%BAvidas-de-treinamentos/m-p/4495667#M299</link>
      <description>&lt;P&gt;Pessoal, bom dia!&lt;/P&gt;&lt;P&gt;Como faço para criar turmas de treinamentos para aplicar e conseguir renovar meu MCT futuramente ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 15:25:50 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/d%C3%BAvidas-de-treinamentos/m-p/4495667#M299</guid>
      <dc:creator>lenascimento5</dc:creator>
      <dc:date>2026-02-18T15:25:50Z</dc:date>
    </item>
    <item>
      <title>MSLE</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/msle/m-p/4495252#M297</link>
      <description>&lt;P&gt;We just recently signed up for Microsoft Learn for Educators. There is some confusion on how we are supposed to use the platform to deliver course content to our students.&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How do you deliver AZ-900? For example we are a community college and lets say we have a course called VIR-100 (intro to cloud) and we utilize an LMS Moodle. Do the students use Microsoft learn to complete the training or do we somehow integrate it with our LMS?&lt;/LI&gt;&lt;LI&gt;How do you register students for a course you are teaching such as AZ-900?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How do you grade the assignments? Or are you doing this by creating a mirrored assignment in the LMS and grading it there?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;How do we view students in our online course if using Microsoft Learn?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Is there a video that covers most of these questions or slide deck? I didn't find much on YouTube.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 16 Feb 2026 16:01:19 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/msle/m-p/4495252#M297</guid>
      <dc:creator>CyberMeadows26</dc:creator>
      <dc:date>2026-02-16T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Excel vba</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/excel-vba/m-p/4494183#M295</link>
      <description>&lt;P&gt;I am trying to move rows containing "Click to chat" from an Excel sheet to a new sheet and delete the blank rows.&amp;nbsp;&lt;BR /&gt;The code below is giving me an error to debug, and the line below in bold is highlighted. I don't know what to do. Can you assist?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sub MoveClickToChatRows()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim wsSource As Worksheet&lt;/P&gt;&lt;P&gt;Dim wsTarget As Worksheet&lt;/P&gt;&lt;P&gt;Dim lastRow As Long&lt;/P&gt;&lt;P&gt;Dim i As Long&lt;/P&gt;&lt;P&gt;Dim targetRow As Long&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set wsSource = ActiveSheet&lt;/P&gt;&lt;P&gt;Set wsTarget = Sheets.Add&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;wsTarget.Name = "Click_to_Chat"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lastRow = wsSource.Cells(wsSource.Rows.Count, "A").End(xlUp).Row&lt;/P&gt;&lt;P&gt;targetRow = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;' Copy header&lt;/P&gt;&lt;P&gt;wsSource.Rows(1).Copy wsTarget.Rows(1)&lt;/P&gt;&lt;P&gt;targetRow = 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For i = lastRow To 2 Step -1&lt;/P&gt;&lt;P&gt;If InStr(1, wsSource.Rows(i).Text, "Click to chat", vbTextCompare) &amp;gt; 0 Then&lt;/P&gt;&lt;P&gt;wsSource.Rows(i).Copy wsTarget.Rows(targetRow)&lt;/P&gt;&lt;P&gt;wsSource.Rows(i).Delete&lt;/P&gt;&lt;P&gt;targetRow = targetRow + 1&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;Next i&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 19:39:51 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/excel-vba/m-p/4494183#M295</guid>
      <dc:creator>FKanangila</dc:creator>
      <dc:date>2026-02-10T19:39:51Z</dc:date>
    </item>
    <item>
      <title>MSLE AI Bootcamps</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/msle-ai-bootcamps/m-p/4493666#M291</link>
      <description>&lt;P&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;I am wondering if anyone here has delivered training geared or related to MSLE AI Bootcamps specifically the &lt;STRONG&gt;Copilot Prompt-a-thon&lt;/STRONG&gt; and &lt;STRONG&gt;Generative AI for Teaching&lt;/STRONG&gt;.&lt;BR /&gt;I'd like to know the experience to expect from such a delivery and an estimated preparation time, labs, etc.&lt;BR /&gt;For reference, let's say you have to deliver &lt;A href="https://learn.microsoft.com/en-us/training/educator-center/programs/msle/co-pilot-prompt-a-thon-workshop-for-school-leaders" target="_blank"&gt;Microsoft Copilot Prompt-a-thon Workshop for Higher Education Leaders&lt;/A&gt; for a client in person.&lt;BR /&gt;&lt;BR /&gt;Thank you for your inputs !&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 01:46:06 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/msle-ai-bootcamps/m-p/4493666#M291</guid>
      <dc:creator>basile</dc:creator>
      <dc:date>2026-02-09T01:46:06Z</dc:date>
    </item>
    <item>
      <title>Call for Volunteers – Focus Group for New AI-900 Simulation</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/call-for-volunteers-focus-group-for-new-ai-900-simulation/m-p/4493171#M289</link>
      <description>&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;We’re excited to invite you to help shape the future of the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;AI-900: Microsoft Azure AI Fundamentals&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;course.&amp;nbsp;We’re&amp;nbsp;seeking volunteers to test the new AI-900 simulation lab environment and share feedback on content alignment, student readiness, usability, and how simulated labs compare to traditional live, hands-on labs.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;If you’re interested in participating in a live virtual focus group, please complete this&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://aka.ms/AI900SimFocusGroup" target="_blank"&gt;&lt;SPAN data-contrast="auto"&gt;Microsoft Form&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast="auto"&gt;.&lt;/SPAN&gt;&lt;SPAN data-contrast="auto"&gt;&amp;nbsp;We’ll&amp;nbsp;collect your name, institution, and&amp;nbsp;institution&amp;nbsp;email so we can follow up. A member of our team will reach out&amp;nbsp;soon&amp;nbsp;with&amp;nbsp;next&amp;nbsp;steps.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast="auto"&gt;Thank you for your continued support of the Microsoft&amp;nbsp;Learn for&amp;nbsp;Educators community. Your feedback plays a critical role in improving learning experiences for educators and students alike.&lt;/SPAN&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ccp-props="{}"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 18:27:31 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/call-for-volunteers-focus-group-for-new-ai-900-simulation/m-p/4493171#M289</guid>
      <dc:creator>RobinLBaldwin</dc:creator>
      <dc:date>2026-02-06T18:27:31Z</dc:date>
    </item>
    <item>
      <title>Institution Verification was rejected because of "Blocked" response from AVE</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/institution-verification-was-rejected-because-of-quot-blocked/m-p/4492605#M287</link>
      <description>&lt;P&gt;I applied with my personal email for the MS Learn for Educators program.&amp;nbsp; I am a professor at Bridgewater College in Virginia.&amp;nbsp; I gave my school email (.edu), and received the message "Unable to open a case to address error: Institution Verification was rejected because of "Blocked" response from AVE".&amp;nbsp; I tried to open a case to report the issue and received the message: "An error has occurred while processing your request. Please try again later"&lt;/P&gt;&lt;P&gt;This has been happening for several days.&amp;nbsp; I would like to be able to teach my student the AZ-500 curriculum.&amp;nbsp; Please help, thank you&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 15:24:41 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/institution-verification-was-rejected-because-of-quot-blocked/m-p/4492605#M287</guid>
      <dc:creator>LorindaCullip</dc:creator>
      <dc:date>2026-02-05T15:24:41Z</dc:date>
    </item>
    <item>
      <title>findMeeting REST API does not support shared mailbox?</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/findmeeting-rest-api-does-not-support-shared-mailbox/m-p/4492285#M282</link>
      <description>&lt;P&gt;I'm building a bot using the MS Outlook Calendar REST APIs. I have a case where my user who is an executive assistant wants to create a meeting in the delegate mailbox she/he have access to. We are currently using findMeeting API to fetch the available for a set of users and this works perfectly for the logged in user. But, when we try to access the shared mailbox calendar using this API, it shows unsupported scenario. We do have Calendars.Shared .Read permissions.&lt;/P&gt;&lt;P&gt;/me/findMeeting - works&amp;nbsp;&lt;/P&gt;&lt;P&gt;/user/{sharedmailboxEmailId}/findMeeting - gives Unsupported Scenario error. Is this functionality not working? Couldn't find any document mentioning this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternative API getSchedule doesn't work in our case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 15:59:57 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/findmeeting-rest-api-does-not-support-shared-mailbox/m-p/4492285#M282</guid>
      <dc:creator>RashmiRahul</dc:creator>
      <dc:date>2026-02-04T15:59:57Z</dc:date>
    </item>
    <item>
      <title>Azure For Students Subscriptions - "Your email domain is not currently registered with us"</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/azure-for-students-subscriptions-quot-your-email-domain-is-not/m-p/4491828#M280</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am a teacher at a vocational school and we are experiencing a recurring issue with Azure for Students academic verification, affecting multiple students at the same time.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Our school setup (for context)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Our institution is structured as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We have a student domain that is registered and whitelisted with Microsoft as an academic domain, for example:&lt;/LI&gt;&lt;LI&gt;email address removed for privacy reasons&lt;/LI&gt;&lt;LI&gt;We also have a separate organisational domain used for staff and business operations, for example:&lt;/LI&gt;&lt;LI&gt;email address removed for privacy reasons&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Students are instructed to:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sign in to Azure using their personal Microsoft account (typically Outlook/Hotmail)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use their school email address only for academic verification during the Azure for Students sign-up flow&lt;/LI&gt;&lt;LI&gt;This setup has worked historically, but we are now seeing repeated failures.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;The issue we are seeing&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Students complete CAPTCHA and email verification successfully.&lt;/LI&gt;&lt;LI&gt;The process then fails with:&lt;/LI&gt;&lt;LI&gt;“Sorry, your academic status could not be verified.”&amp;nbsp;or similar&lt;/LI&gt;&lt;LI&gt;This happens even when:&lt;UL&gt;&lt;LI&gt;Students use a private/incognito browser session&lt;/LI&gt;&lt;LI&gt;VPNs and ad blockers are disabled&lt;/LI&gt;&lt;LI&gt;Only one Microsoft account is signed in&lt;/LI&gt;&lt;LI&gt;No account switching occurs during the flow&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The issue affects multiple students from the same institution, often within the same timeframe.&lt;/LI&gt;&lt;LI&gt;Because Azure for Students verification appears to allow only one attempt, students who fail once are effectively blocked and end up in a support loop.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Observations&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Based on volume and timing, this does not appear to be individual user error.&lt;/P&gt;&lt;P&gt;We suspect one or more of the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A backend verification or account-linking issue&lt;/LI&gt;&lt;LI&gt;An institutional configuration mismatch that is not clearly surfaced&lt;/LI&gt;&lt;LI&gt;A generic or outdated error message that does not accurately reflect the real cause of failure&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;At this point, I am not fully convinced that the error message always represents a true eligibility problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What we are hoping to learn&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Are other schools using a similar setup (personal Microsoft account + separate student email domain for verification)?&lt;/LI&gt;&lt;LI&gt;Are there known best practices or preferred configurations for institutions with multiple domains?&lt;/LI&gt;&lt;LI&gt;Is there guidance we can pass on to our IT team to improve compatibility with Azure for Students verification?&lt;/LI&gt;&lt;LI&gt;Is there a way for failed verifications to be reviewed or reset when the institution and domain are valid?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Our goal is not just to fix individual cases, but to understand whether our institutional setup could be improved to prevent this issue going forward.&lt;/P&gt;&lt;P&gt;Any insight from Microsoft staff or other educators would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2906092" data-lia-user-login="RobinLBaldwin" class="lia-mention lia-mention-user"&gt;RobinLBaldwin​&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="2436331" data-lia-user-login="Mahlah_Murray" class="lia-mention lia-mention-user"&gt;Mahlah_Murray​&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 10:52:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/azure-for-students-subscriptions-quot-your-email-domain-is-not/m-p/4491828#M280</guid>
      <dc:creator>CvWyk</dc:creator>
      <dc:date>2026-02-03T10:52:05Z</dc:date>
    </item>
    <item>
      <title>Missed today's community call? Access the recording here!</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/missed-today-s-community-call-access-the-recording-here/m-p/4490519#M278</link>
      <description>&lt;P&gt;If you were not able to attend today's MSLE Community Call, you can access the recording here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="lia-external-url" href="https://techcommunity.microsoft.com/t5/s/gxcuf89792/attachments/gxcuf89792/microsoft-learn-for-educators-events/217/1/Microsoft%20Learn%20for%20Educators%20January%20Community%20Call-20260129_100145-Meeting%20Recording.mp4" target="_blank"&gt;https://techcommunity.microsoft.com/t5/s/gxcuf89792/attachments/gxcuf89792/microsoft-learn-for-educators-events/217/1/Microsoft%20Learn%20for%20Educators%20January%20Community%20Call-20260129_100145-Meeting%20Recording.mp4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Keep an eye on our events page for the date of our next call. We hope to see you there!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 19:21:11 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/missed-today-s-community-call-access-the-recording-here/m-p/4490519#M278</guid>
      <dc:creator>RobinLBaldwin</dc:creator>
      <dc:date>2026-01-29T19:21:11Z</dc:date>
    </item>
    <item>
      <title>Stopcode 0x7B inaccessible boot device</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/stopcode-0x7b-inaccessible-boot-device/m-p/4490488#M276</link>
      <description>&lt;P&gt;I tried to boot my Dell Optiplex 3080 MT installed with Windows 11 pro from USB stick bootable to ESET SysRescue, it seem the PC did not liked it and display stopcode 0xB7 and its windows tsrt up repair did not help to fix it, I can manage to boot the PC from other device the SSD which is installed with windows 11 but not from the Windows 11 installed in the NVMe M2 neither from HDD which also has win 11 installed.&lt;/P&gt;&lt;P&gt;The partitions on the SSD read MBR and the partitions on the NNVME M2 and HDD read GPT, is it possible that the USB stick has changed the setting to read the DSSD partition MBR&lt;/P&gt;&lt;P&gt;What shall I do?&lt;/P&gt;&lt;P&gt;I feel that BIOS changes may be required.&lt;/P&gt;&lt;P&gt;Any help will be very much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 17:21:49 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/stopcode-0x7b-inaccessible-boot-device/m-p/4490488#M276</guid>
      <dc:creator>AlyMds</dc:creator>
      <dc:date>2026-01-29T17:21:49Z</dc:date>
    </item>
    <item>
      <title>Join us for the MSLE Community Call TODAY!</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/join-us-for-the-msle-community-call-today/m-p/4490473#M275</link>
      <description>&lt;H5&gt;&lt;STRONG&gt;Don't miss today's community call!&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;STRONG&gt;Date:&lt;/STRONG&gt;  Thursday, January 29, 2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Time:&lt;/STRONG&gt; 10:00 - 11:00 AM PDT (Pacific Daylight Time)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Agenda: &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-charcodes="8226" data-font="Arial,Sans-Serif" data-buautonum="8" data-margin="540" data-aria-posinset="2" data-aria-level="1"&gt;&lt;SPAN data-usefontface="false" data-contrast="none"&gt;2025 MSLE recap&amp;nbsp;&lt;/SPAN&gt;​&lt;/LI&gt;
&lt;LI data-charcodes="8226" data-font="Arial,Sans-Serif" data-buautonum="8" data-margin="540" data-aria-posinset="3" data-aria-level="1"&gt;&lt;SPAN data-usefontface="false" data-contrast="none"&gt;MSLE Faculty Spotlight&lt;/SPAN&gt;​&lt;/LI&gt;
&lt;LI data-charcodes="8226" data-font="Arial,Sans-Serif" data-buautonum="8" data-margin="540" data-aria-posinset="4" data-aria-level="1"&gt;&lt;SPAN data-usefontface="false" data-contrast="none"&gt;What's&lt;/SPAN&gt;&lt;SPAN data-usefontface="false" data-contrast="none"&gt;&amp;nbsp;coming&lt;/SPAN&gt;​&lt;/LI&gt;
&lt;LI data-charcodes="8226" data-font="Arial,Sans-Serif" data-buautonum="8" data-margin="540" data-aria-posinset="5" data-aria-level="1"&gt;&lt;SPAN data-usefontface="false" data-contrast="none"&gt;Q&amp;amp;A with Community Managers&amp;nbsp;&lt;/SPAN&gt;​&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can access the call details using this link: &amp;nbsp;&lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-occasion" href="https://techcommunity.microsoft.com/event/microsoft-learn-for-educators-events/january-msle-community-call/4485139" data-lia-auto-title="January MSLE Community Call" data-lia-auto-title-active="0" target="_blank"&gt;January MSLE Community Call&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;From the&amp;nbsp;&lt;STRONG&gt;MSLE Community overview page&lt;/STRONG&gt;&amp;nbsp;select "&lt;STRONG&gt;Events&lt;/STRONG&gt;" and then select "&lt;STRONG&gt;Microsoft Learn for Educator Events&lt;/STRONG&gt;". Select "&lt;STRONG&gt;January MSLE Community Call&lt;/STRONG&gt;" and from there you will find the Microsoft Teams link for today's call.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What are MSLE Community Calls?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Each MSLE Community Call provides a unique experience to learn about topics that impact you or your students and highlights the amazing work of the MSLE Community. You'll hear from rotating presenters including members of the MSLE Program Team, other groups at Microsoft, and fellow MSLE educators. All Community Calls are delivered in English with live captions available. All sessions are recorded.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 16:17:29 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/join-us-for-the-msle-community-call-today/m-p/4490473#M275</guid>
      <dc:creator>RobinLBaldwin</dc:creator>
      <dc:date>2026-01-29T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Multiple education institutions for one account</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/multiple-education-institutions-for-one-account/m-p/4490408#M271</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I work in two places (both are educational institutions), and through MSLE I deliver classes to high‑school and university students.&lt;/P&gt;&lt;P&gt;Is it possible to assign two school names to one MSLE account? I would like to be able to select the correct institution here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 10:42:26 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/multiple-education-institutions-for-one-account/m-p/4490408#M271</guid>
      <dc:creator>Michal_Plawsiuk</dc:creator>
      <dc:date>2026-01-29T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Can not find PPT for 55348A in download manager</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/can-not-find-ppt-for-55348a-in-download-manager/m-p/4488011#M268</link>
      <description>&lt;P&gt;Can not find PPT for 55348 Administering Microsoft Endpoint Configuration Manager in download manager where to find them ??&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 06:18:40 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/can-not-find-ppt-for-55348a-in-download-manager/m-p/4488011#M268</guid>
      <dc:creator>ketan_anant</dc:creator>
      <dc:date>2026-01-21T06:18:40Z</dc:date>
    </item>
    <item>
      <title>MSLE Registration and Activation Keys</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/msle-registration-and-activation-keys/m-p/4486937#M265</link>
      <description>&lt;P&gt;I have registered for MSLE portal and created three courses to teach my students Azure Fundamentals. I want to know how long I need to wait to get the activation Keys.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 04:05:48 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/msle-registration-and-activation-keys/m-p/4486937#M265</guid>
      <dc:creator>rydasimon</dc:creator>
      <dc:date>2026-01-19T04:05:48Z</dc:date>
    </item>
    <item>
      <title>Mark your calendar for the next MSLE Community Call!</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/mark-your-calendar-for-the-next-msle-community-call/m-p/4485145#M264</link>
      <description>&lt;H1 data-testid="MessageSubject"&gt;Upcoming MSLE Community Call January 29th&lt;/H1&gt;
&lt;P&gt;&lt;STRONG&gt;Don't miss our January MSLE community call! Be sure to add it to your calendar using the steps below!&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Date: &lt;/STRONG&gt;Thursday, January 29, 2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Time: &lt;/STRONG&gt;10:00 - 11:00 AM PDT (Pacific Daylight Time)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Agenda: &lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;2025 MSLE recap&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;MSLE course and lab updates&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Academic Research webinar series&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can access the call using this link: &amp;nbsp;&lt;A class="lia-internal-link lia-internal-url lia-internal-url-content-type-occasion" href="https://techcommunity.microsoft.com/event/microsoft-learn-for-educators-events/january-msle-community-call/4485139" target="_blank" rel="noopener" data-lia-auto-title="January MSLE Community Call&amp;nbsp;" data-lia-auto-title-active="0"&gt;January MSLE Community Call&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;From the&amp;nbsp;&lt;A href="https://techcommunity.microsoft.com/category/microsoft-learn-for-educators" target="_blank" rel="noopener" data-lia-auto-title="MSLE Community overview page" data-lia-auto-title-active="0"&gt;MSLE Community overview page&lt;/A&gt;&amp;nbsp;select "&lt;STRONG&gt;Events&lt;/STRONG&gt;" and then select "&lt;STRONG&gt;Microsoft Learn for Educator Events&lt;/STRONG&gt;". Select "&lt;STRONG&gt;January MSLE Community Call&lt;/STRONG&gt;" and from there you can add the event to your calendar. Select "Attending" or "Interested" to receive notifications and updates regarding the event.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;What are MSLE Community Calls?&lt;/U&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each MSLE Community Call provides a unique experience to learn about topics that impact you or your students and highlights the amazing work of the MSLE Community. You'll hear from rotating presenters including members of the MSLE Program Team, other groups at Microsoft, and fellow MSLE educators. All Community Calls are delivered in English with live captions available. All sessions are recorded.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 23:33:41 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/mark-your-calendar-for-the-next-msle-community-call/m-p/4485145#M264</guid>
      <dc:creator>RobinLBaldwin</dc:creator>
      <dc:date>2026-01-14T23:33:41Z</dc:date>
    </item>
    <item>
      <title>Issue with MSLE Portal Login</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/issue-with-msle-portal-login/m-p/4483167#M259</link>
      <description>&lt;P&gt;Hello Team&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im having some issues with the login on the portal, I have tried from several web browsers &amp;amp; devices and the message is the same&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;Can anyone helpme out here&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 19:52:14 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/issue-with-msle-portal-login/m-p/4483167#M259</guid>
      <dc:creator>Carvar410</dc:creator>
      <dc:date>2026-01-05T19:52:14Z</dc:date>
    </item>
    <item>
      <title>Issue with Learning Download Center Access</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/issue-with-learning-download-center-access/m-p/4480073#M251</link>
      <description>&lt;P&gt;I am unable to access the Learning Download Center. I would like to request access through the MSLE portal; however, the help link appears to be unavailable, which prevents me from reporting or resolving this issue.&lt;/P&gt;&lt;P&gt;Could you please assist me in gaining access or advise on the next steps?&lt;/P&gt;&lt;P&gt;Thank you for your support and guidance.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Vjera&lt;/P&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 03:36:02 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/issue-with-learning-download-center-access/m-p/4480073#M251</guid>
      <dc:creator>VjeraBA</dc:creator>
      <dc:date>2025-12-22T03:36:02Z</dc:date>
    </item>
    <item>
      <title>Skillable Labs for AZ-801</title>
      <link>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/skillable-labs-for-az-801/m-p/4480059#M250</link>
      <description>&lt;P&gt;Good morning, All,&lt;/P&gt;&lt;P&gt;I have a quick question regarding labs for the AZ-801 Cert. When I log into my MSLE account to create a course. I have AZ-800 as a course, but AZ-801 is not listed. I was wonder if MSLE does not offer Labs for the AZ-801 or is this something my college will have to request to be added to our course list. We started offering the AZ-800 &amp;amp; AZ-804. I do have a vendor for our e-books, and they do have their own Labs as part of the Book, but I would like to also Offer official MS labs, for my students.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;We also Teach MS-102 and MD-102 course, which I would also like to see if MSLE has those Labs as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and Information.&lt;/P&gt;&lt;P&gt;Prof. Wilson&amp;nbsp;&lt;/P&gt;&lt;P&gt;Broward College&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 01:37:09 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/connect-and-ask-questions/skillable-labs-for-az-801/m-p/4480059#M250</guid>
      <dc:creator>jcwilson4th-HomeITGuy</dc:creator>
      <dc:date>2025-12-22T01:37:09Z</dc:date>
    </item>
  </channel>
</rss>

