dsccommunity / dsccommunity/ActiveDirectoryDsc

How do i set the AD Atribute extensionName

Open
#691 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.