Forum Discussion
Stephen Leuthold
May 15, 2018Brass Contributor
Does anyone know how to set companyName via AzureAD PoSH module?
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!
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).