Hello All,
When I create Criteria-based Distribution Group in FIM 2010, it create Global Security Group in AD.
I had used the below custom expression in Syncing the group.
CustomExpression(IIF(Eq(type,"Distribution"),IIF(Eq(scope,"Universal"),8,IIF(Eq(scope,"Global"),2,4)),IIF(Eq(scope,"Universal"),-2147483640, IIF(Eq(scope,"Global"),-2147483646,-2147483644))))
Is something wrong with the CustomExpression ?
Regards,
Anirban Singha(Bangalore, India)