How to get the log after executing “Start-ADSyncSyncCycle -PolicyType Delta” command

He, Erchuang/何 二创 141 Reputation points
2022-02-24T02:16:24.12+00:00

After manually executing the synchronization command “Start-ADSyncSyncCycle -PolicyType Delta”, you can view the command execution results through Microsoft Azure AD Connect Synchronization Services UI. are there any other methods? What methods or commands can you use to obtain the specific contents of the command execution, such as adding users, updating users, etc
Thank you very much for your reply.

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

Accepted answer
  1. Givary-MSFT 35,621 Reputation points Microsoft Employee Moderator
    2022-02-28T07:48:49.36+00:00

    @He, Erchuang/何 二创

    Thank you for reaching out to us. To answer your query,

    We don’t have a specific command to update / adding users because it is a combination process when we run delta sync Start-ADSyncSyncCycle -PolicyType Delta
    For getting the users to azure ad
    Delta import will get the users to connector space
    Delta sync will get users to metaverse
    Export will get the add user / update to azure ad.

    You can execute above cycles manually through Synchronization Services UI individually if you want
    178391-image.png

    Reference on sync works: https://www.microsoftpressstore.com/articles/article.aspx?p=2861445&seqNum=3

    Let me know if you have any questions.


1 additional answer

Sort by: Most helpful
  1. Givary-MSFT 35,621 Reputation points Microsoft Employee Moderator
    2022-02-28T08:16:51.933+00:00

    @He, Erchuang/何 二创

    Apologies for misunderstanding your query

    Unfortunately from the command line its not possible to view the results of the delta sync. It can be seen only through Synchronization Services Management UI. tool.

    Let me know if you have any other questions.

    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.