Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » AWS/Azure/OpenShift » Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation

Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation

Posted on 10/08/202125/03/2024 Christian By Christian 14 Comments on Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation
insufficientaccessright-1

Azure AD Connect is a tool for connecting on-premises identity infrastructure to Microsoft Azure AD. The wizard deploys and configures prerequisites and components required for the connection, including sync and sign-on. Azure AD Connect encompasses functionality that was previously released as Dirsync and AAD Sync. Here is a guide on how to synchronize your on-premises AD with Azure Active Directory using the Azure AD Connect tool. How to use the built-in AAD Connect troubleshooting tool. In this article, you will learn how to fix the Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation.

Note: Microsoft Entra ID is the new name for Azure AD. The names Azure Active Directory, Azure AD, and AAD are replaced with Microsoft Entra ID. Microsoft Entra is the name for the product family of identity and network access solutions.

Azure AD Connect uses 3 accounts in order to synchronize information from on-premises (Active Directory to Azure Active Directory).

However, These accounts are: AD DS Connector account used to read/write information to Windows Server Active Directory, and ADSync service account used to run the synchronization service and access the SQL database, and Azure AD Connector account used to write information to Azure AD.

Azure Hybrid Identity Features

Furthermore, Azure AD Connect is the Microsoft tool designed to meet and accomplish your hybrid identity goals. It provides the following features:

1: Password hash synchronization: A sign-in method that synchronizes a hash of a user’s on-premises AD password with Azure AD.

2: Pass-through authentication: A sign-in method that allows users to use the same password on-premises and in the cloud. But doesn’t require the additional infrastructure of a federated environment.

3: Federation integration: Federation is an optional part of Azure AD Connect. It can be used to configure a hybrid environment using an on-premises AD FS infrastructure. It also provides AD FS management capabilities such as certificate renewal and additional AD FS server deployments.

4: Synchronization: Responsible for creating users, groups, and other objects. As well as making sure identity information for your on-premises users and groups is matching the cloud. This synchronization also includes password hashes.

5: Health Monitoring: Azure AD Connect Health can provide robust monitoring and provide a central location in the Azure portal to view this activity.

Reason for the Error “Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation”

You may also encounter issues adding the directories with the service account. You can still add the on-premise environment (directory) even without having the right permission tied to the service account.

But you may find in the “Synchronization Service Manager“, the following error “permission issues with error code 8344: insufficient access rights to perform the operation”.

error-permission

Fix the “Azure AD Connect Permission issue”

To resolve this issue, please provide the necessary permission to the service account on the AD Connect Server. This can be done by adding the service account to the Administrators Group (Built-in OU).

It is recommended to let Azure AD Connect or you can specify a synchronization account with the correct permission. I pre-provisioned one and this is absolutely fine!

Screenshot-2021-08-10-at-00.19.52


Most times, this isn’t sufficient. You will have to add the service account as a member of the Administrator’s group in Active Directory.

You cannot use your Enterprise or Domain administrator account for your AD Forest account. 
Screenshot-2021-08-10-at-00.38.28

This resolved my import issue. Please proceed to the Azure Synchronization Service Manager server and rerun the synchronization. Check the Sync status whether it is completed without error.

Note: If you are using Password Hash Sync (PHS), you may want to use PowerShell script to configure the required permission or by enabling inheritance for the specific users. 

To resolve this issue, perform the following steps

  • Run Active Directory Inheritance script to get a list of users on which inheritance is blocked. Once you have the list pls make sure that you allow inheritance on those users/groups.
  • To allow inheritance, Make sure Advance Features are enabled in View then go to user properties –> Security –> Advanced –> Select the check box “to Include inheritable permissions from this object’s parent”

I hope you found this blog post helpful on how to fix the Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation. If you have any questions, please let me know in the comment session.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
AWS/Azure/OpenShift Tags:Azure, Azure AD, Microsoft Azure Active Directory, Microsoft Windows, Permission, Windows 10, Windows Server 2016

Post navigation

Previous Post: Unable to install Azure AD Connect, TLS 1.2 is required: How to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell
Next Post: Unable to import Windows Reg File: The specified file is not a registry script

Related Posts

  • header picture 1
    Azure CI/CD: Configuring Email Notifications in Azure DevOps AWS/Azure/OpenShift
  • azure file share feature image
    Deploy Legacy App to Azure Fileshare AWS/Azure/OpenShift
  • CreateanAWSact
    How to Set up an Amazon Web Services (AWS) Account AWS/Azure/OpenShift
  • defdfd
    The password has expired: Update your password and try again AWS/Azure/OpenShift
  • MSSQL Always On Cluster on Azure
    [AZURE] Procedure for creating an MSSQL Always On Cluster on Azure AWS/Azure/OpenShift
  • article 1280x720.192a2586 1
    How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift

More Related Articles

header picture 1 Azure CI/CD: Configuring Email Notifications in Azure DevOps AWS/Azure/OpenShift
azure file share feature image Deploy Legacy App to Azure Fileshare AWS/Azure/OpenShift
CreateanAWSact How to Set up an Amazon Web Services (AWS) Account AWS/Azure/OpenShift
defdfd The password has expired: Update your password and try again AWS/Azure/OpenShift
MSSQL Always On Cluster on Azure [AZURE] Procedure for creating an MSSQL Always On Cluster on Azure AWS/Azure/OpenShift
article 1280x720.192a2586 1 How to apply Windows Updates from WSUS to AWS Instances AWS/Azure/OpenShift

Comments (14) on “Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation”

  1. Avatar photo Georgescu Ionut says:
    06/12/2021 at 2:47 PM

    Thank you Christian.
    This worked for me.

    Log in to Reply
    1. chris Christian says:
      06/12/2021 at 5:10 PM

      You are welcome

      Log in to Reply
  2. Avatar photo James Bonnet says:
    06/01/2022 at 7:34 PM

    Most other forums talk about the “Replicating Directory Changes” permission to the domain but my sync account already had this so it wasn’t useful.

    This worked for me after a long search. Thanks

    Log in to Reply
    1. chris Christian says:
      23/02/2022 at 11:47 PM

      Thank you James for finding the guide useful

      Log in to Reply
  3. Avatar photo Vitus Quinny says:
    05/05/2022 at 12:59 AM

    Hi Christian,

    Thank you for the solution. Adding the service account to Administrators group solved the issue for me.

    But why exactly does this solve the issue? I’d like to understand what exactly does this do?

    Log in to Reply
    1. Avatar photo Vitus Quinny says:
      06/05/2022 at 4:39 PM

      Hi Christian,

      Any response to my query?

      Log in to Reply
      1. chris Christian says:
        07/05/2022 at 1:00 PM

        Yes, in the resolution block in the guide, I explained why you would need to grant the service account the necessary rights. Kindly take a look at this guide for more information: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/reference-connect-accounts-permissions

    2. chris Christian says:
      07/05/2022 at 12:58 PM

      Sorry about the delays! Since you are using a service account, this is used to run the synchronization service and access the SQL database, and the right permission is needed to perform the sync operation.

      Log in to Reply
  4. Avatar photo Bahaa says:
    13/06/2022 at 10:07 AM

    thank you so much for your efforts, this worked for me.

    Log in to Reply
    1. chris Christian says:
      13/06/2022 at 10:12 AM

      You are welcome!

      Log in to Reply
  5. Avatar photo Antonin says:
    28/07/2022 at 3:05 PM

    Wonderful. Thanks for your help.

    Log in to Reply
    1. chris Christian says:
      28/07/2022 at 3:09 PM

      You are welcome

      Log in to Reply
  6. Avatar photo K_A says:
    03/04/2023 at 6:20 PM

    This worked for me too. Thanks, Christian

    Log in to Reply
    1. chris Christian says:
      03/04/2023 at 7:11 PM

      Thanks a lot for the kind words…

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • image 54
    How to enable Amazon S3 default bucket encryption using S3 Console AWS/Azure/OpenShift
  • Standby Mode
    Disable modern standby on Windows 10 and 11 Windows
  • fba7f screenshot 2019 04 15 at 18.33.30
    File System Overview: How to decide on the right File System to use for your USB Linux
  • uninstalloffice
    Remove All Microsoft Office Apps from Mac Network | Monitoring
  • screenshot 2020 02 08 at 15.53.31
    Enable Automatic Logon via Windows Registry Windows
  • Fixed drives not encrypted by BitLocker via MBAM
    Why is BitLocker unable to encrypt Removable Drives via MBAM? Windows
  • Featured image
    Exploring the Reasons to use or not use Screensavers in Windows Windows
  • allthings.how how to download and install winget windows package manager windows 10 winget cli
    How to install Winget CLI on Windows Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,808 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.