Skip to content
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

Open
Stefanbnilsson opened this issue Jun 2, 2022 · 5 comments
Open

How do i set the AD Atribute extensionName #691

Stefanbnilsson opened this issue Jun 2, 2022 · 5 comments
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@Stefanbnilsson
Copy link

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?

@johlju
Copy link
Member

johlju commented Jun 5, 2022

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.

@johlju
Copy link
Member

johlju commented Jun 5, 2022

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

@johlju johlju added the needs more information The issue needs more information from the author or the community. label Jun 5, 2022
@Stefanbnilsson
Copy link
Author

Yes, its that property i mean

@stale
Copy link

stale bot commented Jul 10, 2022

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.

@stale stale bot added the stale The issue or pull request was marked as stale because there hasn't been activity from the community. label Jul 10, 2022
@stale
Copy link

stale bot commented Sep 21, 2022

This issue has been automatically closed because it is has not had activity from the community in the last 40 days.

@stale stale bot closed this as completed Sep 21, 2022
@johlju johlju reopened this Sep 25, 2022
@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. and removed needs more information The issue needs more information from the author or the community. stale The issue or pull request was marked as stale because there hasn't been activity from the community. labels Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

2 participants