Synchronizing AD DS and AD LDS attributes
A few tips how to follow the procedure here http://technet.microsoft.com/en-us/magazine/2009.04.schema.aspx?pr=blog : This is a great article but it do not cover it all.
- Add features: AD LDS snap ins and tools ...
- Register schema management: "regsvr32 schmmgmt.dll 'http://technet.microsoft.com/en-us/library/cc732110.aspx
- Run prompt as administrator
- User must be member of <domain> \ Schema Admins
- If (as in the case of LL) new class is created and used as Auxiliary class then the same procedure must be used to import the new class.
- And import all in the right order. First the attributes.
Example (type it yourself because WINWORD is making meatloaf code.)
ldifde-i-f-c DeltaADSAttributesLL.ldf dc = X "DC = test, dc = ocg"
ldifde-i-f-c DeltaADSClassesLL.ldf dc = X "DC = test, dc = ocg"
PS: Is there any PowerShell script to automate it all?
GH