ネットワークには、Active DirectoryドメインとMicrosoft Azure Active Directory(Azure AD)テナントが含まれています。
組織内のすべての10.000ユーザーにディレクトリ同期を実装します。
100個の新しいユーザーアカウントの作成を自動化します。
新しいユーザーアカウントができるだけ早くAzure ADと同期するようにする必要があります。どのコマンドを実行する必要がありますか?回答するには、回答エリアで適切なオプションを選択します。
注:正しい選択イオンはそれぞれ1ポイントの価値があります。

正解:

Explanation

Azure AD Connect synchronizes Active Directory to Azure Active Directory on a schedule. The minimum time between synchronizations is 30 minutes.
If you want to synchronize changes to Active Directory without waiting for the next sync cycle, you can initiate a sync by using the Start-AdSyncSyncCycle. The Delta option synchronizes changes to Active Directory made since the last sync. The Full option synchronizes all Active Directory objects including those that have not changed.
Reference:
https://blogs.technet.microsoft.com/rmilne/2014/10/01/how-to-run-manual-dirsync-azure-active-directory-sync-u