From 580f716e7861ff78395500865adf0c4507062d2e Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 23 Jan 2024 20:21:04 -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 07ce7c5..29ebb34 100644 --- a/Scripts/Powershell/Azure/Connect to Azure AD.md +++ b/Scripts/Powershell/Azure/Connect to Azure AD.md @@ -20,7 +20,7 @@ Connect-AzureAD ### Useful commands The following are quick references for different fields in AzureAD. -Check Email Aliases: +**Check Email Aliases**: ``` powershell Get-AzureADUser -ObjectId "user@domain.com" | Select -Property ProxyAddresses ``` \ No newline at end of file