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