Re: Delete all objects in a subtree
Hi,
I'd use a simple Null or Loopback driver which processes only sync
events. Put the user object class in the filter and do something like
if operation equal sync
delete source object
in the Sub Event Transformation and then veto the event.
Use iManager to "Migrate from" the container with this driver, this will
do a sync of all users below this container.
Be carefull with this driver!
Patrick
jibe-c schrieb:
> Hi,
>
> I need to delete all objects in a subtree with IDM (Delimited Text
> connector)
>
> I think I need to do a query on the top of the subtree to get all
> object and then with a "for each" do a "Delete destination object".
> Is it the good solution ? Do you know how define the "query" and the
> "For Each" ?
>
> Thanks for your help.
>
>
|