How to detect a number of synced objects by Azure AD Connect

芹沢 基樹 111 Reputation points
2021-02-09T08:10:17.763+00:00

I am looking for a way to detect a number of synced objects by Azure AD connect.

Is there a powershell cmd to get the number of synced objects?

Thanks,

Microsoft Security Microsoft Entra Microsoft Entra ID
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Danny Zollner 10,801 Reputation points Microsoft Employee Moderator
    2021-02-09T21:23:38.557+00:00

    The limit of 100,000 objects is a rough estimation. The actual limit if you're using SQL Express (included/installed by default if you don't have a full SQL Server instance selected during install) is 10GB.

    Generally, we refer to "objects synchronized" in this context by going to the AAD Connect Synchronization Service Manager and clicking Tools -> Statistics. In the window that pops up...

    65996-image.png

    You want to add up the "Objects" values for any on-prem AD connectors. Do not include the AAD (x.onmicrosoft.com - AAD) count.

    2 people found this answer helpful.
    0 comments No comments

  2. VipulSparsh-MSFT 16,311 Reputation points Microsoft Employee
    2021-02-09T09:31:54.467+00:00

    @芹沢 基樹 One way is to use the graph explorer to fetch the details.

    1) Go to https://developer.microsoft.com/en-us/graph/graph-explorer
    2) Login with your AAD account.
    3) Use this request : https://graph.microsoft.com/v1.0/organization

    65689-image.png


    If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.

    1 person found this answer helpful.

  3. 芹沢 基樹 111 Reputation points
    2021-02-09T11:35:54.22+00:00

    Thank you for quick response.

    I guess the "used" is the number of objects stored in AAD, but it is not the number of synced objects with on-prem AD, some objects are cloud only objects.

    Since the max number of objects is 100,000 as for the default AADC DB - SQL server express, I would like to know the number of synced objects before reaching the limit.

    Thanks,


  4. 芹沢 基樹 111 Reputation points
    2021-02-11T03:25:56.53+00:00

    Thanks for the information

    Is there a powershell command to get the statistics of AADC?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.