Microsoft has rolled out a new feature in Exchange Online called External Sender Identification. It allows for tags to be added to email messages coming from outside of your organization. So what will happen is that Outlook will display a new tag on emails called “External” in the message list. In some Outlook clients, the…
Category: PowerShell
Create Powershell Session is failed using OAuth when using the Exchange Online V2 PowerShell module
Update: Since September 2022, the v3.0 PowerShell module of Exchange Online is available, which when used solves this issue as well. You can update your existing PowerShell module by running the following command. Update-Module -Name ExchangeOnlineManagement Today, while wanting to check some settings in our Exchange Online environment, I ran into an issue where the…