Add new user to an AD group

Hi all,

I'm starting with FIM 2010, and I need to do a procedure that adds all new users (created in the current day) to an AD group (let's say newUsersGroup).

In my environment, I have the following connectors: AD MA, AD Group MA (with the respective c# extentions) and a provisionning extention called MVExtention.dll

My idea is to search each MV entry and if the attribute CreationDate (a better approach in my case would be read the Connector Space createTimeStamp attribute) is the same as the current date, then add the user to my newUsersGroup

I tought that a good idea is to use the MVExtention.dll to do it, but I'm not sure how to do the add the person in a group in this extention. When I'm in my AD Group MA extention, I normally do (where csentry is my group in the Connector Space):

csentry["member"].Values.Add(DNMember);

Can someone please help me with this one?

Thanks in advance for your help,

Marc




  • Edited by Marc_27 Tuesday, July 07, 2015 2:17 PM
July 7th, 2015 2:10pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics