filmov
tv
Quickly sync OnPremise AD to the Microsoft Entra ID | PowerShell
![preview_player](https://i.ytimg.com/vi/Wu7sAqtlxf8/hqdefault.jpg)
Показать описание
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:
@iteepk
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:
@iteepk