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 […]
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. […]
Especially during a messaging migration, situations may arise where external message forwarding has to be set up for several users. One of the reasons, given as an example, may be that the affected users have to be migrated to a new tenant and a new primary SMTP has to be used on this tenant. To […]
There are various reasons why the Outlook cache needs to be deleted. One of the most common reasons is after a migration, for example to Exchange online. The Outlook cache can be deleted in various ways. However, as an administrator, we are interested in doing this centrally from one place. In this article, I would […]
In this article I would like to return to an old series. It’s about PowerShell commands that we should all know. The commands we are looking at today are all for Microsoft 365 and its services. 1. Connect with SDK (and the needed permissions) As already known, Microsoft will soon withdraw the Azure AD […]
As Microsoft Teams continues to replace conventional telephony systems, there are more and more tasks to be done in this area that we are normally used to doing in a conventional telephony system. In this article we will deal with a smaller topic, which is nevertheless very important. From a user perspective, we can block […]
For a given occasion, I have rewritten the script: Add BULK Users from CSV to Azure AD Group. The functionality is almost the same. The following points have been adapted: Instead of the Azure Active Directory module, the script now works with the Microsoft Graph PowerShell SDK module. If the required module is not […]
This script is for the following use case: An administrator needs to add multiple users from an organisation to an Azure AD group. This can be done in different ways. On the one hand in the Azure Admin Portal or via Powershell. In my variant, I have created a script that can massively simplify […]
This article serves as documentation for the script, which is stored on GitHub. The corresponding script can be downloaded from the following link. It is often the case that we have to adapt the Team Calling Policies for several users. This can be done in two ways. via the Microsoft Teams Admin Center via PowerShell […]
A few weeks ago, I wrote a PowerShell script concerning the Teams Voice Admin Tool. This script received a good response from the community, and I am very pleased that I was able to help some people with their daily work. In the meantime, I have developed the script further and added more options. Since […]
An extremely important element in the field of telephony, apart from incoming calls and their management, is the element of outgoing calls. Each user has his or her personal telephone number, which also appears on the display when an outgoing call is made to the other party. Now, however, there is a requirement – especially […]
I was looking for an easy way to distribute Teams Voice policies for several users. I came up with the idea of doing this via PowerShell. In this article, I describe the functionality of my PowerShell script, which I wrote and made available to all of you on my GitHub repository. I hope […]