Recent Discussions
Please tell me how to disable the Pin Copilot message
Morning! I wrote a message yesterday but nobody replied, so here's another one so it doesn't get lost Can somebody tell me how to disable the annoying "Pin Copilot Chat" popup? every morning I have to say "Maybe Later" when I really mean to say NEVER IN A THOUSAND YEARS4Views0likes0CommentsBot creation failed
When i tried to create a bot in dev.teams.microsoft.com i am getting the below error { "resultType": 2, "result": null, "errorMessage": "When using this permission, the backing application of the service principal being created must in the local tenant" } can anyone help me with this Microsoft Teams46Views1like3CommentsCan I add a co-organiser to a meeting that someone without the owner doing it
Is it possible to alter the co-organiser of a recurring meeting if the owner of the meeting series is not available to? They are on long-term leave and we need someone else (part of the meeting anyway) to manage the series. Is it possible as a global admin perhaps?23Views0likes1CommentCall Event when one user calls another user so that Bot can be added to call
We have developed our Bot application and can record all media(audio, video) locally when a user directly calls the Bot User. However, we do not get a call event when one user calls another user - so that we can add the Bot to record the call. Both users have the global default compliance policy which allows recording. We have provided the necessary permissions to the Bot. What are we missing ? Thanks29Views0likes1CommentTeams channel messages delta API returns HTTP 400 BadRequest
Hello, We are encountering an unexpected error when calling the Microsoft Graph API endpoint: /teams/{team-id}/channels/{channel-id}/messages/delta This happens consistently for a specific Teams channel, which prevent us from retrieving incremental message updates using the delta query. Request URL: https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/messages/delta?$deltatoken=<redacted-deltatoken> Error Response: HTTP 400 { "error": { "code": "BadRequest", "innerError": { "client-request-id": "<redacted>", "date": "2025-10-07T06:32:56", "request-id": "<redacted>" }, "message": "UnknownError" } } Steps already tried (unsuccessful): Start a fresh delta query without the $deltatoken to obtain a new valid token Use the beta endpoint: https://graph.microsoft.com/beta/teams/{team-id}/channels/{channel-id}/message/delta Additional observation: If we add a filter condition such as ?$filter=lastModifiedDateTime gt <some-timestamp> to skip messages before a certain time, the query works normally. This suggests that there may be one or more problematic messages within a specific time range that cause the API to fail with BadRequest. Questions: Is this a known issue with the Teams channel messages delta API? Are there any recommended workarounds to avoid this error? Thank you.55Views0likes1CommentSupport RTL Languages on MacOS
As now, It seems Microsoft teams on MacOS does not support RTL languages when texts are being typed. This makes bad feeling when users want to read the text they've typed. The issue becomes worst when the text contains English phrase (when the message is sent) As far as I remember, Skype did support RTL languages when the texts are being typed.36Views0likes0CommentsCannot log in to Teams meeting
Hello Please i need your help on this issue. Cannot log in to Teams meeting. I get this error details: Request Id: 0c2729b9-f2e4-4edc-9726-ac0b15ff0b00 Correlation Id: 73bf50a0-159e-4bdf-a344-b646015bb1ed Timestamp: 2025-10-11T17:02:07Z Message: AADSTS1000104: Resource cloud microsoftonline.us is not allowed on identity tenant c168306a-0462-4b68-8f66-b2a50a12b1b5.6Views0likes0CommentsTeams Outlook Addin Missing
Hello Please i need your help on this issue. Teams Outlook Addin Missing. The diagnostics confirmed that the Teams add-in and Classic Teams are missing: I followed the troubleshooting instructions, and the add-in is still not enabled. Whilst the checkbox can be ticked, it cannot be enabled. I have also tried to add the add-in .dll file from the below window (following the filepath), but receive an error. This is the Teams version:7Views0likes0Comments</p>Teams Outlook Addin Missing </p>
Hello Please i need your help on this issue. Teams Outlook Addin Missing. The diagnostics confirmed that the Teams add-in and Classic Teams are missing: I followed the troubleshooting instructions, and the add-in is still not enabled. Whilst the checkbox can be ticked, it cannot be enabled. I have also tried to add the add-in .dll file from the below window (following the filepath), but receive an error. This is the Teams version:5Views0likes0CommentsThe Teams Developer Portal needs administrative views
The Teams Developer portal needs some way for Teams service admins or Global admins to view everything that is being deployed to the catalog both in a published and unpublished state. Alternatively, develop some graph endpoints that could be turned into cmdlets in Microsoft Teams PowerShell module or the Graph PowerShell SDK module. As administrators we need the ability to help with keeping our tenant clean, so these kinds of views or endpoints would allow us to make sure that anything uploaded and not needed may be removed or reassigned if the underlying owner leaves and someone else needs to take over something they've been developing. I've submitted a feedback item to the portal - so please help by adding a vote to the entry to bring it up as an enhancement for the Teams Developer Portal services. The Teams Developer Portal needs administrative views or PowerShell/Graph capabilities to manage uploaded solutions and other artifacts · Community23Views0likes0CommentsAffordable Conference Room Setups for Small Businesses Using Microsoft Teams Resource Accounts
Our small business (around 40 users) recently migrated from Google to Microsoft 365, and we’re facing several challenges in optimizing our meeting rooms for Teams without incurring large costs. Here’s our current setup and the main issues we are encountering—hoping for advice or creative solutions from the community. Current Setup All computers are domain-joined. We created resource accounts for each of our three meeting rooms; these appear correctly as Rooms in Outlook and Teams booking menus. Each meeting room contains a standard desktop PC (not MTR-certified) running Windows, logged into Teams as the room’s resource account. Employees use the meeting room computer to join calls and manage the meeting calendar. Current Issues Wireless Presenting (Casting): Teams’ wireless casting feature appears to require MTR-certified hardware, which is financially out of reach for a business our size. Unplugging and plugging HDMI cables is cumbersome and error-prone, especially since not everyone uses a laptop, and reconnecting the room PC is often forgotten. Agenda & Calendar Privacy: When meetings are booked, the full Teams agenda and chat history remain accessible on the meeting room machine. That means anyone in the room can view past meetings/agendas, which isn’t ideal from a privacy perspective. Screen Sharing and File Security: To present from the meeting room PC, any files must be accessible by the resource account, creating additional security concerns and sharing/permission headaches. What We’re Looking For Affordable wireless presenting options for meeting rooms—ideally something that integrates smoothly with Microsoft Teams, but without requiring full MTR hardware. Best practices to lock down or reset the meeting room PC so meeting agendas, chats, and files are not visible after a session. Secure ways to allow guests to present (screen share, share files, etc.) without exposing company data or making users jump through complicated permission processes. If anyone has experience setting up small, cost-effective Teams Rooms, especially with regular PCs rather than dedicated MTR devices, advice would be greatly appreciated! Specific steps, hardware/software recommendations, or management tips would all be helpful. Thanks in advance for any guidance!30Views0likes0CommentsHow can I remove Power Automate workflows from the Teams right click menu ?
Hello, Some time ago I created a Power Automate workflow which allowed me to set a reminder via the right click menu on Teams chat message so I could follow-up on it later. I have now deleted these workflows from Power Automate but they are still visible in the right click menu in Teams chat. I already restarted Teams and my computer but they remain visible although they do not exist anymore. When I select the workflow I receive an error because it does not exist anymore and can't be executed. Does anyone has an idea where I can remove these so they do not show in the right click menu in Teams chat anymore ? Thanks in advance !Solved47Views0likes2CommentsHow to Add a Timer to Microsoft Teams Meetings | Step-by-Step Guide
🚀 Boost Your Microsoft Teams Productivity! Have you ever wished you could keep your meetings on track and avoid running over time? Good news: Microsoft Teams has a built-in way to add a timer to your meetings! In my latest YouTube video, I walk you through: ✅ How to add a timer in Teams ✅ Why timeboxing improves meeting efficiency ✅ Tips for making your meetings more productive 📺 Watch the full tutorial here: https://youtu.be/5OEMaRZOfmY If you’re looking to optimize your Microsoft 365 experience, this one’s for you! 👉 What’s your favorite tip for running efficient meetings? Share it in the comments! #MicrosoftTeams #Productivity #Microsoft365 #Collaboration #WorkSmarter39Views0likes0Commentshow to achieve private stage view for custom team app in meeting
I’m working on a custom Microsoft Teams app that will be added to a meeting. My goal is to have the app load in a private stage view as a popout when clicked, so that only the user who clicked it can see the content, without broadcasting it to all meeting attendees. I've created a custom Teams app for meetings, but I'm facing an issue with the viewing behavior. Currently, when a user clicks the app during a meeting, the content first loads in the side panel. The user then has to click a "Share" button to push the content to the main meeting stage, which makes it visible to all attendees. However, what I want is for the app to immediately open in a private stage view (as a popout) when clicked, without showing anything in the side panel and without requiring the user to manually share it. The content should only be visible to the individual user, not broadcast to the entire meeting.50Views0likes4CommentsTeams Support for Emojis in Chat and Channels Section Names
Teams users can use emojis to create or rename chat section names. By incorporating emojis into section names, users create “visual anchors” to help navigate through Teams chats and channels. Sprinkling emojis around section names doesn’t really make me navigate any smarter, but it’s a feature that Slack has, so Teams can’t be left behind in the pretty interface stakes. https://office365itpros.com/2025/10/08/teams-chat-section-names/17Views0likes0CommentsTeams Tab Blazor App Works in Web but Not Desktop – SSO / Access Denied Issue
Hi all, I have developed a Teams tab application using Blazor with Azure AD SSO. It works perfectly in the Teams Web interface, but fails in Teams Desktop app. Troubleshooting details If you contact your administrator, send this info to them. Copy info to clipboard ✔ Copied Correlation Id: 2607e281-e81f-429f-95b6-755f4b30968d Timestamp: 2025-10-07T09:42:34.000Z DPTI: d2bf8e81894be21be1d5e1818fa47b2d8975c91c3d0eceb6622a99cc1fc8b8f1 Message: Access denied for the resource. Tag: 4usp7 Code: 3399614468 I would appreciate guidance on how to make the Blazor Teams tab work in both Web and Desktop using SSO. Thanks! Tahir49Views0likes2Comments
Events
REGISTER HERE
Microsoft Teams Rooms provide interactive and engaging meeting experiences. In this session, we'll talk about best practices for running events with a mix of Teams Rooms attendees and...
Wednesday, Oct 22, 2025, 08:00 AM PDTOnline
0likes
2Attendees
0Comments
Recent Blogs
- Teams continues to evolve to help your team work faster, simpler, smarter. Now threads in channels are generally available. It combines the simplicity of chat-like conversations with the structu...Oct 08, 20251KViews1like0Comments
- Hey Microsoft Tech Community, we’re back with the latest updates to Microsoft Teams! This month we’re excited to spotlight many new features, like Threads in Channels which lets you reply direct...Sep 30, 20255.9KViews1like1Comment