I have set up the Lync connector using MIMPowerShellConnectors of Nilesh Ghodekar. (https://github.com/Microsoft/MIMPowerShellConnectors/wiki/Lync-Connector)
Its FIM 2010 R2, 4.1.3733.
The solution is based on code less setup.
It works great to provision and setting attributes.
But I wonder if I misunderstand something in deprovisioning.
Be course I need to filter the users in who should have Lync or not I set up exactly as in the guide, using a System Scoping Filter.
In the same way I want to determ if a user should not have Lync anymore I want the syncronization to trigger a delete of the CS Object my Lync connector and therefor do a disable-csuser. But instead it just leave the object as a filtred object.
Is it possible to trigger a delete for a object in this CS code less, or have I misunderstood the concept?