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 […]
In this blog article I describe the functionality (documentation) of my latest script for Microsoft Teams. It is about deleting the Teams cache for one or more users. This can be done in different ways. On the one hand, there is a really great tool by Johannes Huber under the following link: Teams Cache löschen […]
In this article I describe the functionality of my Powershell script tool for managing Microsoft Teams Voice. I have developed a PowerShell tool that should simplify the daily and non-daily work with Teams Voice. This tool has three categories, which are divided into the administration of phone numbers for users, the creation of callflows […]
Not every company uses Microsoft Intune or System Center, but this does not mean that tools such as Microsoft Defender for Endpoint cannot be used. Only the distribution of the corresponding onboarding packages is not necessarily as simple as when, for example, Microsoft Intune is in use. Many tasks have to be done manually. To […]
Since I rely heavily on standardization for my clients, I have created a new script that I would like to share with you here. You can find the GitHub link at the end of this article. Why does it make sense to create and manage licence groups in a standardized and automated way? There are […]