Hello,
I have my OUs structured so each department we're working with has an OU for their service accounts under their department OU.
e.g.
OU=Service Accounts,OU=Sales,OU=Department,DC=domain,DC=com
OU=Service Accounts,OU=Engineering,OU=Department,DC=domain,DC=com
OU=Service Accounts,OU=Support,OU=Department,DC=domain,DC=com
All accounts under those OUs should be a member of a specific Security group.
I see I can use value references in a template to point to the OU but I'm hoping it's possible to put a wildcard in the template like so:
OU=Service Accounts,OU=*,OU=Department,DC=domain,DC=com
I suppose this could be done with a powershell script but I wanted to see if there's a wildcard we can use for DNs in the built in scheduled tasks. It looks like I could also add each new OU to the scheduled task but I was hoping for something more hands off.