Discover how AI-powered intelligence is revolutionizing workplace communication through automated summaries, real-time insights, and seamless call management In today’s fast-paced business environment, meetings and phone calls generate countless hours of valuable information that often gets lost in the shuffle. Microsoft 365 Copilot is changing this reality by bringing artificial intelligence directly into Teams meetings and […]
Introducing the Microsoft Teams Presence Dashboard I’m excited to announce the release of the Microsoft Teams Presence Dashboard, a powerful tool designed to help organizations monitor the presence status of users within their Microsoft 365 tenant. This open-source tool is now available for download on GitHub at MSB365/TeamsPresenceDashboard. What is the Teams Presence […]
Complete Exchange Documentation Script Guide Master the art of Exchange infrastructure documentation with our comprehensive PowerShell script Table of Contents Introduction & Overview What Does This Script Do? Prerequisites & Requirements Installation Guide Understanding Parameters Step-by-Step Usage Guide Real-World Examples Understanding the Output Troubleshooting Guide Security Considerations Automation & Scheduling Best Practices Introduction […]
Overview: This comprehensive guide provides PowerShell commands for migrating email domains in hybrid Microsoft 365 and Active Directory environments. The scripts cover updating User Principal Names (UPNs), managing Exchange Online mailbox addresses, and configuring Active Directory proxy addresses. Table of Contents Prerequisites Step 1: Update User Principal Names (Microsoft Graph) Step 2: […]
This article is a documentation for another script which I have written and would like to make available to the community. The script refers to the conditional access policies. And can be used in several ways. The admin should be able to create a simple report of the existing conditional access policies for his customers. […]
Introduction In this article, I describe one of the most elaborate scripts I have ever written for the community. This script is about defining a standard for how a tenant assessment can be carried out. Everyone who works as a consultant, solution architect or similar in the Microsoft 365 world faces more or less similar […]
Preliminary information This article, or rather this script, is based on the GitHub script of the AdminDroid team. Before I get to my script and my article, I would like to point out the initial script that motivated me to create my script and this article for the community. Thanks again to AdminDroid for making […]
I’m excited to share a new PowerShell script I’ve developed that dives into Microsoft Teams presence data and generates a graphical report. This script allows you to analyze user presence within your tenant over the past week, offering valuable insights into how your teams are engaging and collaborating. Understanding user presence in Microsoft Teams can […]
Introduction I’ve delved into the world of PowerShell scripting to create a solution that records and reports the current utilization of meeting rooms in Exchange Online. If you’re looking to optimize your meeting room usage and get detailed insights, this script is for you! Script Overview The PowerShell script I’ve developed is designed to […]
In today’s digital landscape, automating processes is an essential part of increasing efficiency and maximizing productivity. In this blog post, I will introduce you to a powerful PowerShell script that greatly simplifies the registration of applications in Microsoft 365. This script provides a complete solution that not only automates app registration, but also generates a […]
Recently, an unexpected problem popped up with some ConditionalAccess policies: it is not possible to enforce controls. Applications show up as ‘excluded’ from the targeted resources when ConditionalAccess policies are evaluated. This behaviour allows users to access resources without MFA or compliant devices. This is possible for Applications which use Entra ID as Idp or […]
This article is a sequel for my blog article ‘How to build a call center with Microsoft Teams’ and describes how we can extend our Call Center configuration with the callback function. This is another step that we have the possibility to further improve our Call Center and all this without using 3rd party tools. […]