Chats
10 TopicsAnnouncement Playback Service chat ¡HEPL!
Hello, for a few weeks now, one or two chats with the same name "Announcement Playback Service" have been appearing in my recent chats without explanation. Since the new chat update, they have remained permanently static in recent chats. I can't remove them, delete them, move them, or hide them. They're very annoying. I want to remove them. Does anyone know how? I've attached photos. (desktop and web versions) is the same problem When trying to move them from container: When I hit "Discard" nothing happens:2.4KViews0likes4CommentsUsing an Azure Automation Runbook to Remove Teams Chat Threads
A previous article explains how to delete Teams chats using an interactive Microsoft Graph PowerShell SDK session. This article builds on that information and explains how to use an Azure Automation runbook to find and remove specified chat threads by scanning all user accounts. The results of the scan and any removed chat threads are emailed to a nominated address at the end of processing. https://practical365.com/delete-teams-chats-azure/420Views1like0CommentsSharing availability within Teams chats
Hi, do you know if there is a way to include availability in a MS Teams chat in the same as we can do in the outlook Mobile APP? In the Outlook Mobile APP allows you to add availability by selecting timeslots from the calendar and embedding it into the email body. Thanks1.3KViews0likes1CommentUsing the Teams Delete Chat API with PowerShell
A beta version of a Graph API to delete Teams chat threads allows administrators to remove unwanted chats. This article reviews how the API requests work to delete, list, and undo deleted chat threads using cmdlets from the Microsoft Graph PowerShell SDK. The first step is to find chats to remove, so we wrote a script to report all the chat threads for the signed-in user. https://practical365.com/delete-teams-chat-threads/5KViews0likes0CommentsExport teams data chat history but failed
Want to export the data from organization teams but failed. I'm in "Free (classic)" as the team but under my @hotmail.com account So I have to switch the account type between "personal use" and "Org." Goal: Export the chat history, "Teams" board data. To export the data, I tried all the ways here, but all of them failed. 1. https://privacy.teams.live.com/ui/en/dataexport But the chat history can't be downloaded after it showed up. And the "contact" I downloaded in the same page, just showed the contact I have on "personal use". 2. I followed here to take the screenshot: https://www.technipages.com/microsoft-teams-export-chat-history#:~:text=Check%20the%20status%20of%20the%20export%20page%20under,how%20you%20can%20export%20your%20Microsoft%20chat%20history But every pages are too big to take screenshots, it would ask" are you still there" in a period of time when the program is still running. So I can't finish it for one page. And it's impossible to do with chat history of course. Sometimes chat history wouldn't show up when scrolling but searching keywords. 3. I went to business account support, and couldn't log in as @hotmail.com. Phone support also said it's not supporting for "Free (Classic)". 4. I saw the API key page, but I can't start it. I don't know how to start it plus I don't think I can use my @ hotmail. com to do that. Neither upgrade my account to do that under hotmail.com 5. I can't even copy & paste. Sometimes chat history wouldn't show up when scrolling but searching keywords. 6. When I posted this post, I couldn't post ! It said "Correct the highlighted errors and try again.", then said" Post flooding detected (user tried to post more than 2 messages within 300 seconds)" What happened?? Please help me. Thanks3.6KViews0likes4CommentsGraph API to get list of chats with $filter=id eq 'chat-id' is not working
I have recently observed a strange behavior in the Graph API to get chat by id. The following graph call works fine and gives the response. https://graph.microsoft.com/v1.0/chats/19:b8577894a63548969c5c92bb9c80c5e1@thread.v2 However, if I call the graph API with the filter expression like below it doesn't return any response for the same chat id https://graph.microsoft.com/v1.0/chats?$filter=id eq '19:b8577894a63548969c5c92bb9c80c5e1@thread.v2' This again doesn't return empty for all chat-id's, the chats that were not been active for few months are returned empty. However, if we post some message or add/remove member or basically modify something in the chat, the graph call with $filter=id eq 'chat-id' returns the response properly. The graph call with https://graph.microsoft.com/v1.0/chats/19:b8577894a63548969c5c92bb9c80c5e1@thread.v2 returns response even for the inactive chats819Views0likes0Comments