Bulk add users to a distribution group from a CSV file from UI

Hi,

I am trying to customize the FIM portal to enable the user to bulk add a list of users from a CSV file into a distribution group. What would be the best way to do this? I have a PowerShell script that can do this, but I want to modify the FIM UI to allow the user to easily use a CSV file containing a list of users when creating or modifying a DG.

Thanks,

Sam


  • Edited by sammych 16 hours 31 minutes ago
April 14th, 2015 10:26am

Hello,

there will be no "neat" solution with OOB function in FIM but you can try the following:

Add a "feeder" attribute to the group resource type (string)

Use uocFileUpload in RCDC to fill this attribute with the csv data.

https://technet.microsoft.com/en-us/library/ee534918%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396

On change of that attribute start a PowerShell activity workflow that parses the data in this attribte and adds the user to the explicitmember attribute of groups.

/Peter

Free Windows Admin Tool Kit Click here and download it now
April 14th, 2015 1:45pm

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

Other recent topics Other recent topics