Skip to content

Commit e2ea960

Browse files
authored
Merge pull request #247316 from billmath/verify1
Verify1
2 parents 2055278 + c09030f commit e2ea960

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

articles/active-directory/hybrid/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
href: exchange-hybrid-writeback.md
4444
- name: Decommission connect sync V1
4545
href: decommission-connect-sync-v1.md
46+
- name: Verify your version of sync
47+
href: verify-sync-tool-version.md
4648
- name: Managing users and groups
4749
items:
4850
- name: Provision users on-demand
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: 'Verify your version of cloud sync or connect sync'
3+
description: This article describes the steps to verify the version of the provisioning agent or connect sync.
4+
services: active-directory
5+
documentationcenter: ''
6+
author: billmath
7+
manager: amycolannino
8+
editor: ''
9+
ms.service: active-directory
10+
ms.topic: conceptual
11+
ms.tgt_pltfrm: na
12+
ms.workload: identity
13+
ms.date: 08/17/2023
14+
ms.subservice: hybrid
15+
ms.author: billmath
16+
ms.collection: M365-identity-device-management
17+
---
18+
19+
# Verify your version of the provisioning agent or connect sync
20+
This article describes the steps to verify the installed version of the provisioning agent and connect sync.
21+
22+
## Verify the provisioning agent
23+
To see what version of the provisioning agent your using, use the following steps:
24+
25+
[!INCLUDE [active-directory-cloud-sync-how-to-verify-installation](../../../includes/active-directory-cloud-sync-how-to-verify-installation.md)]
26+
27+
## Verfiy connect sync
28+
To see what version of connect sync your using, use the following steps:
29+
30+
### On the local server
31+
32+
To verify that the agent is running, follow these steps:
33+
34+
1. Sign in to the server with an administrator account.
35+
2. Open **Services** either by navigating to it or by going to *Start/Run/Services.msc*.
36+
3. Under **Services**, make sure that **Microsoft Azure AD Sync** is present and the status is **Running**.
37+
38+
39+
### Verify the connect sync version
40+
41+
To verify that the version of the agent running, follow these steps:
42+
43+
1. Navigate to 'C:\Program Files\Microsoft Azure AD Connect'
44+
2. Right-click on **AzureADConnect.exe** and select **properties**.
45+
3. Click the **details** tab and the version number ID next to the Product version.
46+
47+
## Next steps
48+
- [Common scenarios](common-scenarios.md)
49+
- [Choosing the right sync tool](https://setup.microsoft.com/azure/add-or-sync-users-to-azure-ad)
50+
- [Steps to start](get-started.md)
51+
- [Prerequisites](prerequisites.md)

includes/active-directory-cloud-sync-how-to-verify-installation.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ To verify that the agent is being registered by Azure AD, follow these steps:
2727
To verify that the agent is running, follow these steps:
2828

2929
1. Sign in to the server with an administrator account.
30-
2. 1. Open **Services** either by navigating to it or by going to *Start/Run/Services.msc*.
30+
2. Open **Services** either by navigating to it or by going to *Start/Run/Services.msc*.
3131
3. Under **Services**, make sure that **Microsoft Azure AD Connect Agent Updater** and **Microsoft Azure AD Connect Provisioning Agent** are present and the status is **Running**.
3232
[![Screenshot that shows the Windows services.](./media/active-directory-cloud-sync-how-to-verify-installation/windows-services.png)](./media/active-directory-cloud-sync-how-to-verify-installation/windows-services.png#lightbox)
33+
34+
### Verify the provisioning agent version
35+
36+
To verify that the version of the agent running, follow these steps:
37+
38+
1. Navigate to 'C:\Program Files\Microsoft Azure AD Connect Provisioning Agent'
39+
2. Right-click on 'AADConnectProvisioningAgent.exe' and select properties.
40+
3. Click the details tab and the version number will be displayed next to Product version.
41+

0 commit comments

Comments
 (0)