-
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
xADUser: Add ServicePrincipalNames property #153
Labels
enhancement
The issue is an enhancement request.
Comments
Looks like it should be easy to implement and it might have just been an oversight? Both, Set-ADComputer and Set-ADUser support the -ServicePrincipalNames hastable. Yet only xADComputer has implemented it as a DSC parameter. |
johlju
changed the title
Add ServicePrincipalNames property to xADUser
xADUser: Add ServicePrincipalNames property
May 8, 2018
johlju
added
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
labels
May 8, 2018
I'll try to do it.I have a good reference with xADComputer. |
4 tasks
johlju
pushed a commit
that referenced
this issue
May 25, 2019
- Changes to xADUser - Added ServicePrincipalNames Property (issue #153).
johlju
removed
the
help wanted
The issue is up for grabs for anyone in the community.
label
May 25, 2019
johlju
removed
the
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
label
Jun 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement
ServicePrincipalNames property is currently only available on xADComputer but being able to set SPN using xADUser would make it easier to create and update service accounts.
The text was updated successfully, but these errors were encountered: