How can I set an arbitrary (non default) attribute for an AD user or AD Contact?
- by makerofthings7
I have AD Users, or contacts that are not Exchange Mailbox users, or contacts.
I also have a SSO system (Ping Identity... technology similar to Microsoft ADFS), where it leverages the AD Schema attribute: CustomAttribute1 to store information needed for SSO. This CustomAttribute1 was created by the Exchange Schema.
I would like to use CustomAttribute1 for both AD Users and AD Contacts, as well as the Exchange equivalent user and contacts.
Question
Since the Exchange tools will only allow me to modify "Exchange" users, what is the way to modify the AD counterpart? e.g. if the following command sets a mailbox...
set-mailbox -Identity [email protected] -CustomAttribute1 [email protected] -WarningAction silentlyContinue
What command will allow me to update an AD user (non-mailbox) under the same schema attribute?