随笔分类 - sharepoint2013
摘要:1. 安装过程合理: A. 可以同时在管理中心、两台前端、搜索服务器上安装重新发布的SP1补丁包(所提供的链接) B. 等待所有SP1补丁包安装完成,依次在管理中心、两台前端、搜索服务器上运行配置向导. C. 可以同时在管理中心、两台前端、搜索服务器上安装April 2015 CU补丁包 D. 等待...
阅读全文
摘要:1. 安装过程合理: A. 可以同时在管理中心、两台前端、搜索服务器上安装重新发布的SP1补丁包(所提供的链接) B. 等待所有SP1补丁包安装完成,依次在管理中心、两台前端、搜索服务器上运行配置向导. C. 可以同时在管理中心、两台前端、搜索服务器上安装April 2015 CU补丁包 D. 等待...
阅读全文
摘要:#检查版本:# PowerShell script to display SharePoint products from the registry.Param( # decide on whether all the sub-components belonging to the product...
阅读全文
摘要:
阅读全文
摘要:Add-PSSnapin microsoft.sharepoint.powershell$SSA = Get-SPEnterpriseSearchServiceApplication$SPContentSources = $SSA | Get-SPEnterpriseSearchCrawlConte...
阅读全文
摘要:http://www.tuicool.com/articles/qeIFNf
阅读全文
摘要:http://blog.lekman.com/2012/11/sharepoint-2013-sideloading-of-apps-is.htmlSolution: You need to enable the Sideloading feature on the site.1. Download...
阅读全文
摘要:这个问题现在有了一些新的发现。首先,我找到了重现客户那里出现的那个复杂SQL语句的方法。这个现象其实是这样的:当WebApplication的“List View Threshold” 数量大于 文档库中文件个数的时候,如果是非管理员的用户打开文档库,就会出现那样的SQL语句。当“List View...
阅读全文
摘要:计划:====1. 调整SharePoint以及SQL端的网卡设置, 注意修改这些属性可能会导致网络暂时中断,但会很快恢复,不需要重启服务器.A. 以管理员权限运行CMDB. 关闭烟囱卸载状态: netsh int tcp set global chimney=disabled 确认已经关闭: ne...
阅读全文
摘要:sharepoint site performance
阅读全文
摘要:http://technet.microsoft.com/en-us/sysinternals/dd996900.aspxprocdump -ma -c 60 -s 10 -n 3
阅读全文
摘要:https://gallery.technet.microsoft.com/office/Move-SharePoint-2013-242869e2
阅读全文
摘要:C:\Windows\system32>cd /d d:\PSSDIAG\pssd_2k12_x64d:\PSSDIAG\pssd_2k12_x64>pssdiag.cmd2014/10/14 17:38:27.86 SQLDIAG Collection started. Press Ctrl+C ...
阅读全文
摘要:- all features were running on sitecollection level and at site levelBut here is the solution, i do not why it worked but it did work.Although you can...
阅读全文
摘要:first download the debugger tools "rtools_setup_x64"start C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\Remote Debugger\x64 and runthe "ms...
阅读全文
摘要:stsadm -o setproperty -pn developer-dashboard -pv on
阅读全文
摘要:解决办法:跟服务器有关,需要再每台服务器进行以下配置New-ItemProperty HKLM:\System\CurrentControlSet\Control\Lsa -Name "DisableLoopbackCheck" -value "1" -PropertyType dword下面是有关...
阅读全文
摘要:This hotfix makes a new application setting available in ASP.NET 2.0. The new application setting is 'aspnet:AllowAnonymousImpersonation'. You can ena...
阅读全文
摘要:需要注意的是:再使用ListQueryWebPart部件时,默认查看的list列表会出现乱码的情况,需要开启服务器呈现模式,如图:特此记录一下
阅读全文
摘要:123 Completed Completed可以参阅:http://www.cnblogs.com/ceci/archive/2009/03/31/1425908.html
阅读全文