Open Stefanbnilsson opened 2 years ago
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?