microsoft 365
586 TopicsCreate an Active Student badge on Microsoft Learn
Create an Active Student badge on Microsoft Learn Description: I suggest adding an official Active Student” badge in the Microsoft Community and Microsoft Learn platforms. This badge would Highlight students’ commitment to learning. Encourage continuous participation through visible recognition. Connect learning achievements (Learn) with community contributions (Community Hub). Provide a public credential that can be showcased on a CV or professional profile. Such a symbolic addition would strengthen motivation, visibility, and the bridge between Microsoft Learn and the Community.Solved224Views2likes5CommentsWindows 11 lock screen bug
We are having an issue where some users cannot log back into windows 11 after going to a lock screen. Windows will tell you the password or username is incorrect even though the credentials are defiantly correct. The only solution I've found so far is to reboot the machine. What could be causing this? Our users are loosing unsaved work from having to reboot through out the day.214Views0likes3CommentsWant to Assist with Exam, Assessment, or Learning Development?
We recently migrated our SME database to LinkedIn. Even if you were a member of our previous database, you need to sign up. If you want to be notified of beta exams and/or have an interest in exam, assessment, or learning development, join our SME database: https://www.linkedin.com/groups/13561088/.79Views2likes2CommentsHow to fix "object/block variable not set" error in VBA?
I'm using VBA in Word 2013. My OS is Win10. I'm having a problem with macros that I created that will no longer work. When I click to run them, I get: "Run-time error '91': Object variable or With block variable not set." I have no idea what the problem could be. These macros ran fine before. Then, this started happening. For example, here's a very simply-written one to zoom out in order to be able to see 5 pages at once in Word: Sub Five_Page_View() ' ' Zoom 45% to see 5 pages ' ' ActiveWindow.ActivePane.View.Zoom.Percentage = 45 End Sub Used to work. Now, doesn't. I get the error above. Why? Does anyone have any idea what the problem might be? Thanks!26Views1like0CommentsAB-900: AI Workplace Fundamentals blueprint survey opportunity
Greetings! Microsoft is considering a certification for AI Workplace Fundamentals, and we need your input through our exam blueprinting survey. Note that we are changing the target audience to be more technical in nature. Think new to a technical role vs. new to tech in general, so you may notice different verbs and emphasis on what candidates need to know and understand as you complete the survey. The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by September 10, 2025. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. You may send this to people external to Microsoft as well. If you have any questions, feel free to contact John Sowles at josowles@microsoft.com. AB-900: AI Workplace Fundamentals blueprint survey link https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_0eTYWbdPAKAzLZs Thank you!67Views1like0CommentsMicrosoft Teams Loop Feature Request: Automatic Subpage Navigation Links
Feature Overview Request: Add automatic subpage linking functionality to Microsoft Loop that dynamically updates a master/parent page with links to all related subpages. Problem Statement Currently, when users create multiple Loop pages within a workspace or project, there's no automatic way to maintain a centralized navigation system. Users must manually: Copy and paste links between pages Remember to update master pages when creating new subpages Maintain navigation consistency across related pages Keep track of all related pages in large projects This creates maintenance overhead and inconsistent navigation across Loop workspaces. Proposed Solution Auto-Navigation Component Add a new Loop component called "Navigation Links" or "Subpage Directory" that: Automatically detects when new subpages are created within the same workspace Dynamically updates the master page with formatted links to new subpages Categorizes subpages by type, tags, or user-defined groups Maintains link validity and removes broken/deleted page references #MicrosoftLoop #ProductFeedback #Automation #Productivity #Navigation49Views0likes0CommentsNeed Help Adding Contacts on my Client's Profile
Hi Team, My client wants to add a bunch of contacts under her profile. She said that she shared it with me so I can edit and add contacts. Now, every time I add contacts, it is saved under my contacts and not hers. I don't see her profile either. Kindly help.56Views0likes0Comments🔐 From Chessboard to Cloud: My Journey into Azure Security
Hi everyone 👋 I'm Perparim Abdullahu, an Azure Solutions Architect focused on Microsoft 365 & Azure security. I recently joined the Learn Community to share hands-on labs, visual guides, and real-world insights from my journey. I specialize in designing Zero Trust architectures using Microsoft Entra ID (CA, PIM), Intune, Defender, and Purview. I’m certified in AZ-305, AZ-104, and SC-300, and currently preparing for SC-100. Through #PerparimLabs, I’ve built a growing archive of diagrams, KQL snippets, and “gotchas” from the field. My goal is to turn complex deployments into clear, visual stories that help others learn faster. 🧠 Coming soon: A visual breakdown of Insider Risk Management with Purview A lab on Conditional Access policies with real-world use cases Excited to learn from this community and contribute back. Let’s build secure, resilient systems—together 🚀. #AzureSecurity | #ZeroTrust | #MicrosoftLearn| Microsoft Entra | Conditional Access | #PerparimLabs354Views0likes2CommentsDynamic Adaptive Cards
Hello, I'm a teacher and currently trying to build a co-pilot agent for self assessment of an exam or many exams. Therefore I build a Sharepoint list with all the competences for every exam (or more likely going to). With the help of a flow I create a code for an adaptive card. Now I use this flow in a copilot agent to create an adaptive card in a conversation, where the student can do the self assessment. So far I was able to show the adaptive card as I want to but struggling to get the answers of the user. Because I don't create the adaptive card in the topic on it's own but use the output of the flow as a variable, I think some things get a bit more complicated (please correct me if I'm wrong) This would be a part of the JSON of my adaptive card, which I create through the flow. And again the competences are different depending on the exam, so I will always have different id's and I don't know how to handle this. (I cut off some of the items.) { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "actions": [ { "type": "Action.Submit", "id": "submitSelfAssessment", "title": "Antworten senden", "data": { "action": "submitSelfAssessment", "examId": "Klausur_Vektorrechnung" }, "associatedInputs": "auto" } ], "body": [ { "type": "TextBlock", "text": "Selbsteinschätzung - Klausur_Vektorrechnung", "weight": "Bolder", "size": "Large" }, { "type": "Container", "style": "emphasis", "items": [ { "type": "TextBlock", "text": "Koordinatensysteme", "weight": "Bolder" }, { "type": "Input.ChoiceSet", "id": "ans_Koordinatensysteme_Zeichnen", "style": "expanded", "label": "Zeichnen von einem dreidimensionalen Koordinatensystem. ", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true }, { "type": "Input.ChoiceSet", "id": "ans_Koordinatensysteme_Punkte", "style": "expanded", "label": "Ich kann Punkte in ein Koordinatensystem eintragen und die Koordinaten richtig ablesen. ", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true }, { "type": "Input.ChoiceSet", "id": "ans_Koordinatensysteme_AbstandMittelpunkt", "style": "expanded", "label": "Ich kann Abstände und Mittelpunkte berechnen", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true } ] }, { "type": "Container", "style": "emphasis", "items": [ { "type": "TextBlock", "text": "Vektoren", "weight": "Bolder" }, { "type": "Input.ChoiceSet", "id": "ans_Vektoren_Definition", "style": "expanded", "label": "Ich kenne die Definition des Begriffes Vektor und kann den Unterschied zu Pfeilen erklären. ", "choices": [ { "title": "Sehr unsicher", "value": "1" }, { "title": "Eher unsicher", "value": "2" }, { "title": "Mittel", "value": "3" }, { "title": "Eher sicher", "value": "4" }, { "title": "Sehr sicher", "value": "5" } ], "isMultiSelect": false, "wrap": true }, I put this into the adaptive card with the expression. Topic.karte is the name of the output variable of the flow. It has the string Version of the code above. And it seems to work, because I can see the adaptive card in the chat. JSON(ParseJSON(Topic.karte)) But now I have no clue how I can get the answers of the self assessment. I created an output: kind: Record properties: Output: type: kind: Record Now I created a message with the expression: JSON(Topic.Output) The message I get is zero. So my conclusion is that it doesn't safe the output correctly. But I have no clue how to fix it or where the actual problem is. So I would be really thankful for any help or advice or some link where I can get some help. And if I did something really stupid, please be gentle to me, I'm just a teacher :D Best regards58Views0likes0Comments