随笔分类 -  sharepoint2013

摘要:Add-PSSnapin Microsoft.SharePoint.PowerShell$SPFarm = Get-SPFarm$cacheClusterName = "SPDistributedCacheCluster_" + $SPFarm.Id.ToString()$cacheClusterM 阅读全文
posted @ 2016-06-23 10:27 Jason.Bird 阅读(151) 评论(0) 推荐(0)
摘要:C:\Program Files\Microsoft Office Servers\15.0\Synchronization Service\UIShell run miisclient.exe 阅读全文
posted @ 2016-06-17 10:18 Jason.Bird 阅读(99) 评论(0) 推荐(0)
摘要:2 Sign in to vote 2 Sign in to vote 2 2 Sign in to vote Thanks Trevor, Finally created the task scheduled with this command: Sync Incremental Add-PsSn 阅读全文
posted @ 2016-06-17 09:49 Jason.Bird 阅读(199) 评论(0) 推荐(0)
摘要:After some analysis, we found that, this is a known defect with the Microsoft and it is being fixed on the subsequent Knowledge Bases. http://support. 阅读全文
posted @ 2016-06-07 09:56 Jason.Bird 阅读(487) 评论(0) 推荐(0)
摘要:1、IIS站点应用程序池设置管道模式为classic模式,identity设置为管理员账户 2、站点验证设置,只打开windows验证,其他都关闭 3、应用程序配置web.config配置如下: <?xml version="1.0" encoding="utf-8"?> <!-- 有关如何配置 A 阅读全文
posted @ 2016-05-20 14:57 Jason.Bird 阅读(460) 评论(0) 推荐(0)
摘要:#判断当前上下文环境中是否装在了SharePoint的Powershell环境,如果没有装载,则装载到当前运行环境。$Snapin = get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft.SharePoint.Powershell'}if($Sna 阅读全文
posted @ 2016-05-17 16:17 Jason.Bird 阅读(161) 评论(0) 推荐(0)
摘要:链接: http://pan.baidu.com/s/1pLBwvnt 密码: c928 SharePoint 2016 Server中文版, 阅读全文
posted @ 2016-05-05 10:19 Jason.Bird 阅读(162) 评论(0) 推荐(0)
摘要:C:\Program Files\Microsoft Office Servers\15.0\Synchronization Service\UIShell 这个路径下,你如果懂FIM,可以进去看看,这工具你一看就知道怎么回事了 阅读全文
posted @ 2016-04-14 13:48 Jason.Bird 阅读(236) 评论(0) 推荐(0)
摘要:问题解决办法是: 打开资源文件,将access modifier:下拉项设置为“internal”即可 阅读全文
posted @ 2016-04-11 16:08 Jason.Bird 阅读(535) 评论(0) 推荐(0)
摘要:class Program { public static CookieContainer cc { get; set; } static void Main(string[] args) { string SharePointUrl = "http://pekwncowo01:88"; fbaut 阅读全文
posted @ 2016-02-22 15:42 Jason.Bird 阅读(178) 评论(0) 推荐(0)
摘要:caml designer 2013 生成caml工具 http://camlbuilder.codeplex.com/ 设计工具 CamlDesigner2013 爬网工具 HtmlAgilityPack.1.4.6-Net45 反编译工具 ILSpy_Master_2.3.1.1855_Bina 阅读全文
posted @ 2016-01-13 15:58 Jason.Bird 阅读(180) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-01-04 11:33 Jason.Bird 阅读(162) 评论(0) 推荐(0)
摘要:基于我们昨天的沟通,在本地进行了相应测试, 结果显示KB2880552已经安装,管理中心中的版本号依然为4569, 而非4571, 不过注册表中的版本号已经更新为4571.April 2015 CU安装前会检查中的版本号,解压安装包后查看其中的XML文件可以发现类似以下条件:15.0.4571.15... 阅读全文
posted @ 2015-12-17 09:36 Jason.Bird 阅读(257) 评论(0) 推荐(0)
摘要:1. 安装过程合理: A. 可以同时在管理中心、两台前端、搜索服务器上安装重新发布的SP1补丁包(所提供的链接) B. 等待所有SP1补丁包安装完成,依次在管理中心、两台前端、搜索服务器上运行配置向导. C. 可以同时在管理中心、两台前端、搜索服务器上安装April 2015 CU补丁包 D. 等待... 阅读全文
posted @ 2015-12-17 09:33 Jason.Bird 阅读(211) 评论(0) 推荐(0)
摘要:首先可以参考以下博客进行安装http://www.cnblogs.com/poissonnotes/p/3238238.html需要特别注意的是,我的SHAREPOINT系统虽然是英文版的,但是同样OWA服务器可以装中文版+SP1升级包即可 阅读全文
posted @ 2015-12-03 16:29 Jason.Bird 阅读(311) 评论(0) 推荐(0)
摘要:需要下载WindowsIdentityFoundation-SDK-4.0进行安装 阅读全文
posted @ 2015-11-19 14:02 Jason.Bird 阅读(166) 评论(0) 推荐(0)
摘要:select *from [dbo].[AllLists] where tp_Title='Pages' and tp_WebId='90511126-E1FE-4E4C-8DDF-74DFC89E88C3'select * from [dbo].[AllWebs] where SiteId='00... 阅读全文
posted @ 2015-11-06 11:33 Jason.Bird 阅读(336) 评论(0) 推荐(0)
摘要:January 18, 2011By default theremote errors property in SQL Server Reporting Services is set to false, which means error messages in a multi-server en... 阅读全文
posted @ 2015-05-25 10:10 Jason.Bird 阅读(338) 评论(0) 推荐(0)
摘要:Cannot convert claims identity to a windows token. This may be due to user not logging in using windows credentials.solusion:This service is enabled v... 阅读全文
posted @ 2015-05-25 08:49 Jason.Bird 阅读(136) 评论(0) 推荐(0)
摘要:当我将列表视图阀值设置回到5000后,使用Adam提供的如下脚本对站点进行了更新$app=Get-SPWebApplication http://apps.westrac.com.cn/$app.UnthrottledPrivilegedOperationWindowEnabled=$true$ap... 阅读全文
posted @ 2015-05-07 22:01 Jason.Bird 阅读(184) 评论(0) 推荐(0)