notifications
195 TopicsHackers keep getting prompting me for a code on authenticator
Hello, I'm noticing that I get a random prompt for a code on the Authenticator app whose location appears to be in the Netherlands. I'm under the impression that these hackers just try logging into numerous accounts hoping that their victims will unknowingly push on a confirmation number and let them in. Is there a way to help prevent this? I would imagine that preventing logins based on unusal locations would help stop it but would like to hear your take. Thanks!2.2KViews0likes3CommentsVisual studio benefits for MCT
I renewed my subscription for MCT earlier this year but recently noticed that my visual studio benefits is not active. What i have is MCT subscription that has expired date of 23/May/2025 instead of Feb 2027. I reach out to VSS support, they mentioned that my subscription was removed for the benefits and they redirected me to MCT support via Pearson. Pearson sent me back to VSS support and it has been back and forth for a while. Does anyone have idea how to resolve this.6Views0likes0CommentsOne Drive Personal Vault Lock Notification
Hi, How do you turn on the Windows 11 - One Drive - Personal Vault - "Keep Personal Vault open" notification? May not have worded it exactly right but that is the essence of the question. Am on Windows 11 (personal), open One Drive, click on Personal Vault, unlock Personal Vault, Personal Vault file explorer page opens. So far no problems - works as expected. Setting for Personal Vault is to keep open for 1 hour. At the end of the hour, I used to get a notification asking if I still wanted to keep the vault open. Now - no notification and vault locks. How do I get this notification back? As said on Windows 11 with April update - have not done May yet. One of the most aggravating things about Windows and updates - is that some settings - not know to you or identified - are changed. And now you encounter different or unknown behavior. Incredibly frustrating when you just want your PC to work like you are used to. Any ideas or help would be greatly appreciated. Thank you!Solved94Views2likes3CommentsAssistance Needed: Appeal for Microsoft Certification Profile Ban Removal
Hello Microsoft Tech Community, I am reaching out in hopes of connecting with someone from the Microsoft Learn Security Team. Unfortunately, there has been a misunderstanding during one of my exams, resulting in a ban on my Microsoft Certification Profile from scheduling or taking any further certification exams. I have made several appeals for the removal of the ban but have not yet received a response from the Microsoft Learn Security Team. The certification I am pursuing is critical for my professional development and career advancement. I kindly request assistance from the community or any team member who can guide me on how to resolve this issue. Your help in lifting this ban would be immensely appreciated. Thank you for your attention to this matter.Solved1.2KViews1like5CommentsGraph API: summary field ignored for Adaptive Card message notifications/preview
Hello, Problem Summary When sending Adaptive Cards via Microsoft Graph API to Teams chats, the `summary` field in the message payload is completely ignored. This results in unhelpful generic notifications like "Card" or "Sent an attachment" instead of meaningful preview text. Environment - **API**: Microsoft Graph API v1.0 - **Endpoint**: `POST /chats/{chat-id}/messages` - **Platform**: Microsoft Teams (Desktop, Web, Mobile) - **Adaptive Card Version**: 1.5 Expected Behavior According to the https://learn.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-1.0, the `summary` property should be used for: > "Summary text of the message that could be used for push notifications and summary views or fall back views" When sending a message with `summary: "π¨ Big Alert: This is a real issue"`, I expect: - β Teams notification toast displays: "π¨ Big Alert: This is a real issue" - β Chat list preview shows: "π¨ Big Alert: This is a real issue" - β Activity feed shows: "π¨ Big Alert: This is a real issue" Actual Behavior The `summary` field has **no effect** on notifications or previews: - β Notification shows generic text: "Card" or "Sent an attachment" - β Chat list preview shows generic text or first TextBlock from card - β Activity feed shows generic text - β The `summary` field appears to be completely ignored Minimal Reproduction Request Payload ```json POST https://graph.microsoft.com/v1.0/chats/{chat-id}/messages Content-Type: application/json Authorization: Bearer {token} { "body": { "contentType": "html", "content": "<attachment id=\"card001\"></attachment>" }, "attachments": [ { "id": "card001", "contentType": "application/vnd.microsoft.card.adaptive", "content": { "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "TextBlock", "text": "Critical Alert", "weight": "bolder", "size": "large", "color": "attention" }, { "type": "TextBlock", "text": "Database connection has failed. Please investigate immediately.", "wrap": true } ], "actions": [ { "type": "Action.OpenUrl", "title": "View Details", "url": "https://example.com/alerts/12345" } ] } } ], "summary": "π¨ Big Alert: This is a real issue" } ``` Steps to Reproduce Create a test chat in Microsoft Teams Obtain OAuth2 token with `Chat.ReadWrite` scope Send the above payload via Graph API Observe notification/preview in Teams client **Result**: The `summary` field is ignored, notification shows generic text. Business Impact This limitation severely impacts user experience for: - **Alert/incident notifications** - Users can't identify urgency without opening the chat - **High-volume scenarios** - Users can't triage messages efficiently - **Time-sensitive operations** - Critical alerts look identical to routine messages Our team manages 200+ incident notifications daily via Adaptive Cards. Without meaningful previews, users must open every notification to assess priority, defeating the purpose of notifications. Workarounds Attempted β **Setting `summary` at message level** - Ignored when attachments present β **Adding preview text in `body.content`** - Overwritten by attachment β **Using different `contentType` values** - No improvement β **Including fallback text in Adaptive Card** - Not displayed in preview β **Only working solution**: Send plain text message first, then card separately (terrible UX) Questions **Is this a bug or by design?** If by design, why does the documentation describe `summary` as useful for notifications? **Is there an alternative mechanism** to control preview text for Adaptive Card messages? **Is this being tracked internally?** This seems like a fundamental limitation for bot developers. Full Reproduction Package I've created a complete reproduction package with test scripts and detailed documentation: - Test payload JSON - Bash/PowerShell test scripts - Step-by-step reproduction guide Can share via GitHub gist if helpful for the team to investigate. Request Please either: **Fix the implementation** to honor the `summary` field for Adaptive Card messages, OR **Provide an alternative mechanism** to control notification/preview text, OR **Update the documentation** to clarify that `summary` is not supported for Adaptive Cards This is blocking our production alert system deployment. Any guidance would be greatly appreciated! ---340Views3likes1CommentCan we get more guidance and feedback on the moderation being done on the messages
I have been an active poster on the Excel forum but every so often my posts will just disappear. Sometimes our message will be there but an attachment will be missing. Sometimes messages disappear but then show up hours or days later. Can someone PLEASE give us some insight into what is happening. Is this an auto-moderator or actual person? Either way can we please get a message informing us that our message is being held or rejected and why. How are we supposed to learn if we get no feedback. I don't appreciate spending time re-creating a worksheet (because these new posters aren't even allowed to attach their excel file for us to see) and then create a formula solution, write up how it works and then just have it all disappear. Makes me think Microsoft doesn't really care for me to help. And BTW, can you please revisit the reasoning behind not letting new accounts attach files. Is it a space/size issue? or is it a security issue? if the concern is space/size then make a limit on the file size. Security issue, make a limit on file types. All this tends to do is force members to ask the user to post the file using a file share service like onedrive, but if they use another service it can be a much larger security risk.207Views3likes8CommentsThe Chat Notification Badge That Won't Die
I know there's another thread on this, but literally none of those solutions worked, so I'm a starting a new thread. My chat notification won't go away. All of my chats are read. Here's everything I've done to fix this already (note- It's a corporate computer so I can't mess with the anti-virus): Signed out of the app every (desktop, web, phone) Restarted my computer Cleared the cache data from all 13 different locations Changed the setting to close the app when I shut down Closed it in the Task Manager Turned off all of my notifications Clicked on every chat I've received over the last week The only thing that seemed to maybe be the culprit was a very large company meeting and I was the last to leave. There was a lot of chat in that meeting, though I didn't participate in any of it. The reason I think this was when I went to log into to Teams from my browser, as I started to type "Microsoft Teams" I noticed in the suggested sites that there was a chat message from that meeting. So obviously I've left the meeting. I've deleted that chat. I've even left the teams channel that hosts those meetings. For what it's worth, I don't have any notifications on the phone app (android). It's just on the desktop and the web. Please, for the love of god, help. It's slowly driving me insane and I don't have the mental capacity to deal with anything else that makes me insane during quarantine. π *jk- I'm fine. It's a joke*158KViews4likes56CommentsIssue with "Edit with Paint 3D" Functionality
I have recently encountered an issue with Paint 3D. When I try to edit a picture using Paint 3D by right-clicking on the photo and selecting "Edit with Paint 3D," I am unexpectedly prompted to choose an app to open the file instead of Paint 3D launching directly. Has anyone else experienced this problem, or does anyone have any insights on why this might be happening and how to resolve it? Thank you for your assistance! Following was done: Reinstall Paint 3D Open Microsoft Store: Go to the Start menu and open the Microsoft Store. Search for Paint 3D: In the search bar, type "Paint 3D." Reinstall Paint 3D: If the app is installed, you can click "Open." If itβs not installed or you suspect it might be corrupted, click "Install" or "Get" to reinstall it. Ensure Paint 3D is Enabled Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Apps & features." Find Paint 3D: Scroll through the list of installed apps to find "Paint 3D." Ensure Itβs Enabled: If you find it, make sure itβs not disabled. If it is, re-enable it. Associate Image Files with Paint 3D Manually Right-click on the Image File: Right-click on an image file. Select Properties: Choose "Properties" from the context menu. Change the Default Program: In the Properties window, click the "Change" button next to "Opens with." Manually Find Paint 3D: Click "More apps" if Paint 3D is not listed. Scroll down and click "Look for another app on this PC." Navigate to C:\Program Files\WindowsApps and look for the Paint 3D executable. Note that you may need administrative permissions to access this folder. Use the Default Apps Settings Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Default apps." Reset Default Apps: Scroll down and click "Reset" under "Reset to the Microsoft recommended defaults." Change Defaults Manually: After resetting, try setting Paint 3D as the default app for your image files again. Check for System Updates Open Settings: Press Win + I to open Settings. Go to Update & Security: Navigate to "Update & Security." Check for Updates: Click "Check for updates" and install any available updates. Sometimes updates can fix issues with system apps like Paint 3D. 1. Check if Paint 3D is Installed Correctly Open PowerShell as Administrator: Press Win + X and select "Windows PowerShell (Admin)." Check Installation: Enter the following command to check if Paint 3D is installed: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Select Name, PackageFullName If Paint 3D is listed, itβs installed. If not, proceed to reinstall it. Reinstall Paint 3D: Uninstall Paint 3D using PowerShell: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage Reinstall from the Microsoft Store: Open the Microsoft Store, search for "Paint 3D," and install it. 2. Reset Paint 3D Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" > "Apps & features." Find Paint 3D: Scroll down and select "Paint 3D." Advanced Options: Click on "Advanced options." Reset: Click the "Reset" button. This will reset Paint 3D to its default state. 3. Create a New User Profile Open Settings: Press Win + I to open Settings. Go to Accounts: Navigate to "Accounts" > "Family & other users." Add Someone Else to This PC: Click on "Add someone else to this PC." Create a New User: Follow the prompts to create a new user account. Log In: Log out of your current account and log in with the new user account. Check if Paint 3D works correctly in the new profile. 4. Repair Windows Using DISM and SFC Open Command Prompt as Administrator: Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)." Run DISM: Enter the following command to repair the Windows image: powershell Copy code DISM /Online /Cleanup-Image /RestoreHealth Wait for the process to complete. Run SFC: Enter the following command to check and repair system files: powershell Copy code sfc /scannow Wait for the process to complete and restart your computer.28KViews1like11CommentsQuestion About Events, Azure, Copilot and Microsoft widgets
Hello! I am overly enthusiastic to learn more about this company, and I saw three events I'd like to attend in person as I cannot do anything online, I apologize. Does anyone know if there really is this Microsoft event on March 6th in Redmond? If not where is it as It is not coming up on the list or I cannot find it. I searched for azure events and about three came up, but after I scroll and the mouse timer comes up, nothing appears, is anyone interested in describing more about azure technology to me and how it works? I'll never tell! My last question is there is an event bsides seattle, I'm so confused is it at a hotel and how do you register because it's not listed on this platform. I wish I could do the online events like this was training, but it's better to do things in person always because it's more authentic. I tagged this as avatar, if you do not know anything about me just my love of tech what would my avatar be?84Views0likes1Comment