应用场景: 有时候我们的站点需要在每个页面实现滚动文字的通知,怎么在不修改Master Page的情况下实现这个功能?我们可以使用Javascript 和 Custom Action 来实现. 创建一个Custom Action.主要使用到 Location = 'ScriptLink' 属性, 该属性可以动态的加载JavaScript 文件链接和代码块到模板页.代码如下: <Elements xmlns="http://schemas.microsoft.com/sharepoint/&…
In this post I will introduce a way how to run a script for backing up SharePoint data which could be scheduled to run automatically. Step 1:Create a PowerShell Script for Backing up a site collection param([string] $site,[string] $dir,[string] $type…
STSADM stsadm -o addsolution –filename c:\bin\CustomerSiteSearch.wsp stsadm -o deploysolution –name CustomerSiteSearch.wsp -url http://[ServerName] -allowgacdeployment -force –immediate stsadm -o activatefeature –name customersitesearch_feature1 -url…
在现实的业务场景中,有时为了更好的管理域用户和服务.我们往往会创建多个分散式的域,每个域的Administrator专注于维护特定域中的用户和资源,Administrator也可以定义安全策略,比如账号策略等. 场景介绍 现有如下场景,一个二层拓扑的SharePoint Farm包含一台SharePoint Server,DB Server,AD(假设Contoso.com) ,毫无疑问AD Contoso.com承载了SharePoint的身份认证.现需要再加入一台AD(假设为Mintcode…
Office 2010這個版本,提供了一個令人興奮的新功能,那就是它可以讓多人同時編輯一份Office 2010的文件. 這是一個很大的突破. 以往在與SharePoint搭配下的分享環境,檔案只能被簽出鎖定住,然後整個下載回Client端編輯,做完後再傳回去,文件簽入後其他人才能夠繼續編輯下去,這樣的方式造成了許多無謂的時間等待. 所以新一代Office 2010可以說大大改進了團隊協同運作的效率 Office 2010這個版本,提供了一個令人興奮的新功能,那就是它可以讓多人同時編輯一份Off…
https://blogs.msdn.microsoft.com/kaevans/2010/07/09/sql-server-provider-for-claims-based-authentication-in-sharepoint-2010/https://blogs.msdn.microsoft.com/kaevans/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010/https://sp2010claimsfbaexs…
HOWTO Move or Migrate SharePoint 2010 List-based Workflows between Sites and Site Collections I’ve experienced this issue a lot when trying to migrate workflows between test SharePoint 2010 farms and production farms, in particular with workflows att…
在SharePoint 2010中实现View Action Button效果. http://www.sharepointblogs.be/blogs/vandest/archive/2008/06/20/view-action-button.aspx 1. 创建自定义字段类ViewActionButton 继承自 SPTextField public class ViewActionButton : SPField { #region Constructors public ViewActi…
转:http://blog.csdn.net/chenxinxian/article/details/8714391 这里主要是介绍下最近开发的一个sharepoint列表或者文档库的分页控件,并且把它包装成一个可以支持自定义列表(Custom list),文档库(Document library),讨论板(Discussion),资源库(Assets library),调查库(Survey),等多种数据列表的分页.只要在数据列表的页面中,把列表分页控件(KingwiForListPaging)…
SharePoint 2010 表单认证,基于现有数据库的用户信息表 本文主要描写叙述本人配置过程中涉及到的步骤,仅作为參考,不要仅限于此步骤. 另外本文通俗易懂,适合大众口味儿. I. 开启并配置基于声明的身份验证 打开SharePoint 2010 Management Shell,依次运行下面语句 $app = Get-SPWebApplication "<your webapp url>" $app.UseClaimsAuthentication = "t…