Hi!
I am looking for ways how we can make users account flow to different ou, based on user department field.
We have an HR DB with DepartmentID field аnd a file (Excel) with relations departmentID and AD OU.
I can see such ways to get it to work:
1. Attribute valued text file with fields DepartmentID and AD OU relations. Fast and easy to add/delete new OU's.
2. Using some coding like this:
https://blog.kloud.com.au/2016/02/03/dynamic-active-directory-user-provisioning-placement-ou-using-the-granfeldt-powershell-management-agent/
PowerShell or C# code to export user to correct OU. As I think, this is not simple to maintain such code.
Do you have any more ideas?
Maybe I can store somewhere in MIM table with DepartmentID and AD OU relations?
Thanks!
1