Hi Everyone,
I am working on one of the FIM Project, wherein it is required to Create Security Groups in FIM and set the Group Membership Criteria Dynamically. Following are the Tables I am having:
1. Student_Table
ID | Name | Year | |
1 | ABC | ABC@gmail.com | 2012 |
2 | EFG | EFG@gmail.com | 2012 |
3 | IJK | IJK@gmail.com | 2013 |
4 | LMN | LMN@gmail.com | 2014 |
5 | OPQ | OPQ@gmail.com | 2014 |
ID | GroupName |
1 | 2012 |
2 | 2013 |
3 | 2014 |
The Client has provided us with the Group View bases which the new groups has to be created and the criteria has to be set for the user to become a member of the Security Group. For i.e Security Group will be created using the GroupName column eg."Class" + GroupName ="Class2012". And sudent whose year vaule in Student_Table is matching the GroupName Column in Group_Table will become a member of "Class2012" Security Group assumtion for understanding.
The Client doesn't want to set the Criteria for the Security Group Manually, they want when ever a new group is added in View it should be created in FIM and the user Criteria should be created automatically.
For Example: If new Group is Added in Group_Table :
ID | GroupName |
4 | 2015 |
A new group should be created in FIM eg. "Class" + GroupName ="Class2015". and criteria should be set automatically as a Criteria Base : if Year=2015.
Please let me know how to achieve this Task.
Thanks alot in advance.
Thanks & Regards~ Deepak Arora