Quickly sync OnPremise AD to the Microsoft Entra ID | PowerShell

Published: 19 January 2023
on channel: ITeePK
376
5

Synchronize OnPremise Active Directory to Azure Active Directory/Entra ID quickly using Powershell commands.


Commands are as follows.

Run the following command to install the AzureAD Sync module:

Import-Module ADSync

Run the following command to initialize the AzureAD Sync immediately.

Start-ADSyncSyncCycle -PolicyType Delta

Run the following command to force a complete sync but note that the length of sync time would be greatly increased.

Start-ADSyncSyncCycle -PolicyType Initial


Related Video:

Synchronize On-Premise to the cloud for the first time:    • How to synchronize On Premise active ...  

How to setup Microsoft Entra ID Seamless Single Sign-on:    • How to configure Microsoft Entra ID S...  

‪@iteepk‬


Watch video Quickly sync OnPremise AD to the Microsoft Entra ID | PowerShell online without registration, duration hours minute second in high quality. This video was added by user ITeePK 19 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 376 once and liked it 5 people.