Hi all,
I want to create an external Username (username-ext).
Loginname is the same as the initials.
Changing the intiakls -> intials-ext
samaccountname -> samaccountname-ext
userPrincipalName = samaccountname
After performing the script, I'm always getting this errormessage.
I have changed the Logininformation to an other Domain-Admin, same result:
Softerra.Adaxes.CommandPipeline.CommandProcessingException: Der folgende Befehl verursachte eine Ausnahme während der Ausführung: 'Löschen, Bitte (xxx.net\Users)' ändern: von Kürzel auf 'test5-ext' festlegen, von Benutzer-Anmeldename (prä-Windows 2000) auf 'test5-ext' festlegen, von Benutzer-Anmeldename auf 'test5-ext@xxxx.net' festlegen. ---> Softerra.Adaxes.Adsi.DirectoryComException (0x80072014): Der angeforderte Vorgang erfüllt mindestens eine Einschränkung nicht, die für diese Objektklasse Bedingung ist. (Server: xxxx) ---> System.DirectoryServices.Protocols.DirectoryOperationException: Eine Verletzung der Objektklasse ist aufgetreten.
bei #F.#Rq.SendDirectoryRequest(ILdapConnection connection, DirectoryRequest request, ReferralChasingOptions referralChasing, TimeSpan clientTimeout, IDirectoryRequestErrorHandler errorHandler)
bei #F.#Rq.SendDirectoryRequest(NtdsDirectoryIdentifier directoryId, ADS_AUTHENTICATION_ENUM authOptions, DirectoryRequest request, ReferralChasingOptions referralChasing, TimeSpan clientTimeout, IDirectoryRequestErrorHandler errorHandler)
bei #F.#Rq.SendDirectoryRequest(NtdsDirectoryIdentifier directoryId, ADS_AUTHENTICATION_ENUM authOptions, DirectoryRequest request, ReferralChasingOptions referralChasing, TimeSpan clientTimeout, IDirectoryRequestErrorHandler errorHandler)
bei Softerra.Adaxes.Adsi.AdmObject.SendDirectoryRequest(DirectoryRequest request, ReferralChasingOptions referralChasing)
bei Softerra.Adaxes.Adsi.AdmObject.ModifyObjectInDirectory(ICollection`1 propertiesToWrite)
bei Softerra.Adaxes.Adsi.AdmObject.ModifyObject(WritePropertiesContext writePropertiesContext)
bei Softerra.Adaxes.Adsi.AdmObject.SetInfoEx(Object props)
bei Softerra.Adaxes.CommandPipeline.Actions.SetPropertiesAction.ExecuteAction(IAdmTop targetObject, AdmPropertyList propertyListCopy)
bei Softerra.Adaxes.CommandPipeline.Actions.ActionBase.Execute(IAdmTop targetObjectArg)
bei Softerra.Adaxes.CommandPipeline.Actions.ActionBase.Execute(ICommand command)
--- Ende der internen Ausnahmestapelüberwachung ---