ms teams
57 TopicsVoicemail configuration
If I in (MS Teams -> Settings -> Calls -> Configure voicemail -> Text-to-speech customized greeting option) type a custom greeting and click OK, the new settings are activated. But if I open the Configure voicemail settings again, I don't see the custom greeting I just typed. I tried with Windows client v1.4.00.29469 and from https://teams.microsoft.com, same result is this a known error?1.9KViews2likes5CommentsMS teams Incoming Webhook Generating 400 to send Text Formats
I was trying to post some notifications from Azure DevOps Pipeline notifications using curl to MS teams channel. I used the Text Features Adaptive card from the MS Documentation, it was unable to post the message. other adaptive cards are able to post notifications with below curl command. curl -XPOST -H "Content-type: application/json" -d '{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": “1.0”, "body": [ { "type": "TextBlock", "text": "This is some **bold** text" }, { "type": "TextBlock", "text": "This is some _italic_ text" }, { "type": "TextBlock", "text": "- Bullet \r- List \r", "wrap": true }, { "type": "TextBlock", "text": "1. Numbered\r2. List\r", "wrap": true }, { "type": "TextBlock", "text": "Check out" } ] }'https://outlook.office.com/webhook/fdb-XXXX-XXXX-XXXX/e966e859-4ec9-497a-b1b8-5e6fadb19404 (sample Income web-Hook) I am receiving the Invalid webhook URL or HTTP 400 Bad Request and Summary or Text is the required message. can MS Teams adaptive cards support the Text feature by incoming webhook notifications?6KViews2likes0CommentsHelp needed on defining MS Teams governance for my environment
I need help on how I can determine what a user gets and why. so I can give my end users an explanation on to why I made a certain decision on how to move forward with a request to creating an MS Team from SharePoint. (ultimately, I’d like something that is almost a script, that helps me determine what a user gets and why.) For example, If a an end user says, I want the capability to do “xy and z”, I can refer to a document, that starts me off in the right direction. What is the threshold to create a new team? (What would help me determine to create a new team vs. trying to make an existing team do more things?)(Do I focus more on the team, or the security?) Thanks so much!Solved1.3KViews1like2Commentshow to disable blinking in ms teams on linux
hi, unfortunately i can not post links here - otherwise that wierdo "protection" stuff kicks in and blocks my thread. i am running linux (fedora 35) and i am forced to use ms teams. i disabled everything that should interrupt my work but teams still blinks in the tray bar (where all other open application tabs are located). how to disable that? i found some ways on windows with regedit how to achieve that (something with ForeGround 1) which should make teamz only blink one time but there is no regedit on linux! so how to do that on linux?? its just so annoying when i am working at something and this teams thingen is blinking until i click on it.940Views1like0CommentsHow To Manage Teams phone numbers
Hi, Currently, use PS to import those phone numbers to the CSV sheet, find a number not allocated and offer that to a new user. Get-CsOnlineUser | Where-Object { $_.LineURI -notlike $null } | Select-Object DisplayName,UserPrincipalName,LineURI | export-csv PHNumbers.csv -NoTypeInformation How do we automate this process or PS script to find the unallocated number easily?1.8KViews1like1CommentMSTeams Desktop Client Authentication : Popup not showing [Angular @microsoft/teams-js: 1.8.0]
Hi There, microsoftTeams.authentication.authenticate works perfectly on teams web client but not working on the teams desktop client, Tried many workarounds suggested by ms community, async, using promises but nothing is worked. calling authenticate following microsiftTeams.initialize() is opening a browser tab instead of a desktop client popup Any workaround for this? Is there a way to debug MS-teams desktop client? Teams SDK : Pernille-Eskebo/teams-js: 1.8.0 Angular 8 microsoftTeams.authentication.authenticate works on web client but not on the desktop client3.1KViews1like4CommentsMS Teams is stop recording without clicking
Hello All, I’m a new one here. I just faced some issue about recording a meeting in MS Teams. Meeting’s duration is 5 hrs but i can not record whole meeting in one time. I mean it’s stop recording itself and I did’n do any clicking of stoping the records. Has anyone experienced situation like this? How can we fix it? How do they come?Solved3.6KViews1like3Comments