We are syncing on-prem AD to Azure AD using AzureADConnect and need to verify that the following attributes from on-prem AD are syncing successfully. Can you please help with the PowerShell commands, which can help with fetching these attributes?
cn
countryCode
DisplayNamePrintable
middleName
mS-DS-ConsistencyGuid
msExchImmutableId
msExchRecipientDisplayType
msRTCSIP-Line
msRTCSIP-OptionFlags
msRTCSIP-UserEnabled
I've already tried to fetch them using Get-AzureADUser, Get-Mailbox, Get-AzureADUserManager, Get-MsolUser.