It sounds like you're running into trouble setting up a synchronization service account for Microsoft Entra ID.
Here are a few things to check:
- Account Type: Microsoft Entra Connect supports different types of service accounts, including Virtual Service Accounts (VSA), Managed Service Accounts (gMSA/sMSA), and regular User Accounts. Choosing the right one is crucial.
- Installation Method: If you're using Express installation, a Virtual Service Account is typically created automatically. If you're using Custom installation, you may need to specify the account manually.
- Permissions: If you're using an existing AD account, ensure it has the necessary permissions for synchronization. Incorrect permissions can cause sync failures.
- Here are 2 Article it may help you to resolve issue. https://www.alitajran.com/create-ad-ds-connector-account/ https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/concept-adsync-service-account
if you can help to describe issue in detail or share screenshot it would help to resolve an issue.
thanks