-
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
ADGroup: Cannot set Standalone/Group Managed Service Account Members #532
Labels
enhancement
The issue is an enhancement request.
Comments
johlju
added
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
labels
Dec 29, 2019
Would be great to have this in. Would you be interested in sending in a PR? |
JohnCardenas
added a commit
to JohnCardenas/ActiveDirectoryDsc
that referenced
this issue
Dec 30, 2019
10 tasks
Working on a PR now. |
X-Guardian
added
in progress
The issue is being actively worked on by someone.
waiting for author response
The pull request is waiting for the author to respond to comments in the pull request.
needs more information
The issue needs more information from the author or the community.
and removed
help wanted
The issue is up for grabs for anyone in the community.
waiting for author response
The pull request is waiting for the author to respond to comments in the pull request.
needs more information
The issue needs more information from the author or the community.
labels
Jan 15, 2020
9 tasks
johlju
pushed a commit
that referenced
this issue
Mar 11, 2020
- ADGroup - Added support for Managed Service Accounts (issue #532).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details of the scenario you tried and the problem that is occurring
We're using cross-forest service accounts, and we want to represent the configuration in PowerShell DSC. However, it looks like
msDS-GroupManagedServiceAccount
andmsDS-ManagedServiceAccount
are not supported in theAdd-ADCommonGroupMember
function in the ActiveDirectoryDsc.Common module.Verbose logs showing the problem
Suggested solution to the issue
Add
msDS-GroupManagedServiceAccount
andmsDS-ManagedServiceAccount
object types to theAdd-ADCommonGroupMember
function in ActiveDirectoryDsc.Common:The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
Version and build of PowerShell the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
4.2.0.0
The text was updated successfully, but these errors were encountered: