What's Trending

Subscribe

Latest Posts

Practical Graph: Remove 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

Microsoft Changed the Way the Search-UnifiedAuditLog Cmdlet Works Without Telling Anyone

Microsoft has changed the way that the Search-UnifiedAuditLog cmdlet works without saying anything to Microsoft 365 customers. The results is that some scripts don't work and others won't return the expected results. This article explains what's happened and offers a workaround. Microsoft's actions are unexplainable, but it's the norm in this area where audit log changes happen without communication all the time.

September 5, 2023

Practical Graph: Bulk License Assignment

A reader asked how to use a CSV file for bulk license assignment with the Microsoft Graph PowerShell SDK. We didn't have one to hand, so we wrote a new script to illustrate the principles of how to process license assignments for a set of user accounts (which don't necessarily have to come from a CSV file). We even included some error handling!

September 4, 2023