I have a set in FIM that has datatime criteria. When I view the members in FIM, I can see the users. When I use the export-config powershell command, it is not retrieving users. It is working fine if it is not a temporal set. How can I export users belonging
to a temporal set in FIM.
$users = export-fimconfig -uri $URI `
–onlyBaseResources `
-customconfig "/Person[(ObjectID=/Set[ObjectID = '$SetId']/ComputedMember)]"
| Convert-FimExportToPSObject