From c91bf8df67bd345014052aad4d09265978d758b7 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 23 Jan 2024 20:26:11 -0700 Subject: [PATCH] Update Scripts/Powershell/Azure/Connect to Azure AD.md --- Scripts/Powershell/Azure/Connect to Azure AD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Powershell/Azure/Connect to Azure AD.md b/Scripts/Powershell/Azure/Connect to Azure AD.md index 74144ef..48fd08a 100644 --- a/Scripts/Powershell/Azure/Connect to Azure AD.md +++ b/Scripts/Powershell/Azure/Connect to Azure AD.md @@ -21,7 +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**. +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 ```