码迷,mamicode.com
首页 >  
搜索关键字:moss sharepoint officewebapp报错    ( 2229个结果
SharePoint 2013 安装配置(3-1)
在第二部分中,我向您展示了如何在WindowsServer2012R2forSharePoint2013上设置ActiveDirectory域服务。现在我们应该能够在ActiveDirectory中设置管理员和服务帐户。第三部分,我将逐步介绍在WindowsServer2012R2上安装MicrosoftSQLServer2012。我将创建一个可用于存储SharePoi..
分类:其他好文   时间:2017-03-26 14:37:13    阅读次数:190
SharePoint Server 2016 PWA(Project web app) 被变为只读模式
今天有同事反应了一个状况,我们SharePoint2016里面集成的ProjectWebApp(以下简称PWA)变成read-only只读模式了!今天就给大家分享一下我的排查过程,供大家参考。整个过程我一共使用了五种办法,结果最后一种才生效,但是这五种办法都是按照我们的惯性逻辑思路来排查的,大家可..
分类:移动开发   时间:2017-03-24 14:45:28    阅读次数:292
SHAREPOINT 2013: 如何测试升级
您应当测试升级以了解:·升级计划是否可行,您是否需要进行调整。·您的环境中有哪些自定义项,以便能够规划如何在升级过程中处理这些自定义项。·您是否应当升级硬件以使升级更加高效和/或速度更快。·时间,即,在您的环境中进行升级需要多长时间。·在操作方面,您需要规划..
分类:其他好文   时间:2017-03-24 14:40:16    阅读次数:166
修改本机iis中所有application pool的identity(OfficeServerApplicationPool除外) c#
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.DirectoryServices;usingSystem.Collections;namespaceResetIISApplicationIdentity{classProgram{staticvoidMain(string[]args){string[]strusers=System.IO.File.ReadAllLines("..
分类:移动开发   时间:2017-03-23 22:50:53    阅读次数:259
Sharepoint 为文档库设置历史版本数 c#
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SharePoint;usingMicrosoft.SharePoint.Administration;usingSystem.IO;usingSystem.Web;usingSystem.Text.RegularExpressions;usingSystem.Data;usingSystem.Collections;name..
分类:Windows程序   时间:2017-03-23 22:50:34    阅读次数:215
为sharepoint 2013 增加切换账户登陆菜单
修改sharepoint服务器上下面路径中的Welcome.ascx文件:C:\ProgramFiles\CommonFiles\MicrosoftShared\WebServerExtensions\15\TEMPLATE\CONTROLTEMPLATES增加一段代码如下:<SharePoint:MenuItemTemplaterunat="server"ID="ID_LoginAsDifferentUser"Text="<%$Resources:..
分类:其他好文   时间:2017-03-23 22:50:13    阅读次数:214
为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
2229条   上一页 1 ... 32 33 34 35 36 ... 223 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!