Update Scripts/Powershell/Azure/Connect to Azure AD.md

This commit is contained in:
Nicole Rappe
2024-01-23 20:21:04 -07:00
parent 1ffd38db7c
commit 580f716e78

View File

@ -20,7 +20,7 @@ Connect-AzureAD
### Useful commands ### Useful commands
The following are quick references for different fields in AzureAD. The following are quick references for different fields in AzureAD.
Check Email Aliases: **Check Email Aliases**:
``` powershell ``` powershell
Get-AzureADUser -ObjectId "user@domain.com" | Select -Property ProxyAddresses Get-AzureADUser -ObjectId "user@domain.com" | Select -Property ProxyAddresses
``` ```