【发布时间】:2018-07-13 15:44:25
【问题描述】:
我是sharepoint的新手,在没有域的情况下卡在sharepoint安装过程中。我的电脑在工作组中,所以我使用下面的脚本来创建数据库,但它显示错误。需要帮助如何解决这个脚本错误。
脚本
New-SPConfigurationDatabase –DatabaseName SharePoint16_Config –DatabaseServer TEST_SERVER\MSSQLSERVER2014 –AdministrationContentDatabaseName SharePoint16_Content –Passphrase (ConvertTo-SecureString 786@r!5t0c## –AsPlaintext –Force) –FarmCredentials (Get-Credential) -localserverrole SingleServerFarm
脚本错误
我该怎么办?如何解决这个脚本错误?
【问题讨论】:
标签: sharepoint sharepoint-2010 sharepoint-2013