在SharePoint的使用过程中,尤其是Windows认证的情况下,而且没有配置用户配置文件服务,经常会出现如果更新AD中的用户信息(包括名字、显示名、邮件等),SharePoint这边站点并不会更新的情况。 这时候,我们经常会操作数据进行更新操作,生产环境建议备份,测试环境也要多看几次update语句。 1、首先进入授权的用户组,看到我们的用户名,当AD中更新,这里的Name还是之前的名字...
分类:
数据库 时间:
2015-02-03 15:00:24
阅读次数:
162
An introduction of LepideMigrator for Documents....
分类:
其他好文 时间:
2015-02-03 13:25:12
阅读次数:
165
Nintex Workflow 2013工作流动作(Workflow Action详解)...
分类:
其他好文 时间:
2015-02-03 11:16:41
阅读次数:
220
Go to Site Actions > Site Settings (make sure you’re in the root site), and click “Search scopes”.Click “New Scope” to create a new scope to load in a...
分类:
其他好文 时间:
2015-02-03 09:28:04
阅读次数:
149
使用SharePoint API,我们经常会有时区转换的问题,SharePoint API 本身如何处理时区问题的呢?本文主要以Modified字段为例测试相关API的行为。CSOM API测试:输出代码:private static void ClientAPIOutputModified(Cli...
-----提供AD\Exchange\Lync\Sharepoint\CRM\SC\O365等微软产品实施及外包,QQ:185426445.电话18666943750今天听到群里有朋友问,想查询最近1个月未登录的AD账号,我们可以通过如下的Powershell来实现:需求1、查询OU中所有账号的创建时间\SID\上次修改密码时间\最后一次登录时..
分类:
系统相关 时间:
2015-02-01 07:24:43
阅读次数:
1033
相关资料收集:1,SharePoint 位置记录上的操作:https://msdn.microsoft.com/zh-cn/library/gg334567(v=crm.6).aspx2,开启sharepoint2007文档稽核功能,记录文档开启(下载),修改等用户及时间和其他信息:http://b...
分类:
其他好文 时间:
2015-01-30 16:50:55
阅读次数:
177
Reqiurement:
As we known, Managed Navigation is that the navigation items will be represented using a Managed Metadata term set. SharePoint provide the default control, but the
design...
分类:
其他好文 时间:
2015-01-30 15:54:05
阅读次数:
235
if SharePoint time zone is different from server:
SPWeb currentWeb = SPContext.Current.Web;
DateTime utcDateTime = DateTime.UtcNow;
DateTime locateDate = currentWeb.RegionalSettings.TimeZone.UTCToLoc...
分类:
其他好文 时间:
2015-01-30 15:48:36
阅读次数:
212
??
最近在做reporting services报表的时候,部署到sharepoint后,打开rdl报表,经常遇到一个问题:
报表服务器数据库内出错。此错误可能是因连接失败、超时或数据库中磁盘空间不足而导致的。 ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: 报表服务器数...
分类:
数据库 时间:
2015-01-30 10:42:42
阅读次数:
741