Recent Discussions
MSLE
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. 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? How do you register students for a course you are teaching such as AZ-900? How do you grade the assignments? Or are you doing this by creating a mirrored assignment in the LMS and grading it there? How do we view students in our online course if using Microsoft Learn? Is there a video that covers most of these questions or slide deck? I didn't find much on YouTube.Solved59Views1like2CommentsInstitution Verification was rejected because of "Blocked" response from AVE
I applied with my personal email for the MS Learn for Educators program. I am a professor at Bridgewater College in Virginia. 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". 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" This has been happening for several days. I would like to be able to teach my student the AZ-500 curriculum. Please help, thank youSolved90Views0likes2CommentsExcel vba
I am trying to move rows containing "Click to chat" from an Excel sheet to a new sheet and delete the blank rows. 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? Sub MoveClickToChatRows() Dim wsSource As Worksheet Dim wsTarget As Worksheet Dim lastRow As Long Dim i As Long Dim targetRow As Long Set wsSource = ActiveSheet Set wsTarget = Sheets.Add wsTarget.Name = "Click_to_Chat" lastRow = wsSource.Cells(wsSource.Rows.Count, "A").End(xlUp).Row targetRow = 1 ' Copy header wsSource.Rows(1).Copy wsTarget.Rows(1) targetRow = 2 For i = lastRow To 2 Step -1 If InStr(1, wsSource.Rows(i).Text, "Click to chat", vbTextCompare) > 0 Then wsSource.Rows(i).Copy wsTarget.Rows(targetRow) wsSource.Rows(i).Delete targetRow = targetRow + 1 End If Next i End Sub20Views0likes0CommentsfindMeeting REST API does not support shared mailbox?
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. /me/findMeeting - works /user/{sharedmailboxEmailId}/findMeeting - gives Unsupported Scenario error. Is this functionality not working? Couldn't find any document mentioning this. Alternative API getSchedule doesn't work in our case. Thanks in Advance!Solved90Views0likes5CommentsMultiple education institutions for one account
Hello, I work in two places (both are educational institutions), and through MSLE I deliver classes to high‑school and university students. Is it possible to assign two school names to one MSLE account? I would like to be able to select the correct institution hereSolved114Views0likes5CommentsMSLE AI Bootcamps
Greetings, I am wondering if anyone here has delivered training geared or related to MSLE AI Bootcamps specifically the Copilot Prompt-a-thon and Generative AI for Teaching. I'd like to know the experience to expect from such a delivery and an estimated preparation time, labs, etc. For reference, let's say you have to deliver Microsoft Copilot Prompt-a-thon Workshop for Higher Education Leaders for a client in person. Thank you for your inputs !36Views0likes0CommentsCall for Volunteers – Focus Group for New AI-900 Simulation
We’re excited to invite you to help shape the future of the AI-900: Microsoft Azure AI Fundamentals course. We’re 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. If you’re interested in participating in a live virtual focus group, please complete this Microsoft Form. We’ll collect your name, institution, and institution email so we can follow up. A member of our team will reach out soon with next steps. Thank you for your continued support of the Microsoft Learn for Educators community. Your feedback plays a critical role in improving learning experiences for educators and students alike.45Views2likes1CommentAzure For Students Subscriptions - "Your email domain is not currently registered with us"
Hello, 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. Our school setup (for context) Our institution is structured as follows: We have a student domain that is registered and whitelisted with Microsoft as an academic domain, for example: email address removed for privacy reasons We also have a separate organisational domain used for staff and business operations, for example: email address removed for privacy reasons Students are instructed to: Sign in to Azure using their personal Microsoft account (typically Outlook/Hotmail) Use their school email address only for academic verification during the Azure for Students sign-up flow This setup has worked historically, but we are now seeing repeated failures. The issue we are seeing Students complete CAPTCHA and email verification successfully. The process then fails with: “Sorry, your academic status could not be verified.” or similar This happens even when: Students use a private/incognito browser session VPNs and ad blockers are disabled Only one Microsoft account is signed in No account switching occurs during the flow The issue affects multiple students from the same institution, often within the same timeframe. 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. Observations Based on volume and timing, this does not appear to be individual user error. We suspect one or more of the following: A backend verification or account-linking issue An institutional configuration mismatch that is not clearly surfaced A generic or outdated error message that does not accurately reflect the real cause of failure At this point, I am not fully convinced that the error message always represents a true eligibility problem. What we are hoping to learn Are other schools using a similar setup (personal Microsoft account + separate student email domain for verification)? Are there known best practices or preferred configurations for institutions with multiple domains? Is there guidance we can pass on to our IT team to improve compatibility with Azure for Students verification? Is there a way for failed verifications to be reviewed or reset when the institution and domain are valid? 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. Any insight from Microsoft staff or other educators would be greatly appreciated. RobinLBaldwin Mahlah_Murray165Views0likes1CommentStopcode 0x7B inaccessible boot device
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. 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 What shall I do? I feel that BIOS changes may be required. Any help will be very much appreciated.Solved97Views0likes1CommentMissed today's community call? Access the recording here!
If you were not able to attend today's MSLE Community Call, you can access the recording here: 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 Keep an eye on our events page for the date of our next call. We hope to see you there!39Views1like0CommentsJoin us for the MSLE Community Call TODAY!
Don't miss today's community call! Date: Thursday, January 29, 2026 Time: 10:00 - 11:00 AM PDT (Pacific Daylight Time) Agenda: 2025 MSLE recap MSLE Faculty Spotlight What's coming Q&A with Community Managers You can access the call details using this link: January MSLE Community Call OR From the MSLE Community overview page select "Events" and then select "Microsoft Learn for Educator Events". Select "January MSLE Community Call" and from there you will find the Microsoft Teams link for today's call. What are MSLE Community Calls? 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.Mark your calendar for the next MSLE Community Call!
Upcoming MSLE Community Call January 29th Don't miss our January MSLE community call! Be sure to add it to your calendar using the steps below! Date: Thursday, January 29, 2026 Time: 10:00 - 11:00 AM PDT (Pacific Daylight Time) Agenda: 2025 MSLE recap MSLE course and lab updates Academic Research webinar series You can access the call using this link: January MSLE Community Call OR From the MSLE Community overview page select "Events" and then select "Microsoft Learn for Educator Events". Select "January MSLE Community Call" and from there you can add the event to your calendar. Select "Attending" or "Interested" to receive notifications and updates regarding the event. What are MSLE Community Calls? 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.83Views1like1CommentIssue with Learning Download Center Access
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. Could you please assist me in gaining access or advise on the next steps? Thank you for your support and guidance. Best regards, VjeraSolved221Views1like3CommentsSkillable Labs for AZ-801
Good morning, All, 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 & 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. We also Teach MS-102 and MD-102 course, which I would also like to see if MSLE has those Labs as well. Thank you and Information. Prof. Wilson Broward CollegeSolvedMSLE Portal isn't working
Hello team, Today I was trying to login into MSLE Portal getting following message please look into it We're sorry, but something went wrong. Please try again, and if this persists, contact the website administrator. Error ID # [9c304bb7-ef2f-4be8-b756-2ab6a4007a48] 10/10/2025 4:10:04 PM UTC NAM e46d36f6-ece6-4cc6-a30e-bd682ea99b04Solved343Views1like6Comments
Events
in 11 hours
欢迎参加由我们的 MSLE 社区经理诗琪主持的 MSLE 办公时间。本次会议为您提供一个机会,可以提出问题、澄清概念,并获得有关MSLE计划的相关内容、课程整合、认证路径探索等方面的个性化指导。
会议时间:2026年2月26日下午2点-3点 (北京时间)
请提前注册或者点击加入MSLE办公时间
Wednesday, Feb 25, 2026, 10:00 PM PSTOnline
0likes
0Attendees
0Comments
Recent Blogs
- Welcome to your December update—here’s what’s new and how you can get involved! 🚀 In This Issue 📅 December Community Call – Add to Your Calendar! 🌟 Faculty Spotlight: Share You...Dec 08, 2025333Views2likes1Comment
- 3 MIN READStay Informed: What’s New and Exciting 📝 New Academic Year Reminders As we begin a new school year, we’re excited to welcome you to the new MSLE Community on Tech Community—your cent...Aug 13, 2025221Views1like0Comments