powershell SharePoint中的Powershell命令可获取BCS限制值。这也是使用select的地方的一个例子。请注意GUID没有

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell SharePoint中的Powershell命令可获取BCS限制值。这也是使用select的地方的一个例子。请注意GUID没有相关的知识,希望对你有一定的参考价值。

Add-PSSnapin Microsoft.SharePoint.PowerShell -EA SilentlyContinue
$ID = Get-SPServiceApplicationProxy |  where {$_.DisplayName -like 'BCS*'} | select ID
$scuServAppProxy  = Get-SPServiceApplicationProxy -Identity 5b48a638-0ba1-4aee-825f-13d16294329f
Get-SPBusinessDataCatalogThrottleConfig -Scope Database -ThrottleType Items -ServiceApplicationProxy $scuServAppProxy

Get-SPBusinessDataCatalogThrottleConfig -Scope Database -ThrottleType Items -ServiceApplicationProxy $scuServAppProxy | Set-SPBusinessDataCatalogThrottleConfig -Maximum 1000000000 -Default 500000
Add-PSSnapin Microsoft.SharePoint.PowerShell -EA SilentlyContinue
$ID = Get-SPServiceApplicationProxy |  where {$_.DisplayName -like 'BCS*'} | select ID
$scuServAppProxy  = Get-SPServiceApplicationProxy -Identity 5b48a638-0ba1-4aee-825f-13d16294329f
Get-SPBusinessDataCatalogThrottleConfig -Scope Database -ThrottleType Items -ServiceApplicationProxy $scuServAppProxy

以上是关于powershell SharePoint中的Powershell命令可获取BCS限制值。这也是使用select的地方的一个例子。请注意GUID没有的主要内容,如果未能解决你的问题,请参考以下文章

powershell Powershell SharePoint下载库中的所有文件。

powershell 此SharePoint PowerShell为SharePoint中的每个内容数据库获取内容数据库大小(以GB为单位)。

powershell powershell脚本将用户添加到指定SharePoint网站中的指定组。

powershell 此PowerShell脚本列出了SharePoint列表中的所有字段内部名称。

powershell 这会将sharepoint powershell命令添加到ISE中的默认配置文件中

powershell SharePoint列表项中的随机日期