In most situations in Adaxes when multiple members are added or removed from a group the members are processed individually allowing business rules to run for each of them. However, when using Add-AdmGroupMember with an array of users for the -Member property it is processed as a single action. When this happens the business rule value references like %member% or %adm-MemberEmail% only have a value for the first group member in the array.
Is this expected?
If so, is there a way in a business rule to get information about the other members added with the cmdlet?