Remove Microsoft Teams Groups from Global Address List (GAL)

Office 365

How to remove Teams Groups from Global Address List (GAL) If you have issues seeing too many groups in the Global Address List (GAL), you can hide them via PowerShell with the command Set-UnifiedGroup Connect to Exchange Online via Powershell (I created a blog post about this here)  Run the below command: Set-UnifiedGroup -Identity group[at]contorso.com -HiddenFromAddressListsEnabled:$true​ […]

Connect to Exchange Online Powershell V2

Office 365

Connect to Exchange Online Powershell V2​ Microsoft will soon deprecate V1 or classic Exchange Online PowerShell connection. If you try to connect now you will get a warning like this: You have to do the following to setup your PowerShell with Exchange Online V2 Module: Open Powershell (As Admin) Run the next command only if […]

How to remove O365 alternate email address

Office 365

How to remove O365 alternate email address If you need to change the AlternateEmailAddresses to $null for a user account or tenant admin you cannot, however, it has to be an array as below. To check if the user has any alternate email address setup, use below command:   Get-MsolUser -UserPrincipalName email[at]contorso.com To set alternate […]

Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.