
SharePoint
文章平均质量分 76
Tristan_Dong
这个作者很懒,什么都没留下…
展开
-
PowerShell base operate about document
使用PowerShell创建一个文档库文档库的操作和操作的列表是类似的,在这一章将会介绍如果创建一个文档库,上传一个文件到文档库中创建一个文档库,我们同样需要使用SPListCollection中的Add()方法,PS>$spWeb=Get-SPWeb-Identityhttp://SPServerPS>$listTemplate=[Microsoft.SharePoint.S转载 2012-10-29 16:53:06 · 684 阅读 · 0 评论 -
PowerShell Popup Method
Popup Method 1 out of 1 rated this helpful-Rate this topic Updated: September 2010 Displays text in a pop-up message box.Copy转载 2012-11-01 16:48:32 · 871 阅读 · 0 评论 -
PowerShell Sort Array
Note: This is part two of a multiple blog series about working with arrays and hash tables for data storage. In yesterday’s Hey, Scripting Guy! Blog,Learn Simple Ways to Handle Windows PowerShell转载 2012-11-01 15:03:25 · 1874 阅读 · 0 评论 -
Regular Expressions
Regular ExpressionsUse -match , -notmatch or -replace to identify string patterns using regular expression characters:Match exact characters anywhere in the original string:PS C:> "Ziggy stard转载 2012-11-01 16:01:59 · 661 阅读 · 0 评论 -
ECMAScript对象模型的引入
我们知道Microsoft SharePoint 2010 提供了三个新的客户端 API,这些 API 允许您通过在浏览器中执行的脚本、在 .NET 托管应用程序中执行的代码(Microsoft .NET Framework 3.5 或更高版本)或在 Microsoft Silverlight 2.0 应用程序中执行的代码与 SharePoint 网站进行交互。 这里我们来看看如何在Sha转载 2012-11-13 17:33:17 · 726 阅读 · 0 评论 -
Step by step Configuration FBA on SharePoint 2010 for Windows Server 2008 R2
Step-by-step Forms-Based Authentication (FBA) on SharePoint 2010Posted on August 25, 2011byMorganThis is an A-Z guide that helps you setup a web application with Forms-Based Authentication (FB转载 2012-11-23 17:42:29 · 1970 阅读 · 0 评论 -
SPDisposeCheck内存泄漏检查工具的使用
SPDisposeCheck是开发Sharepoint项目必不可少的工具之一,用它可以检测出我们写的代码是否正确销毁掉诸如SPSite或者SPWeb之类的“资源消耗大户”(你打开一个spsite或者spweb对象 将占用1M到2M的内存,如果你不断打开此类对象并没有及时关闭,那么你的内存就会很快被消耗掉), 现在这个工具有了新的版本,它的安装与使用更加方便。首先从SharePoint Disp转载 2012-11-13 17:29:15 · 749 阅读 · 0 评论 -
Configuring Visual Studio 2012 for SharePoint 2013 and Office 2013 Development
Configuring Visual Studio 2012 for SharePoint 2013 and Office 2013 DevelopmentUpdate: These instructions also apply to the RTM version of VS.This seems to be one of the questions I a翻译 2012-11-20 10:42:11 · 1144 阅读 · 0 评论 -
Step by Step Configuring Forms Based Authentication in SharePoint 2013
Now that the first beta for SharePoint 2013 is available, I thought it would be a good idea to walk through the process of configuring Forms Based Authentication “out of the box” without an add-on suc翻译 2012-11-26 13:06:33 · 3062 阅读 · 7 评论 -
配置SharePoint Foundation 2010基于表单的验证支持
一、配置ASP.NET应用程序服务信息的SQL Server数据库1. 打开命令提示符。在运行中输入“cmd”,打开Windows的命令提示符。2. 进入到.Net Framework的安装目录。输入“cd c:/windows/Microsoft .NET/Framework/v2.0.50727”。3. 输入命令aspnet_regsql。该命令弹出“ASP.NET SQL Ser转载 2012-11-26 14:42:31 · 765 阅读 · 0 评论 -
OAuth 协议简介
OAUTH协议简介 分类: Open API2009-03-08 12:0057784人阅读评论(60)收藏举报tokenauthorizationyahoomicrosoftaccessurl 摘要:OAUTH协议为用户资源的授权提供了一个安全的、开放而又简易的标准。与以往的授权方式不同之处是OAUTH的授权不会使第三方转载 2012-11-22 15:10:01 · 991 阅读 · 0 评论 -
Introduction: Connect to SQL Membership with ASP.NET Application
Using SQL Membership with ASP.NET Application IntroductionMost ASP.NET projects implement features like Login, Security, Password encryption, User Roles, Access rights, etc. Lot of code翻译 2012-12-05 17:53:39 · 868 阅读 · 0 评论 -
SharePoint 2010 基于声明的认证模式
[SharePoint 2010]关于基于声明(Claims)的用户认证模式 分类: SharePoint 20102012-03-31 20:5182人阅读评论(0)收藏举报SharePoint 2010在用户认证模式上,较之以前的版本有了非常大的改变。在SharePoint 2010中,当你创建一个Web应用程序的时候,有两转载 2012-11-22 15:38:38 · 915 阅读 · 0 评论 -
Step by step configure ASP.net SQL connection to use Membership providers
ASp.net 2.0 step by step Membership Provider Hi,this is Satalaj here I will configure ASP.net web application to use Membership providers.After reading this article. You will be able to翻译 2012-12-05 18:23:53 · 1537 阅读 · 0 评论 -
Step by step install SharePoint 2010 foundation in win7 64bit
Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008 Other Versions NOTE: The step to i翻译 2012-11-23 23:32:09 · 1786 阅读 · 0 评论 -
Step by step create three status workflow in SharePoint 2010
SharePoint 2010对工作流的创建与使用提供了友好的支持,我们有四种选择:SharePoint 2010:脱箱(Out-Of-The-Box)工作流Visio 2010:可视化工作流,可以导入、导出工作流SharePoint Designer 2010:无代码工作流Visual Studio 2010:高级、自定义工作流本次我们使用SharePoint 2010 内置的三转载 2012-12-07 18:27:59 · 1374 阅读 · 0 评论 -
SharePoint 2010 开箱即用工作流介绍
本章内容配置三态工作流 管理工作流实例 比较6种开箱即用工作流 工作流为开发软件做跟踪功能是很理想的。客户常常将写的软件需求放在SharePoint托管。一个工作流在这种场景下是有帮助的,因为它跟踪需求的进度,从开始到结束。此外,工作流会执行最终批准的文档在给团队开发之前。用一个例子来展示通过工作流自动分配任务,跟踪版本,集中文档管理的开发是简便的。我们要做到这一点会使用开箱即用的工作转载 2012-12-10 14:52:01 · 1557 阅读 · 0 评论 -
Step by step Install SharePoint Workflow Manager
With SharePoint 2013 comes a new way of doing workflows.Installing SharePoint Server 2013 gives you the same functionality as a SharePoint 2010 workflow out of the box, however to make use of the mu转载 2012-12-13 17:49:51 · 1166 阅读 · 0 评论 -
Approach to upgrading custom SharePoint workflows
Approach to upgrading custom SharePoint workflows 27 Aug 2009 ByTommy Lum Filed in Technical in Nat原创 2012-12-13 11:25:07 · 739 阅读 · 0 评论 -
SharePoint solution Error: Misconfiguration of the Microsoft SharePoint State Service
Error: The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more information, contact your server administrator.Error:Th翻译 2012-12-13 09:39:57 · 959 阅读 · 0 评论 -
IIS ERROR about SP:The process can't access the file because it is being used by another process
You receive a "The process cannot access the file because it is being used by another process" error message when you try to start a Web site in the Internet Information Services MMC snap-in SYMPT转载 2012-12-14 15:53:55 · 2095 阅读 · 0 评论 -
Inroduce SharePoint 2013 Out Of The Box Workflow in detail
What’s workflowWorkflow ismainly described as one between managing personal, Office, Department or theentire company processes that interact. Some work completed depends on manypeople or systems原创 2012-12-14 14:13:48 · 6311 阅读 · 0 评论 -
Introduction and Configuration SharePoint 2013 Forms Based Authentication
Forms AuthenticationForms-based authentication is an identity management systemthat is based on ASP.NET membership and role provider authentication. To useforms-based authentication to authenticate原创 2012-12-04 16:43:14 · 1275 阅读 · 0 评论 -
Confirguration Expiration Policy For Disposition Approval Workflow in SharePoint 2013
Confirguration Expiration Policy For Disposition Approval WorkflowAs we know, adding a new disposition approval workflow, the document or the list don't haveExpiration Policy, we have to confirgur原创 2013-01-04 11:26:43 · 1858 阅读 · 0 评论 -
为处理审批工作流配置过期策略
将过期策略配置为使用处置审批工作流如果您希望处置审批工作流在文档或项目过期后自动启动,必须在相关列表、库或内容类型的信息管理策略中配置过期策略。如果您尚未执行此操作,请向要配置过期策略的列表、库或内容类型中添加处置审批工作流。要打开列表、库或内容类型的“信息管理策略设置”页面,请执行下列操作之一:对于列表或库打开要配置过期策略的列表或库。在“设置”菜原创 2012-12-20 15:51:24 · 1718 阅读 · 1 评论 -
Active Translation Management Workflow Feature
Active Translation Management Library FeatureThis workflow helps translating office documents from onelanguage to another. This workflow works with two list types: a Translation ManagementLibrary a原创 2012-12-20 15:46:18 · 1015 阅读 · 0 评论 -
Changes to the Design View in SharePoint Designer 2013
Changes to the Design View in SharePoint Designer 2013There are some changes to the Design View in SharePoint Designer 2013, and I wanted to talk about the reasoning behind the changes.With Sh翻译 2013-01-04 18:10:46 · 1062 阅读 · 0 评论 -
Import a SharePoint Designer Reusable Workflow into Visual Studio in SharePoint 2013
Step by step import reuseable workflow in SharePoint 2013 by Visual Studio This walkthrough demonstrates how to import a reusable workflow created in SharePoint Designer 2013 into a Visual Studio原创 2013-01-05 16:47:48 · 2641 阅读 · 0 评论 -
SharePoint 2010 的服务器部署
通常从粗略的划分来说部署一个标准的SharePoint 2010门户需要考虑以下三类服务器 Web服务器 应用程序服务器 数据库服务器 Web服务器又经常被称为前端服务器,这些服务器负责SharePoint页面的呈现。 应用服务器是那些提供各种应用服务资源的总称。这些应用包括查询服务,索引服务,Excel服务等。 数据库服务器,SharePoint转载 2013-01-05 18:22:12 · 1386 阅读 · 0 评论 -
Deploy solution packages (SharePoint Server 2010)
Deploy solution packages (SharePoint Server 2010) This article describes solution packages and the role they play in deploying authored and developed customizations in Microsoft Sha转载 2013-01-06 10:33:50 · 1210 阅读 · 0 评论 -
Deploying a Project Task List Definition
Walkthrough: Deploying a Project Task List Definition This walkthrough shows you how to use Visual Studio 2010 to create, customize, debug, and deploy a SharePoint list definition t转载 2013-01-06 10:35:27 · 1057 阅读 · 0 评论 -
how to install and configure Remote BLOB Storage (RBS) in a SharePoint 2013 farm
how to install and configure Remote BLOB Storage (RBS) in a SharePoint 2013 farmWhat is RBSOne of the new things in SQL Server 2008 r2is Remote Blob Storage (RBS) which allows admins to setup SQL原创 2013-01-09 15:28:11 · 3224 阅读 · 1 评论 -
Restore-SPSite : cannot be restored to a server running the current version
cannot be restored to a server running the current versionSometimes we encounter the follow question when use the powershell restore the sitecollection bakup.Restore-SPSite : Your backup is from原创 2013-02-22 13:21:16 · 1847 阅读 · 0 评论 -
SharePoint change the form title and rename the Attachment File via javaScript
How to change the form titlesometimes, we don't need the default display title in sharepoint form, if we could custom the title by ourselves, I have good method to change the form title. For E原创 2013-03-19 18:29:05 · 1568 阅读 · 0 评论 -
SharePoint Judge current user permission via Client Object Model about JavaScript
Judge current user permissionsometime, we should judge the permisson of current user when view different page. here, we can complete it via js, follow the code.For example: the permission site c原创 2013-03-19 18:12:19 · 2110 阅读 · 0 评论 -
Deploy custom Css,Js files in SharePoint 2010 using visual studio 2010
Deploy custom Css,Js files in SharePoint 2010 using visual studio 2010May 15, 2011 · byLearning SharePoint · inSharePoint Top NavIn this post you learn how to deploy files like Css, js or翻译 2013-04-03 10:22:30 · 1498 阅读 · 0 评论 -
Get SharePoint 2010 version
Get SharePoint 2010 version with PowerShellAs part of the summary script I use the following code to get the SharePoint 2010 build version. This identifies which CU or Service Pack has been instal翻译 2013-04-03 14:47:49 · 1286 阅读 · 0 评论 -
How to get value of the person or group type via CAML Query js
Get value of the person or group typeFor Example: Get the value of Notification Recipient.Note: Because the person value is object, we couldn't get it, only get its object. at last, we coulde get原创 2013-03-22 09:05:15 · 1546 阅读 · 0 评论 -
Backup a farm by using SharePoint 2013 Central Administration and the Error Solution
Use Central Administration to back up a farmNotes:Before you backup the farm you should create a shared folder,The Central Admin backups can run as two different accounts, so you have to make sure原创 2013-01-07 10:54:16 · 2566 阅读 · 1 评论 -
Drag & Drop files directly into their SharePoint document libraries
Project DescriptionIt enables Firefox & Chrome users to drag & drop files directly into their SharePoint document libraries. This makes single and multiple file upload much simplier & user friendly.转载 2013-04-07 17:48:01 · 1122 阅读 · 0 评论