Commande PowerShell pour Azure AD Connect
Importer le module :
Afficher la planification des synchro :
Désactiver les synchro :
Activer les synchro :
Forcer une synchro totale
Forcer une synchro partielle/delta
1
|
Import-Module ADSync
|
1
|
Get-ADSyncScheduler
|
1
|
Set-ADSyncScheduler -SyncCycleEnabled $False
|
1
|
Set-ADSyncScheduler -SyncCycleEnabled $True
|
1
|
Start-ADSyncSyncCycle -PolicyType Initial
|
1
|
Start-ADSyncSyncCycle -PolicyType Delta
|
Docker is a daemon-based container engine which allows us to deploy applications inside containers. Docker is available in two versions,...
No comments:
Post a Comment