With this simple Powershell command you can easily find out which user who owns a specific email address:
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Get-Recipient email@address.com
A blog about my daily work with tech and more, running since 2008
With this simple Powershell command you can easily find out which user who owns a specific email address:
Import-Module ExchangeOnlineManagement
Connect-ExchangeOnline
Get-Recipient email@address.com