Deploy-Deception icon indicating copy to clipboard operation
Deploy-Deception copied to clipboard

IdentityNotMappedException

Open mx4k opened this issue 3 years ago • 0 comments

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

mx4k avatar Oct 25 '21 08:10 mx4k