首页 > 其他 > 详细

安装Lync 2013过程中遇到的第一个报错

时间:2015-06-16 18:30:24      阅读:136      评论:0      收藏:0      [点我收藏+]

安装Lync 2013, 首先要去做的就是prepare AD Forest. 在使用向导的时候会遇到报错如下:

Prepare Forest Active Directory setting exection failed on an unrecoverable error
Command execution failed: Value cannot be null.
Parameter name: InstanceToDelete

截图如下:

技术分享

 

解决方法就是手动执行下面的命令:

Enable-CsAdForest -GroupDomain <AD Domain FQDN> -GroupDomainController <DC FQDN> -GobalCatalog <GC FQDN>

我的例子:

Enable-CsAdForest -GroupDomain midrange.mine -GroupDomainController dc1.midrange.mine -GobalCatalog dc1.midrange.mine

 

参考资料

==========================

Lync Server 2013 Forest Prep Issue - Task execution failed (Object reference not set to an instance of an object)

http://lyncuc.blogspot.com/2014/01/lync-server-2013-forest-prep-issue-task.html

安装Lync 2013过程中遇到的第一个报错

原文:http://www.cnblogs.com/awpatp/p/4581101.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!