We are not able update users information after adding new custom attributes. but default attribute is working fine.

We are not able update users information after adding new custom attributes. but default attribute is working fine.

Hi,
are you able to update the customer attribute using GUI ?
This is due to PowerShell cmdlet set-aduser is not picking the custom attributes.
Try this solution :
https://stackoverflow.com/questions/48443984/i-created-a-new-custom-attribute-in-activedirectory-how-can-i-modify-it-in-powe
Thank you for your update.
We want to update for bulk user. Can we get any help regarding this.
Hello,
can you provide the command line which you're trying to update the custom attribute.
Also, you can check below command
Set-ADUser -Identity User1 -Replace @{CustomAttributeName="Value"}
Let us know the status.
9 people are following this question.