Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

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

Posted on 10/08/202125/03/2024 IT Expert By IT Expert 14 Comments on Azure AD Connect Permission issue: Error 8344 insufficient access rights to perform the operation
  1. Home
  2. AWS/Azure/OpenShift
  3. 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

  • image 11
    Setting Up your Amazon S3 Glacier and FastGlacier for Your Online Vault AWS/Azure/OpenShift
  • S3 Bucket 1
    How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux AWS/Azure/OpenShift
  • create a new Azure SQL Database
    How to create a new Azure SQL Database [PaaS] AWS/Azure/OpenShift
  • images
    AWS Network Adapter: Redhat to Citrix PV and AWS PV Driver AWS/Azure/OpenShift
  • youtube cover blue
    How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell AWS/Azure/OpenShift
  • Screenshot 2024 02 09 at 1.06.54 PM
    Programmatically Deploying App Service Resources in Azure AWS/Azure/OpenShift

More Related Articles

image 11 Setting Up your Amazon S3 Glacier and FastGlacier for Your Online Vault AWS/Azure/OpenShift
S3 Bucket 1 How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux AWS/Azure/OpenShift
create a new Azure SQL Database How to create a new Azure SQL Database [PaaS] AWS/Azure/OpenShift
images AWS Network Adapter: Redhat to Citrix PV and AWS PV Driver AWS/Azure/OpenShift
youtube cover blue How to use the Azure Cloud Shell or Azure CLI and Azure PowerShell AWS/Azure/OpenShift
Screenshot 2024 02 09 at 1.06.54 PM Programmatically Deploying App Service Resources in Azure 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

  • banner
    How to fix Git always asking for my Username and Password Version Control System
  • coding
    Git GUI and Gitk won’t open “Missing Tcl / Tk Aqua libraries” Version Control System
  • image 130
    How to fix the Security Database on the Server does not have a Computer Account for this Workstation Trust Relationship on Windows Server [Part 2] Scripts
  • Trellix configurations after ePo setup
    ePO Server Settings: Trellix ePO AD integration and ENS Agents Installation Security | Vulnerability Scans and Assessment
  • Install ROOT CA Enterprise
    How to Install ROOT CA Enterprise and NPS Wifi Certificate Windows
  • Directmemoryattack
    How to Protect Thunderbolt Ports in Windows Windows
  • Dockerxx1
    How to install and uninstall Docker Desktop on Windows 10 and Windows Server Containers
  • Watchguard Firewall 180504 100511 1
    Reset an XTM Firebox Device: Easy Guide Network | Monitoring

Subscribe to Blog via Email

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

Join 1,801 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.