question

mahfuzrupok-2233 avatar image
0 Votes"
mahfuzrupok-2233 asked Gops answered

We are not able update users information after adding new custom attributes.

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

123295-image.png


windows-active-directory
image.png (73.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Dev073 avatar image
0 Votes"
Dev073 answered mahfuzrupok-2233 commented

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

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you for your update.

We want to update for bulk user. Can we get any help regarding this.

0 Votes 0 ·
Gops avatar image
0 Votes"
Gops answered

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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.