-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do i set the AD Atribute extensionName #691
Comments
The DSC resource ADUser does not yet support the ExtensionAttribute1-15 that is added to the AD Schema when running Exchange Server. Not sure if these properties should be added to ADUser resource or if there should be a resource in xExchange that supports these properties, Custom attributes in Exchange Server. |
Hmm... I might have misunderstood, is it this property you mean? https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adls/3d2ba9f3-2784-44e8-9a39-b31594bfb285 |
Yes, its that property i mean |
This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close. |
This issue has been automatically closed because it is has not had activity from the community in the last 40 days. |
As i understand i can use this Powershell to set the Attribute extensionName to a value of my choice
Set-ADUser -Identity "anyUser" -Add @{extensionName="myString"}
But how do i this with DSC?
or is this not suported by this module ActiveDirectoryDSC?
The text was updated successfully, but these errors were encountered: