Hello Readers
I have been recently deploying a Lync Standard Edition to a customer and ran into the following error
Command execution failed: Active Directory operation failed “domaincontroller.local”.
This issue is caused by the Lync Server unable to indentify the Schema Master. The resolution for this issue is as followed
Open Command Prompt as Administrator on the Lync Server
Enter regsvr32 schmmgmt.dll
This command will register Schmmgmt.dll on your computer.
Click Start,
Click Run, Enter MMC
Click OK.
On the File menu, click Add/Remove Snap-in, and then click Add.
Under Available Standalone Snap-ins, double-click Active Directory Schema,
Click Close
Click OK.
You now need to launch Lync Powershelll
Enable-CSADForest -GroupDomainController dc01.lyncme.local -GroupDomain lyncme.local
Restart your Lync Installation
This conclude this post
Regards
Andrew Price