powershell 这将获得SharePoint场中的所有解决方案

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 这将获得SharePoint场中的所有解决方案相关的知识,希望对你有一定的参考价值。

$farm = Get-SPFarm
$solutions = $farm.Solutions
foreach ($solution in $solutions) {
   $solution.SolutionFile.SaveAs("f:\temp\" + $solution.Name);
}

以上是关于powershell 这将获得SharePoint场中的所有解决方案的主要内容,如果未能解决你的问题,请参考以下文章

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

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

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

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

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

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