From 975db0a17d3d81148d821cf235776d01f876becc Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 23 Jan 2024 20:26:32 -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 48fd08a..dcad5b4 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 > proxyAddresses**. +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 ```