Fork me on GitHub

随笔分类 -  SharePoint In Action

摘要:在单台服务器上安装了 SharePoint Server 2013,并且创建了具有默认搜索拓扑的 Search Service 应用程序。在默认搜索拓扑中,所有搜索组件都位于承载管理中心的服务器上。SharePoint 2013中的搜索具备了非常强大的功能,但所消耗的资源也是巨大的。所以,在具备硬件 阅读全文
posted @ 2015-02-28 18:00 木宛城主 阅读(2607) 评论(1) 推荐(1) 编辑
摘要:Problem当创建和配置SharePoint 2013 Search Service Application成功之后,进入详细配置页后,在Search Application Topology节点下显示如下错误:Unable to retrieve topology component healt... 阅读全文
posted @ 2015-02-27 18:14 木宛城主 阅读(1760) 评论(1) 推荐(0) 编辑
摘要:难得的假期,难得有时间来梳理知识。我写过很多关于SharePoint的安装和配置,有利用PowerShell的,也有图形安装界面的。也演示了怎样创建一个双层的SharePoint Farm,怎样利用Least Privilege原则来提升SharePoint的安全性。利用AutoSPSourceBu... 阅读全文
posted @ 2015-02-21 16:29 木宛城主 阅读(1195) 评论(2) 推荐(1) 编辑
摘要:IssueTopology报错信息:SharePoint Web Services Round Robin Service Load Balancer Event: EndpointFailure。Affected Endpoint 主要是两种类型的"SharePoint Service":Meta... 阅读全文
posted @ 2014-09-02 17:45 木宛城主 阅读(1483) 评论(0) 推荐(0) 编辑
摘要:在现实的业务场景中,有时为了更好的管理域用户和服务。我们往往会创建多个分散式的域,每个域的Administrator专注于维护特定域中的用户和资源,Administrator也可以定义安全策略,比如账号策略等。场景介绍现有如下场景,一个二层拓扑的SharePoint Farm包含一台SharePoi... 阅读全文
posted @ 2014-08-01 22:12 木宛城主 阅读(2960) 评论(0) 推荐(1) 编辑
摘要:安装和配置SharePoint Farm时,一定要注意将内容数据库不要放在C盘,除非你的C盘能足够承受起日益增长的数据。由于在安装SQL SERVER中没有注意,我将数据库存放在默认的 C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER... 阅读全文
posted @ 2014-07-24 22:47 木宛城主 阅读(2260) 评论(0) 推荐(0) 编辑
摘要:们使用Wiki页面来分享知识,增进团队合作。下面我将向大家展示SharePoint 2013 Wiki的使用方法。教程我都将以这张Wiki页面(即当前页)为示例。编辑页面如要编辑页面,单击顶部Edit Page图标即可进行编辑。当然,在Page 选项卡,还有丰富的功能可供操作。当你对页面进行编辑时,... 阅读全文
posted @ 2014-07-24 21:12 木宛城主 阅读(2976) 评论(0) 推荐(0) 编辑
摘要:在之前的文章中,通过SharePoint Central Administration 创建了Web Application。在这篇文章中将继续SharePoint 2013之旅——还是以Step By Step的形式演示如何在SharePoint 2013中创建Site Collection(网站... 阅读全文
posted @ 2014-06-19 21:34 木宛城主 阅读(3191) 评论(1) 推荐(1) 编辑
摘要:今天继续SharePoint 2013 的探索之旅,之前几篇文章分析了SharePoint 2013的物理拓扑结构,安装,以及逻辑体系结构。在这篇文章中,我将继续Step By Step形式演示如何在SharePoint 2013中创建Web Application。预准备工作1.在SharePoi... 阅读全文
posted @ 2014-06-14 18:46 木宛城主 阅读(3293) 评论(0) 推荐(1) 编辑
摘要:之前一篇文章《两张图看清SharePoint 2013 Farm 逻辑体系结构》谈到Web Application,Content Database,Site Collection的关系。有了这个逻辑结构图之后,这篇文章将使用PowerShell,来更加直观的展现SharePoint WebAppl... 阅读全文
posted @ 2014-06-10 22:30 木宛城主 阅读(2014) 评论(1) 推荐(1) 编辑
摘要:前篇文章分析了SharePoint 2013 的物理拓扑结构。物理拓扑分为3层(2层),详情参见《SharePoint 2013 Farm (多层服务器)安装指南——Least Privilege》,这篇接着脚步,继续走入SharePoint 2013的世界,分析SharePoint 2013 Fa... 阅读全文
posted @ 2014-06-05 22:05 木宛城主 阅读(3181) 评论(9) 推荐(3) 编辑
摘要:Overview对于企业员工来说,"扁平结构"的LIST是日常操作中经常使用到的,LIST的好处是方便数据的录入以及数据的整理分析,尤其是Quick Edit功能,可以实现快速编辑。对于SharePoint 2013而言,默认在Site Contents中提供了自定义的List 模版,可以方便的对其... 阅读全文
posted @ 2014-05-23 19:48 木宛城主 阅读(2489) 评论(0) 推荐(1) 编辑
摘要:Problem当迁移SharePoint 的时候,执行Move-SPSite 命令,将指定的Site Collection移动到目标内容数据库中时,提示以下错误:Cannot complete the copy or merge operation because the database sche... 阅读全文
posted @ 2014-05-21 23:52 木宛城主 阅读(1764) 评论(0) 推荐(0) 编辑
摘要:写过很多关于SharePoint 2013 安装,这是第四篇。可能你会觉得为什么如此简单的安装至于花那么多精力去折腾吗。我的答案是肯定的。知识的积累不是一蹴而就的,而是循序渐进的去学习,每一个阶段都有独立的思考,于是乎第四篇SharePoint 2013的安装记录就诞生了,这边文章我想和大家分享怎样... 阅读全文
posted @ 2014-05-15 03:16 木宛城主 阅读(4151) 评论(4) 推荐(2) 编辑
摘要:Disaster Recovery,我把他直译"故障恢复",或者也可以翻译成 "灾难复原 "。光字面意思就可以领会到,当SharePoint Server发生了一些意想不到的情况时,Disaster Recovery(DR)就是黑暗中的火把,希望,亦或是失望,也许就在于你是否有一个健壮的DR Pla... 阅读全文
posted @ 2014-04-07 14:29 木宛城主 阅读(1604) 评论(3) 推荐(1) 编辑
摘要:OverViewIn this post,I want to show u how to add a look up column in my list or library that looks up data which comes from a list or library of anoth... 阅读全文
posted @ 2014-03-27 17:44 木宛城主 阅读(1194) 评论(0) 推荐(1) 编辑
摘要:ProblemWhen I was backing up SharePoint Site Collection Automatically with PowerShell and Windows Task Schedule.Unfortunately,the backup process was abnormally terminated.But What's even worse is I came across an confusing issus When I Browsed to Site .Just as shown in the below picture.The mess 阅读全文
posted @ 2014-03-27 15:11 木宛城主 阅读(1631) 评论(0) 推荐(1) 编辑
摘要:一、需求分析 公司需要将存在于旧系统(TFS)所有的文档迁移至新系统(SharePoint 2013)。现已经将50G以上的文档拷贝到SharePoint 2013 Server上。这些文档是一些不规则的资料,除了常见的Office文件、PDF,还包括图片、RAR等,甚至还包括一些快捷方式(.link)这类的"脏数据"。除此之外,这些存在于TFS中的文档,名称也是"不规则",即包含了SharePoint 2013文档命名不支持的字符如"&", "\"", "?", " 阅读全文
posted @ 2014-03-23 17:21 木宛城主 阅读(2163) 评论(0) 推荐(2) 编辑
摘要:ProblemI am trying to backup SharePoint 2013 Farm Automatically with PowerShell and Windows Task Schedule.Unfortunately,I got a lot of errors such as Backup Database is terminating abnormally.For more details on these errors as shown in picture below.I've tried doing it via Central Administratio 阅读全文
posted @ 2014-03-23 11:55 木宛城主 阅读(626) 评论(0) 推荐(0) 编辑
摘要:In this post,I will show you SharePoint 2013 How to Backup Farm Automatically with a PowerShell and Windows Task Schedule. First,to backup your Farm,you can use the powershell command Backup-SPFarm. You can use the command to backup the farm a Full backup as in the following example. Backup-SPFarm - 阅读全文
posted @ 2014-03-22 20:04 木宛城主 阅读(1657) 评论(0) 推荐(0) 编辑

multifunction lasers
访问人数