25-02-2021, 06:34 PM
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Ā
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:
Can I useĀ T-SQL to manage this? I can't even find a table which contains AD sync properties.
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.