-
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
xADComputer: Restoring from recycle bin fails #271
Labels
bug
The issue is a bug.
Comments
The same problem will occur for the objects User, Computer, Group, and Service Account. The fix is to change the |
johlju
added
bug
The issue is a bug.
in progress
The issue is being actively worked on by someone.
labels
May 11, 2019
johlju
added a commit
to johlju/ActiveDirectoryDsc
that referenced
this issue
May 11, 2019
- Changes to xADComputer - Restoring a computer account from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADGroup - Restoring a group from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADOrganizationalUnit - Restoring a organization unit from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADUser - Restoring a user from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271).
9 tasks
johlju
added a commit
to johlju/ActiveDirectoryDsc
that referenced
this issue
May 11, 2019
- Changes to xADComputer - Restoring a computer account from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADGroup - Restoring a group from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADOrganizationalUnit - Restoring a organization unit from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271). - Changes to xADUser - Restoring a user from the recycle bin no longer fails if there are more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue dsccommunity#271).
johlju
added a commit
that referenced
this issue
May 14, 2019
- Changes to xADComputer - Restoring a computer account from the recycle bin no longer fails if there is more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue #271). - Changes to xADGroup - Restoring a group from the recycle bin no longer fails if there is more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue #271). - Changes to xADOrganizationalUnit - Restoring an organizational unit from the recycle bin no longer fails if there is more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue #271). - Changes to xADUser - Restoring a user from the recycle bin no longer fails if there is more than one object with the same name in the recycle bin. Now it uses the object that was changed last using the property whenChanged (issue #271).
kwirkykat
removed
the
in progress
The issue is being actively worked on by someone.
label
May 14, 2019
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
Restoring from recycle bin fails if there are more than one object with the same name.
Verbose logs showing the problem
Suggested solution to the issue
Pick up the lastest changed object from the recycle bin using the property
whenChanged
.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)
dev
The text was updated successfully, but these errors were encountered: