Forum Widgets
Latest Discussions
GMSA Password length
Hi All, Hope you are doing well! 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. Thank you in advance! Regards, Sajin P SsajinpottekkatMar 11, 2026Copper Contributor23Views0likes0CommentsNeed guidance with registering for Cloud computing courses
I would like to know which courses high school students take to be certifiedSolvedthompson1aMar 03, 2026Copper Contributor86Views1like1CommentInstitution 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 youSolvedLorindaCullipFeb 26, 2026Copper Contributor156Views0likes3CommentsMSLE
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.SolvedCyberMeadows26Feb 18, 2026Copper Contributor154Views1like2CommentsExcel 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 SubFKanangilaFeb 10, 2026Copper Contributor33Views0likes0CommentsfindMeeting 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!RashmiRahulFeb 10, 2026Copper Contributor150Views0likes5CommentsMultiple 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 hereSolved157Views0likes5CommentsMSLE 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 !62Views0likes0CommentsCall 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.104Views2likes1Comment
Tags
- announcement44 Topics
- msle community call16 Topics
- msle events13 Topics
- onboarding13 Topics
- course update12 Topics
- msle labs12 Topics
- certifications for students10 Topics
- exam vouchers for educators9 Topics
- exam vouchers for students9 Topics
- certifications for educators8 Topics