question

NeverKnow-2832 avatar image
1 Vote"
NeverKnow-2832 asked JohanvanHaarlem-5870 commented

Insufficient access rights to perform the operation - error 8344

I am running into the common 8344 "Insufficient access rights to perform the operation"

I went through various tips/blogs and tried the following:

In AD, ensure that the user account performing the operations has inheritance enabled
Tried the following powershell command:

$DN = "DC=domain,DC=local"
$Account = "domain.LOCAL\AccountName"
$cmd = "dsacls $DN /I:S /G '`"$accountName`":RPWP;mS-DS-ConsistencyGuid;user'"
Invoke-Expression $cmd

It is trying to write back to the mS-DS-ConsistencyGuid but failing there.
Password writeback seems to be ok.

I am not sure what else to try other than what I have done


azure-ad-connect
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I had the same issue, i fixed it by enabeling inherritance on my user-object.

Regards,

0 Votes 0 ·

1 Answer

amanpreetsingh-msft avatar image
0 Votes"
amanpreetsingh-msft answered

Hi @NeverKnow-2832


Here is a PowerShell script: https://gallery.technet.microsoft.com/office/AD-Advanced-Permissions-49723f74 that you can use to configure required permissions for the following features:


Device WriteBack


Exchange Hybrid WriteBack


Office 365 Group WriteBack


Password Hash Sync (Replicating Directory Changes / Replicating Directory Changes All)


Password WriteBack


ms-DS-ConsistencyGuid permission


adminSDHolder



Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.