Hello,
i need to find all groups that start with "MR_" and modify their name but i could not find an xpath filter to use that will return all of those groups.
i have tried this filters but it did not wok at all.
$filter = "/Group[DisplayName='MR_*']" $fimgroup = Export-FIMConfig -Uri $uri -CustomConfig $filter -OnlyBaseResources $filter = "/Group[DisplayName='MR_%']" $fimgroup = Export-FIMConfig -Uri $uri -CustomConfig $filter -OnlyBaseResources