Da noch immer Gerüchte kursieren das Microsoft Identity Manager (MIM) nur einen Forest synchronisieren kann, hier die Anleitung wie man mit 10. Schritten mehrere Forests in Richtung SharePoint synchronisieren kann!
### Run the connectors if ($Delta) { Start-ManagementAgent -Name ADMA -RunProfile DELTAIMPORT Start-ManagementAgent -Name ADMA -RunProfile DELTASYNC Start-ManagementAgent -Name "ADMA Neu" -RunProfile DELTAIMPORT Start-ManagementAgent -Name "ADMA Neu" -RunProfile DELTASYNC Start-ManagementAgent -Name SPMA -RunProfile DELTAIMPORT Start-ManagementAgent -Name SPMA -RunProfile DELTASYNC } else { Start-ManagementAgent -Name ADMA -RunProfile FULLIMPORT Start-ManagementAgent -Name ADMA -RunProfile FULLSYNC Start-ManagementAgent -Name "ADMA Neu" -RunProfile FULLIMPORT Start-ManagementAgent -Name "ADMA Neu" -RunProfile FULLSYNC Start-ManagementAgent -Name SPMA -RunProfile FULLIMPORT Start-ManagementAgent -Name SPMA -RunProfile FULLSYNC }
Viel Spaß beim nachmachen - Christian