Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change AD sync target OU for multiple folders
#1
Since we can't manage AD sync folder properties with powershell, is there a way to manage it with T-SQL?

I have multiple folder with AD sync to domain root, likeĀ 
Code:
DC=CONTOSO,DC=COM

One folder = one domain. But looks like it's too excessive and affects sync duration.

I want to change the setting to multiple OU instead. Two OUs within single domain:
Code:
OU=OU1,DC=CONTOSO,DC=COM||OU=OU2,DC=CONTOSO,DC=COM

Can I useĀ T-SQL to manage this? I can't even find a table which contains AD sync properties.
Reply
#2
No that's not possible - because all data is "serialized" from objects to strings - we can add new commands to Powershell API in future...
Regards/Gruss
Oliver
Reply




Users browsing this thread: 1 Guest(s)