dsccommunity / dsccommunity/ActiveDirectoryDsc
How do i set the AD Atribute extensionName
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 388
- Forks
- 141
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names ActiveDirectoryDSC and the PowerShell Set-ADUser command. Start by locating the DSC resource that manages Active Directory users and checking whether extensionName is an accepted attribute. Done means establishing whether the module supports this configuration and identifying the supported DSC configuration path if it does.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100