-
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
Issue: General question AdUser supporting custom extended schemas properties #630
Comments
I think it would be fairly easy to add those properties as parameters to the resource. They are just handled as text values right? So the would be added like a similar property like |
It would not make sense to include these as standard properties of the |
I am still highly interested in seeing this functionality supported. |
For reference how to implement it can be found in this resource https://github.com/dsccommunity/DnsServerDsc/blob/main/source/DSCResources/DSC_DnsServerRootHint/DSC_DnsServerRootHint.psm1. See both the schema and the code. |
Hello,
My environment has had the AD user schema extended to have ExtensionAttribute1-15.
I am currently supporting this by leveraging native Set-AdUser -Replace @{Extensionattribute1 = 'myvalue'}
Retrieval involves Get-AdUser abc -Properties ExtensionAttribute1
Is this possible to support within the AdUser resource? Wanted to ask for guidance, thanks in advance.
The text was updated successfully, but these errors were encountered: