SharePoint Word Service-PowerShell
1. 配置转换进程
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –ActiveProcesses 5
2. 配置转换吞吐量
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services"
–TimerJobFrequency 5 –ConversionsPerInstance 100
3. 配置支持的转换文档格式
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –RemoveSupportedFormats rtf,mht
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –AddSupportedFormats docx,doc
4. 修改数据库信息
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –DatabaseServer SP2010
–DatabaseName WordServices –DatabaseCredential (Get-Credential)
5. 修改工作监听
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services"
–ConversionTimeout 10
6. 修改转换超时时间
Set-SPWordConversionServiceApplication –Identity "Word Automation Services" –KeepAliveTimeout 45 –MaximumConversionTime 120
7. 修改转换的最大尝试数
Set-SPWordConversionServiceApplication –Identity "Word Automation Ser- vices" –MaximumConversionAttempts 3
8. 修改使用内存的最大数
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –MaximumMemoryUsage 50
9. 禁用97-2003文档的扫描
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –DisableBinaryFileScan
启用
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –DisableBinaryFileScan:$false
10. 禁用嵌入的字体
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –DisableEmbeddedFonts
启用
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –DisableEmbeddedFonts:$false
11. 修改回收站临界值
Set-SPWordConversionServiceApplication
–Identity "Word Automation Services" –RecycleProcessThreshold 200
SharePoint Word Service-PowerShell的更多相关文章
- SharePoint Web service and template
SharePoint Web service对应的映射列表 WSS Web Services Web Reference Administration Service http://<s ...
- SharePoint excel service web part 连接到 filter web part
本文讲述SharePoint excel service web part 连接到 filter web part的一个简单应用场景. SharePoint excel service web par ...
- SharePoint 2013 使用PowerShell创建State Service
今天,搞SPD配置的sp2010wf迁移到sp2013环境上去,发布解决方案都很正常,给列表添加wf的时候报错“该表单无法显示,可能是由于 Microsoft SharePoint Server St ...
- SharePoint 2013 Service 状态无法启动,显示“启动中(Starting)”
Problem 在SharePoint 2013 Central Administration中启动 SharePoint Service(也称为:Service Machine Instance)时 ...
- SharePoint 2013 使用 PowerShell 更新用户
在SharePoint开发中,经常会遇到网站部署,然而,当我们从开发环境,部署到正式环境以后,尤其是备份还原,所有用户组的用户,还依然是开发环境的,这时,我们就需要用PowerShell更新一下: P ...
- SharePoint Word 转换PDF服务介绍及示例
前言:在SharePoint使用过程中,经常会发现将文档进行格式转换的需求,之前,看到SharePoint 2013有将PPT转换PDF文档的服务,后来,才发现SharePoint 2010开始,就有 ...
- sharepoint 2013 使用powershell更改站点集配额和锁定
打开sharepoint powershell 2013,使用管理员方式打开 逐行输入下面命令: $Admin = new-object Microsoft.SharePoint.Administr ...
- SharePoint Excel Service - Couldn't Open the Workbook.
Error meesage: "Couldn't Open the Workbook. Wow, That's a big workbook. Unfortunately, we can't ...
- sharepoint 2013 service pack 和 Hotfix 版本
方法1:Central Administration > System Settings > Manage servers in your farm (/_admin/FarmServer ...
- SharePoint自动化系列——Upload files to SharePoint library using PowerShell.
转载请注明出自天外归云的博客园:http://www.cnblogs.com/LanTianYou/ 日常的SharePoint站点测试中,我们经常要做各种各样的数据,今天又写了几个脚本,发现自己写的 ...
随机推荐
- Oracle SQL Developer 中配置JDBC驱动程序连接
此博客仅作为自己备忘,没有丝毫技术含量.把Postgres的JDBC驱动程序放在Oracle SQL Developer的JDBC的文件夹下,然后安装Oracle SQL Developer,添加新连 ...
- struts框架的运行原理和流程
从此图中简单描述一下struts2的运行流程:1.客户端请求一个HttpServletRequest的请求,如在浏览器中输入http://localhost: 8080/bookcode/Reg.ac ...
- Ubuntu 14.04 python3.6 安装
参考 how-do-i-install-python-3-6-using-apt-get Ubuntu 14.04 python3.6 安装 sudo add-apt-repository ppa:j ...
- hdu 2824 The Euler function 欧拉函数打表
The Euler function Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Other ...
- 《剑指offer》第五题(替换空格)
// 替换空格 // 题目:请实现一个函数,把字符串中的每个空格替换成"%20".例如输入“We are happy.”, // 则输出“We%20are%20happy.”. # ...
- SSD论文理解
SSD论文贡献: 1. 引入了一种单阶段的检测器,比以前的算法YOLO更准更快,并没有使用RPN和Pooling操作: 2. 使用一个小的卷积滤波器应用在不同的feature map层从而预测BB的类 ...
- Android 实现文件上传功能(upload)
文 件上传在B/S应用中是一种十分常见的功能,那么在Android平台下是否可以实现像B/S那样的文件上传功能呢?答案是肯定的.下面是一个模拟网站程 序上传文件的例子.这里只写出了Android部分的 ...
- Codeforces 909C - Python Indentation
909C - Python Indentation 思路:dp. http://www.cnblogs.com/Leohh/p/8135525.html 可以参考一下这个博客,我的dp是反过来的,这样 ...
- Eclipse 设置代码风格
自动调整代码风格 快捷键Ctrl + Shift + F 或者 右键 source -> format 设置代码风格 window -> preference -> java -&g ...
- English trip V1 - 1.How Do You Feel Now? Teacher:Lamb Key:形容词(Adjectives)
In this lesson you will learn to describe people, things, and feelings.在本课中,您将学习如何描述人,事和感受. STARTER ...