Groups with Static and Dynamic Members in FIMService

We had a business case whereby a filter couldn’t really create groups which catered for the purpose. We also needed to put in some static members (Explicit Members) in it. Now by default a /Group in FIMService can either be Explicit or a Filter type group. But a Set allows you to have an explicit as … Read more

Composite write back to FIMService via Powershell

So if you have a large number of objects to update in FIMService it could be complicated.. Lithnet FIM/MIM Powershell Module makes it so much simpler.. Below is a script I used to say update all accounts which have “accountType” = oldaccounts and set “accountBlocked” to true (my custom schema). Some explanations I have set PageSize … Read more