What's Trending

Subscribe

Latest Posts

Using 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.

September 25, 2023

Removing Teams Chat Threads with the Teams Delete Chat API

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.

September 18, 2023

The Importance of a Well-Thought-Out Security Strategy 

Although there is not a single definitive right answer on how to leverage Microsoft's solutions to support your cybersecurity strategy, there is much to be learned from how certain challenges are typically overcome by others. In this Blog, Michael Van Horenbeeck discusses the importance of a Well-Thought out Security Strategy with some helpful tips along the way!

September 13, 2023