4 articles Service

Install and Configure a Group Managed Service Account with Microsoft Identity Manager 2016 SP1 with Hotfix 4.5.26.0

Hello All !! Microsoft Identity Manager has had numerous support, enhancements, and bug fixes over the past year such as adding support for SQL AlwaysOn, SQL on IaaS, and System Center 2016, the ability to create new custom objects that act like groups, and operational items like quickly enabling verbose tracing without service restart. Today,…

How do I add a user to a set

  So over the past month, I get the same question How do I add a user to a set / aka admin set? This can be simply done with the FIMAutomation   [code language=”powershell”] Script Below : #——————————————————————————————————————– [CmdletBinding()] Param( [Parameter(Mandatory=$True,Position=1)] [string]$set, [Parameter(Mandatory=$True)] [string]$username, [Parameter(Mandatory=$True)] [string]$url ) $URI = "http://" + $url + ":5725/resourcemanagementservice"…

MIM SSPR Reset from pre-registered user in sync connected untrusted domain! say what!!

Hello Folks Just as a reminder from a blog post I posted last year   Scenario: In Contoso they have a MIM SSPR deployed currently Contoso Users and register and reset using MIM. They have recently partnered with FabriKam and wanted to offer SSPR for there users without the need for a trust. FabriKam want…

Microsoft Identity Manager 2016 SP1 and Exchange Online

Enabling Exchange online notification and updating the password used by the Microsoft Identity Manager(FIMService)   Scenario: When using the Exchange online email notification integration you prompted to enter your exchange online Email account and the password . In most cases you must update the password and or account in the future an the only way…