adoption
23 TopicsPowershell for creating a Auto Attendant
Hello I would like to create an Auto Attendant through Powershell. The command is New-CsAutoAttendant Teams keeps asking about the DefaultCallFlow. I would like to hardcode the command like this: New-CsAutoAttendant -Name "xx" -LanguageId "fr-FR" -TimeZoneId "Romance Standard Time" How do I add the DefaultCallFlow and then redirect it to an external number Regards JFM_12Solved142Views0likes4CommentsClarification regarding the URL change for 0365 connectors and E.T.A for supporting MessageCards
Clarification regarding the URL change Hi , I noticed the shift from the old URL format to the new URL format for old Office 365 Connectors. After the transition to new URL format in O365 connectors it looks like this : New URL format for 0365 connectors : https://companyadmin.webhook.office.com/... In new MS teams workflows the URL format is this : https://prod-256.westus.logic.azure.com:443/workflows/... We want to differentiate between the O365 connector URLs and new MS Teams Workflow URLs currently if we observe the URLs we can see that for 0365 connectors we have webhook term in the URL and for new MS Teams Workflow URLswe have workflows term in the URL . So that we can use MessageCard or AdaptiveCard accordingly in the mean time for O365 connector and MS Teams Workflows respectively. Can we rely on this logic to differentiate between the O365 connector URLs and new MS Teams Workflow URLs . Will this pattern of using "webhook" for old connectors and "workflows" for new MS Teams Workflow URLs continue to be followed in the future, allowing us to differentiate between legacy and new integrations? Regarding the MessageCard support in new MS Teams Workflows In this https://devblogs.microsoft.com/microsoft365dev/retirement-of-office-365-connectors-within-microsoft-teams/ it is mentioned that We are currently developing a method for webhooks in the Workflow app to support the following scenarios and will share more details before March 30, 2025. Could you provide a specific ETA or date for when MessageCard support in the Workflow app will be fully available? We understand more details are expected by March 30, 2025, but we’re looking for a clearer timeline.315Views0likes2CommentsPowershell to export AutoAttendant Default Call Flow
Hello I have written a Script that configures the Default Call Flow. Would like to export before in that same script the existing configuration The part of the script is $autoAttendant_CallFlow = WR_Log_Command -Command { get-CsAutoAttendant -NameFilter $row.AutoAttendantName } -Type "Get AutoAttenand Name" Write-Host "==> This is the existing autoAttendant_CallFlow $($autoAttendant_CallFlow.DefaultCallFlow.Menu) " -ForegroundColor Magenta -BackgroundColor Black But I am getting these results Microsoft.Rtc.Management.Hosted.OAA.Models.AutoAttendant or Account Environment Tenant TenantId ------- ----------- ------ -------- email-address AzureCloud "Tennant" "Tennant ID" Do you have an Idea why it is like that Thank you for your help JFM_12Solved712Views0likes6CommentsSeeking your suggestions on how to modify the UI of the Bot Plugin
Dear Community, I am seeking your suggestions on how to modify the UI of the Bot Plugin. Currently, we are using Adaptive cards to handle plugins with an advanced settings approach(Img 1). However, I recently discovered the MS Copilot Teams App(Img 2), which has a great UI for handling plugins. Unfortunately, I couldn't find any good sources to start a proof of concept (POC) with a similar UI. It would be greatly appreciated if you could share some ideas and resources on how to change the UI to resemble the Copilot App interface Thanks. Img 1 - my bot design Img 2 : Looking for solution536Views0likes2CommentsSetting Threshold for Monitoring Cal Quality
Hello I want to set some thresholds for the Call Quality in Teams. I have found some information here Monitor call and meeting quality in Microsoft Teams - Microsoft Support Use CQD to manage call and meeting quality in Microsoft Teams - Microsoft Teams | Microsoft Learn But not alle values are there mentioned I am looking also for - Second Feedback Rating Avg - Video Poor % - Video Poor % Freeze - VBSS Poor % Where are these and also other measurements mentioned and their recommended values Thank you JFM_12757Views0likes4CommentsMS Teams with FreeBSD
According to this URL: https://itsfoss.com/microsoft-teams-linux/, Microsoft provides .DEB installer files for Debian and Ubuntu based distributions and .RPM for Red Hat and Fedora based distributions for MS Teams. I would like to know if there are any plans to also include the FreeBSD operation system into this mix? I believe it would be a worthwhile venture. Since MS is already supporting some *nix systems, including FreeBSD should not prove a major problem. I would be happy to do some beta testing if required. Thanks!20KViews14likes10CommentsApp not showing under teams app but when pop it up
Hello community, I have the following teams app, when I click in from the teams menu, it shows with no tabs, but when I click the pop up option, it appears with all the tabs I added, any idea what can be the reason? Permissions ? thank you very much First View: After pop up option:920Views0likes2CommentsDetached Video
In Zoom and some other presentations software we're able to detach people's videos from screensharing presentations, which is hugely beneficial to the hearing impaired who need to see people's faces when conversing. Unfortunately, in Teams, videos are just shrunk and attached to the top of presentations unless you have the screenshare in full screen. Is there any plans on making videos detachable from the presentation so we can drag it, say, on a second monitor?721Views0likes1Comment