Microsoft Identity Management (MIM 2016) is the new name for Forefront Identity Manager (FIM).
It’s the Microsoft on-premises solution for identity and access management in companies. It will enable you to:
I’m currently working on this for a customer’s project, and I had to make some PowerShell scripts to automate and schedule the launch of the different Management Agents and I think you may be interested by the following commands (that help me a lot):
get-wmiobject -class "MIIS_ManagementAgent" -namespace "root\MicrosoftIdentityIntegrationServer" -computername $MIMComputer | where {$_.Type -eq 'Active Directory'}
The above command will give you the list of the different Management Agents that are currently available in your MIM setup. The where part is not mandatory depending on what you are trying to synchronize in MIM (if needed, you can remove it).
And the below command will give you all the history of Management Agents’ execution.
get-wmiobject -Class 'MIIS_RunHistory' -namespace “root\MicrosoftIdentityIntegrationServer”
Notion Révolutionne l'Expérience Utilisateur avec le Mode Hors Ligne Introduction Après des années d’attente, Notion…
C’est lors d’un live hébergé par la plateforme de streaming Kick que le décès dE…
AWS Leader pour la 15ème année consécutive dans le Magic Quadrant de Gartner 2025 Introduction…
Comment choisir un smartphone avec la meilleure qualité d'affichage ? Comment choisir un smartphone avec…
Microsoft : Leader dans le Magic Quadrant 2025 de Gartner pour la Gestion des Conteneurs…
ChatGPT-5 : Nouveautés et intégration Microsoft ChatGPT-5, la dernière innovation en matière d'intelligence artificielle, a…