Skip to content
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

IdentityNotMappedException #3

Open
mx4k opened this issue Oct 25, 2021 · 0 comments
Open

IdentityNotMappedException #3

mx4k opened this issue Oct 25, 2021 · 0 comments

Comments

@mx4k
Copy link

mx4k commented Oct 25, 2021

When I try to run

Create-DecoyUser -UserFirstName Erster -UserLastName Benutzer -Password ([System.Web.Security.Membership]::GeneratePassword(128,2)) | Deploy-UserDeception -GUID d07da11f-8a3d-42b6-b0aa-76c962be719a -Verbose

I receive this error (sorry, in german only):

AUSFÜHRLICH: Turning "Success" Auditing on for "CN=ErsterBenutzer,CN=Users,DC=XXXXX,DC=de,DC=local" when "Everyone" uses "ReadProperty" right.
Ausnahme beim Aufrufen von "AddAuditRule" mit 1 Argument(en):  "Manche oder alle Identitätsverweise konnten nicht übersetzt werden."
In C:\Temp\Deploy-Deception.ps1:403 Zeichen:9
+         $ACL.AddAuditRule($AuditRule)
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : IdentityNotMappedException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant