May 15 2018
08:24 AM
- last edited on
Jul 24 2020
02:16 AM
by
TechCommunityAP
May 15 2018
08:24 AM
- last edited on
Jul 24 2020
02:16 AM
by
TechCommunityAP
I'm assuming set-azureaduser would be the correct cmdlet to use. If that is the case, the documentation doesn't have any examples of how to populate attributes such as companyName. I'm able to select attributes with the following syntax: Get-AzureADUserExtension -ObjectId $UserId | select ExtensionProperty | ConvertTo-Json or (Get-AzureADUser -ObjectId "user@domain.com").toJSon().
Is this attribute still read-only?
Thank you!
May 15 2018 10:41 AM
That property is only configurable via the Exchange tools afaik, so you need to use Set-User instead (or you can sync it from AD).