ms teams
80 TopicsChange Teams Meeting Options (Who can bypass lobby) via Graph API
I would like to change the who can bypass lobby meeting options of teams meeting via power automate using graph api. So, I checked the meeting options via teams user interface like below first photo. Then I tried to apply this configuration on power automate via graph. So, I checked the documentation of Update Event for Teams meeting as recommended the link following: https://docs.microsoft.com/en-us/graph/api/onlinemeeting-update?view=graph-rest-1.0&tabs=http But there is not any options to restrict the user outside of my organization like the parameter "People in my organization" in the teams meeting options user interface for lobbybyPassSettings parameter. I checked how the lobbybypassSettings gets the value if the who can bypass lobby parameter has been set via teams meeting options user interface via powerautomate. It sets this parameter as "unknownFutureValue". But when I checked the documentation, Microsoft does't recommend this value to set.1.6KViews0likes2CommentsCamera - Extreme Lag
Following an update to MS Teams Public Preview last week - on or around 3/12/25, I am experiencing random extreme lag with my webcam when I'm on video. No other software was updated that should have affected this. While I've been troubleshooting, I've looked at everything I can think of. Drivers all updated, OS current with updates. Whether I have one app or many open, it is still random. I can end one call where my video lagged audio by about 3-5 seconds and then open another and it is fine. I have a corporate laptop with an integrated webcam. How can I begin to troubleshoot what is causing this?File attachment issue with custom apps
Hi there, my org is currently on public preview and the latest version is 25017.203.3370.1174. We are running few chatbot apps withing the org and since the updates, we see that the file attachment option in our chatbot app is either disabled for everyone or inconstant for few users. Checked the manifest and mad suer the file operations attribute is set to "true". No idea what's causing this issue!Help: Outlook for Mac missing Teams Integration
I have Outlook for Mac; I use it for work (I also created other profiles so I use my personal emails here as well). Till recently, it was working just fine. Then yesterday, I tried to create a meeting event with an MS Teams link but the MS Teams toggle button was not there; it was gone. I could not add a Teams link for the meeting. I have admin access to my Mac. I restarted my Mac, it didn't work. I have already uninstalled Outlook and Teams and reinstalled them; didn't work. I have tried to access the "Get Add-ins" button but it's grayed out. I have tried to go into "Outlook > Preferences" but I can't find "Preferences" in the Outlook menu. I have deleted all profiled and just tried with my work profile, still no success. I've spend way too much time on this with no success; any other ideas or suggestions? Thanks in advance.263Views0likes0CommentsCreate automated usage report from Microsoft Teams
I am looking into a way to create an automated report that creates a usage report that you can run in the MS Teams admin center 'https://admin.teams.microsoft.com/analytics/reports' and somehow send that data in an email with a CSV or just sample report. This would be a report for a call queue and not against a singular user etc. From what I can see I can get the data like any usage report for a call queue and export it manually in the admin center but I can't find any commands to trigger a usage report etc, but I can use Get-CSCallQueue to get info on a Call Queue. Is there anyway to do this at all, maybe I could use an API but not touched that before and mostly use the Teams powershell Module. https://learn.microsoft.com/en-us/powershell/module/teams/?view=teams-ps I have a script I started working on but still testing it out. # Specify the Call Queue ID $CallQueueID = "" # Retrieve the specific call queue $callQueue = Get-CsCallQueue -Identity $CallQueueID # Compile the data $queueData = [PSCustomObject]@{ QueueName = $callQueue.Name QueueID = $callQueue.Identity # Add more fields as necessary } # Create an array to hold the report data $report = @() $report += $queueData # Export the report to a CSV file $report | Export-Csv -Path "C:\Path\To\Your\CallQueueReport.csv" -NoTypeInformation # Output the report to the console (optional) $report | Format-Table -AutoSizeSolved1.3KViews0likes3CommentsMS Teams policy doesn't work as it is set
hi, we have the Meeting join & lobby settings like this: the problem is that some users if they create a meeting, their all invited participants land in the lobby. Yes - we have a few policies, and yes all have the same settings regarding Meeting join & lobby. Do you have any idea what's wrong?556Views0likes1CommentMS Teams and Private Channels content discoverability with Content Search
Hi everyone, Just wondering if the Compliance Centre's Content Search can also look at content stored in Private Channels in Teams I think it should but I've never been able to put this to the test. Has someone already tried doing a Content Search before? Did it cover Private Channel content?Solved1.3KViews0likes1Comment