From 0f2a93907c2c9a6c621dc1ce7963877add6d622c Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 23 Jan 2024 20:25:50 -0700 Subject: [PATCH] Update Scripts/Powershell/Azure/Connect to Azure AD.md --- Scripts/Powershell/Azure/Connect to Azure AD.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Powershell/Azure/Connect to Azure AD.md b/Scripts/Powershell/Azure/Connect to Azure AD.md index 58b164c..74144ef 100644 --- a/Scripts/Powershell/Azure/Connect to Azure AD.md +++ b/Scripts/Powershell/Azure/Connect to Azure AD.md @@ -21,6 +21,7 @@ Connect-AzureAD The following are quick references for different fields in AzureAD. ### Check Email Aliases: +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 > proxyAddress**. ``` powershell Get-AzureADUser -ObjectId "user@domain.com" | Select -Property ProxyAddresses ```