powershell 这为SharePoint 2013发布站点对象缓存设置了Portal Supper用户和阅读器。它允许指定用户(用户/读者)到

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 这为SharePoint 2013发布站点对象缓存设置了Portal Supper用户和阅读器。它允许指定用户(用户/读者)到相关的知识,希望对你有一定的参考价值。

$wa = Get-SPWebApplication -Identity "http://scushp01"
$wa.Properties["portalsuperuseraccount"] = "scu\SVCSPPortSupUser"
$wa.Properties["portalsuperreaderaccount"] = "scu\SVCSPPortSupReader"
$wa.Update()

Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction Stop
Get-SPWebApplication | %{Write-Host “Web Application: ” $_.url “`nSuper user: ” $_.properties[“portalsuperuseraccount”] “`nSuper reader: ” $_.properties[“portalsuperreaderaccount”] “`n”}

以上是关于powershell 这为SharePoint 2013发布站点对象缓存设置了Portal Supper用户和阅读器。它允许指定用户(用户/读者)到的主要内容,如果未能解决你的问题,请参考以下文章

使用PowerShell读取SharePoint里列表的内容

powershell SharePoint Powershell在SharePoint模式下测试Analysis服务。这用于解决SharePoin中的Analysis服务问题

powershell SharePoint网站权限。正在进行的PowerShell项目,以分解sharepoint网站集和所有部分的所有权限

powershell Powershell用于将Powershell与SharePoint 2007一起使用

powershell SharePoint Powershell添加列表项

powershell Sharepoint Powershell Snippets