diff --git a/Scripts/Powershell/Azure/Check Email Aliases.md b/Scripts/Powershell/Azure/Check Email Aliases.md index c7c6233..6678e7b 100644 --- a/Scripts/Powershell/Azure/Check Email Aliases.md +++ b/Scripts/Powershell/Azure/Check Email Aliases.md @@ -1,3 +1,6 @@ +!!! note + This command assumes you have performed the steps necessary to [Connect to Azure AD](https://docs.bunny-lab.io/Scripts/Powershell/Azure/Connect%20to%20Azure%20AD/). + The uppercase `SMTP` address is the primary address, while lowercase `smtp` are aliases. You can find the value in active directory in **"User > Attribute Editor > proxyAddresses"**. ``` powershell Get-AzureADUser -ObjectId "user@domain.com" | Select -Property ProxyAddresses