Hello All,
We have 200 static security groups that were sitting in our active directory one for each department that have not been updated in a while. I spoke it over with my manager and we decided to convert these static groups into FIM dynamic
security groups. I have successfully imported these groups into FIM and am now trying to execute Markus Vilcinskas "
How to Use Powershell to Turn Static Groups into Dynamic Groups" script but am running into an error upon
executing the script.
The error I'm receiving is below:
Import-FIMConfig : The URI is not in a recognized format. URI = At C:\static.ps1:98 char:34+ $importObject | Import-FIMConfig <<<< -Uri $URI+ CategoryInfo : InvalidArgument: (:) [Import-FIMConfig], InvalidOperationException+ FullyQualifiedErrorId : ExportConfig,Microsoft.ResourceManagement.Automation.ImportConfig
I've gone over my csv file and cant seem to find anything wrong with it, but I've included a bit of it just to be on the safe side.
DisplayName Filter Alumni Association /Person[(Department = 'Alumni Association') and (EmployeeStatus = 'Disabled')] Applied Sciences /Person[(Department = 'Applied Sciences') and (EmployeeStatus = 'Disabled')]
If anybody has an suggestions please I welcome your assistance.