Hi All,
How to export the multi valued attributes from FIM into a csv file with values separated by ;.
Like if we want to export a single valued attribute, we can acheive the same with the below command
$Attribute_Name = (($i.ResourceManagementObject.ResourceManagementAttributes | Where-Object {$_.AttributeName -eq "AttributeName "}).Value)
how can we perform the same for multi values attributes like secondary owners of a group where we have multiple values and we need to export into a single column of a csv file with each owner seperated by ;
Thank you
-Rajesh
Rajesh