码迷,mamicode.com
首页 >  
搜索关键字:sharepoint    ( 2199个结果
为sharepoint 2013 开启 State Service
StateService的作用:TheStateServiceserviceapplicationisusedtomaintainstate.Thisisoneofthosegoofy.NETdeveloperthingswhichistheequivalentofwritingonyourhand.Itholdstheinformationtemporarilywhileyouuseitandthenitgoesaway.Somepeopleassumethisisn’tnecessarybutev..
分类:其他好文   时间:2017-03-23 22:49:39    阅读次数:172
sharepoint 2013 开启 Usage and Health Data Collection
UsageandHealthDataCollectionMonitoringthestatusofyourfarm’shealthisacriticalaspectofSharePointadministration.ThisserviceapplicationcollectsthevariouslogginginformationstoredinSharePointandwritesittotheloggingdatabase.Thisserviceapplicationshouldalwaysbecre..
分类:其他好文   时间:2017-03-23 22:49:25    阅读次数:178
sharepoint 2013:活动目录迁移用户后,在sharepoint中move 用户 powershell
Get-SPUser-webhttp://wfe1|fl(查看该网站集中的账户)$user=Get-SPUser-webhttp://wfe1-Identity18(将id为18的账户赋予变量$user,不用变量下面一条语句会失败,18也可以用用户名取代)Move-SPUser-IgnoreSID-Identity$user-NewAlias‘test\sale02‘(将该账户迁移为新账户,..
分类:系统相关   时间:2017-03-23 22:48:49    阅读次数:192
sharepoint 2013 修改某些显示名,email和活动目录不一致的账户 powershell
#该脚本修改某些显示名,email和活动目录不一致的账户Add-PSSnapinMicrosoft.SharePoint.PowerShell$ConfirmPreference=‘None‘#关闭确认提示$filePath="c:\file\"$allUsers=get-contentC:\file\user.txt-EncodingUTF8#从文件中读取需要迁移的账户,每一行包含账户和新的显示名称..
分类:系统相关   时间:2017-03-23 22:44:55    阅读次数:294
sharepoint 2013 使用outlook 打开sharepoint 任务失败
使用outlook2010打开失败时可以检查下面几点:AppliesTo:WorkflowConductor2.1andhigherSharePointServer2010andMicrosoftOfficeSharePointServer2007MicrosoftOutlook2007andMicrosoftOutlook2010InWorkflowConductor2.1andhigher,e-mailnotificationssentforworkflowtaskscan..
分类:其他好文   时间:2017-03-23 22:44:39    阅读次数:278
sharepoint 统计所有网站集中视频文件的总大小 c#
视频文件类型为:.avi.mov.rm.rmvb.wmv.asf.asx.mpg.mpeg.3gp.mp4.flv.mkv.vobusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SharePoint;usingMicrosoft.SharePoint.Administration;usingSystem.IO;usingSystem.Web;usingSys..
分类:Windows程序   时间:2017-03-23 17:30:23    阅读次数:225
sharepoint 获取所有网站集前40w个文件中启用历史版本文件的大小/数量/最后修改时间
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SharePoint;usingMicrosoft.SharePoint.Administration;usingSystem.IO;usingSystem.Web;usingSystem.Text.RegularExpressions;usingSystem.Data;namespaceGetVideoFiles{class..
分类:Web程序   时间:2017-03-23 17:30:10    阅读次数:252
sharepoint 迁出文档时报错:sharepoint 服务器错误:the file "xxxxxxxxx" is not checked out
迁出文档时报错:sharepoint服务器错误:thefile"xxxxxxxxx"isnotcheckedout当文档库启用了历史版本,并且启用了:Createmajorandminor(draft)versions当文档是draft的时候,无法迁出,将文档pubulishamajorversion,可以正常迁出。
分类:其他好文   时间:2017-03-23 17:29:38    阅读次数:129
Sharepoint 性能考量
1、crawl时间的规划统计站点使用率,根据使用率拆分成不同job,降低每个job的crawl时间,在非工作时间crawlpdffilter使用adobe的产品进行index速度很慢,可以使用FoxitPDFiFilter对特别大的站点,使用rule排除长时间没有update的subsite,提高crawl效率和减少fullcrawl条目数量..
分类:其他好文   时间:2017-03-23 17:25:13    阅读次数:120
通过Sharepoint 发邮件代码
大家都知道在.net中实现邮件的发送已经不是什么难事,但是需要配置smtp服务器。在Sharepoint这个就没有必要了,只要sharepoint配置了Smtp,我们就可以通过以下简单的代码就能发邮件了usingMicrosoft.SharePoint.Utilities;SPUtility.SendEmail(SPContext.Current.Web,false,fal..
分类:其他好文   时间:2017-03-23 17:04:39    阅读次数:126
2199条   上一页 1 ... 32 33 34 35 36 ... 220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!