Some attributes, including the msDS-cloudextensionattributes, are case sensitive when using the
-IncludedProperties parameter in the Active Roles Management Shell.
For example, this query always returns the expected value in the msDS-cloudextensionattribute10 attribute:
Get-QADUser 'User.Name' -IncludedProperties msDS-cloudextensionattribute10 | select msDS-cloudextensionattribute10
This query always returns a blank value for the msDS-cloudextensionattribute10 attribute:
Get-QADUser 'User.Name' -IncludedProperties msds-cloudextensionattribute10 | select msds-cloudextensionattribute10