powershell 这将为SharePoint创建一个新的Web应用程序

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 这将为SharePoint创建一个新的Web应用程序相关的知识,希望对你有一定的参考价值。

start-transcript c:\temp\trans.txt -noclobber -append
$ap = New-SPAuthenticationProvider
New-SPWebApplication -Name "HomeportNW Test" -Port 443 -HostHeader "xxxxx" -URL "https://xxxx" -ApplicationPool "SP2013 HomeportNW" -AuthenticationProvider $ap -SecureSocketsLayer -DatabaseServer SPSVDE001 -DatabaseName HomeportNWTest_temp

以上是关于powershell 这将为SharePoint创建一个新的Web应用程序的主要内容,如果未能解决你的问题,请参考以下文章

powershell 这将获取SharePoint网站中用于创建网站的模板

powershell 这将获得与SharePoint列表相关的所有工作流

powershell 这将在sharepoint中创建一个新的自定义列表

powershell 这将检查SharePoint任务列表是否具有电子邮件分配标志

powershell 这将查找并回收SharePoint列表项。也是分组项目的示例。

powershell 这将复制SharePoint网站。首先使用原始网站使用的相同模板制作空白网站。如果templa,这将失败