1. 配置托管服务账户 Set-SPVisioExternalData -VisioServiceApplication "Visio Graphics Service" –UnattendedServiceAccountApplicationID "SSS Visio Graphics" 2. 创建安全数据提供程序 New-SPVisioSafeDataProvider -VisioServiceApplication "Visio Graphics S…
问题场景: 1.SharePoint 2013 中工作流需要状态服务(State Service),如果没有正确配置状态服务,则在给列表.文档库添加工作流时会遇到错误: “该表单无法显示,可能是由于 Microsoft SharePoint Server State Service 配置不当.有关详细信息,请与服务器管理员联系.”. 2.InfoPath 2013发布到表单库后,无法正常访问. 下面介绍如何创建状态服务. 通过 SharePoint 2010 Management Shell 来…
Microsoft SharePoint Server 2013 Service Pack 1 终于出来了!以下是下载地址如下,大小1.25G. http://www.microsoft.com/zh-cn/download/details.aspx?id=42008 以下列出了 Microsoft SharePoint 2013 与相关的服务器产品的所有 Service Pack 1 (SP1) 更新和如何获得这些信息:   包名称 如何获取此程序包 知识库文章 Microsoft Share…
Problem 当迁移SharePoint 的时候,执行Move-SPSite 命令,将指定的Site Collection移动到目标内容数据库中时,提示以下错误:Cannot complete the copy or merge operation because the database schema versions are different.详细如下所示: Resolution 这是一个很明显的错误:数据库Schema Version不一致. 很明显应该是SharePoint的版本不一…
本文中的内容转自参考资料中的文章.   如果域的NetBios名字跟Fully Qualified Domain Name不同的话, 那么就需要开启UPA的NetBiosDomainNamesEnabled属性为true, 默认这个值为false的.   如何判断你domain的NetBios name跟FQDN是否不同呢? 看下图.   下面的脚本可以在SharePoint服务器上运行, 设置该属性. $ServiceApps = Get-SPServiceApplication $UserP…
0. SharePoint 2013使用_api来标识出 REST SERVICE,REST Service其实是 client.svc web service的一部分,但为了简化 REST URI的构造以及缩短REST URI的长度,使用 _api 来替代 _vti_bin/client.svc,例如, 你可以使用 http://server/site/_vti_bin/client.svc/web/lists 来替代 http://server/site/_api/web/lists:然而U…
When you migrate list or site, the user alerts in the site will not be migrated together with the content. Below content can help you to do this task. But please take care of it, if you operate it on Prod environment. Enable or disable alerts for Web…
How to Call SharePoint 2013 API In SharePoint 2013, we can query the list by it owner service, then dynamic load the info of the list items to render in client. Here is the require, dynamic load the info about the list named link and show to the page…
转载请注明出自天外归云的博客园:http://www.cnblogs.com/LanTianYou/ 代码如下(保存到本地ps1文件中,右键run with PowerShell即可): Add-PSSnapin microsoft.sharepoint.powershell function CreateSPLists() { $sites = Get-SPSite ) { Write-Warning "There is no site available." CreateSPLis…
转载请注明出自天外归云的博客园:http://www.cnblogs.com/LanTianYou/ 代码如下(保存到本地ps1文件中,右键run with PowerShell即可): Add-PSSnapin microsoft.sharepoint.powershell function CreateSPListItems() { $sites = Get-SPSite ) { Write-Warning "There is no site available." CreateS…