【oneday_onepage】——Microsoft adds a wing, more closets to the homes of SharePoint Online tenants
To prevent SharePoint Online customers from feeling boxed in, Microsoft wants to improve the way they upload and store documents in the platform, Office 365's cloud collaboration server.
Over the coming weeks, Microsoft will roll out a set of changes to Office 365 targeted at SharePoint Online users, including increasing from 250M bytes to 2G bytes the size of files that people can upload to their individual SkyDrive Pro repositories and to SharePoint Online team site document libraries, the company said on Thursday in a blog post.
The enhancements are in response to companies' increased use of Office 365, according to the blog post's author, Mark Kashman. "Users are uploading more documents to SkyDrive Pro, teams are building numerous team sites to work with internal teams as well as with external customers and partners, and companies are establishing their corporate intranet sites," he wrote.
In addition to lifting the size limit on individual uploads, Microsoft has expanded the types of files that can be uploaded by adding .exe and .dll files.
Another change will be to increase from 3,000 to 10,000 the number of site collections -- groups of websites organized hierarchically -- that an Office 365 Enterprise customer can create. This improvement will not be applied to Office 365 Small Business and Midsize Business customers.
Microsoft is also prolonging the time that discarded documents remain in SharePoint Online recycle bins from 30 days to 90 days to give users more chance to recover these items. In addition, retaining multiple versions of Office 365 documents will be on by default on newly created SkyDrive Pro libraries.
Thursday's announcement comes shortly after Microsoft increased SkyDrive Pro storagefrom 7G bytes to 25G bytes and doubled the size of Exchange Online mailboxes to 50G bytes.
为了防止SharePoint Online的用户感到不友好,微软希望改善他们在平台上上传文件和搜藏文档的方式,Office365的云协作服务器。
接下来的几个星期中,微软将会为SharePoint Online用户们推出一套更新。包括上传文件从250M增长到2G。用户可以上传到他们的个人SkyDrive空间或者是SharePoint Online团队的网络文档库。公司在星期二在一篇博客上写的。
这一功能的增强直接导致Office 365的用户增多。就像那篇博客的作者 Mark Kashman所写的“用户可以上传更多的文档到SkyDrive Pro,团队可以建立更多的团队网站去和内部团队工作以及外部的用户和合作伙伴,公司正在建立他们自己的内部企业网站”。
除了提升个人上传文件的大小的界限,微软还扩展了上传文件的类型,添加了.exe .dll文件类型。
另一个变化就是站点集合从3000增长到10000——
群体层次结构组织的网站——任何一个Office 365的客户都可以创建的。这一改进将不会应用到Office 365的小型企业和中性企业客户中。
微软会延长被丢弃的文件在SharePoint Online中的保留时间,为了让用户有更多的机会恢复他们的文件,时间从30天延长到90天。另外,保留多个版本的Office 365文件将在默认情况下在新创建的SkyDrive Pro库。
周四的公布不久,微软增加SkyDrive Pro存储空间从7G到25G和交换网络邮箱增加一倍到50G。
【oneday_onepage】——Microsoft adds a wing, more closets to the homes of SharePoint Online tenants的更多相关文章
- 【oneday_onepage】——Microsoft to acquire Nokia's mobile phone business
Nokia will focus on network infrastructure, mapping and locations services and technology developmen ...
- 【oneday_onepage】——Microsoft addresses DevOps with InRelease technology
Microsoft addresses DevOps with InRelease technology A Microsoft-branded version of InRelease will b ...
- Microsoft Azure Web Sites应用与实践【4】—— Microsoft Azure网站的“后门”
Microsoft Azure Web Sites应用与实践 系列: [1]—— 打造你的第一个Microsoft Azure Website [2]—— 通过本地IIS 远程管理Microsoft ...
- 【语音识别】Microsoft Speech Platform 自学笔记2 环境要求与安装过程
笔记人:又吹风 时 间:2012/12/16 主要内容:Microsoft Speech Platform的环境要求与安装过程. 上次也说过了,当前Microsoft Speech Platform最 ...
- 【办公】Microsoft Office 2016 专业增强版下载及永久激活-亲测分享
Win7 x64,安装 Office 2016. 1. 下载 Office 2016,用迅雷网上下载飞快.(这里分享我的下载链接,2.39G用迅雷分分钟就下好了) 2. 按 此博客 ,安装激活工具. ...
- 【转载]】Microsoft SQL Server, 错误:4064的解决方法
SQL SERVER – Fix : Error: 4064 – Cannot open user default database. Login failed. Login failed for u ...
- 【转】Microsoft® SQL Server® 2012 Performance Dashboard Reports
http://www.cnblogs.com/shanyou/archive/2013/02/12/2910232.html SQL Server Performance Dashboard Repo ...
- 【解决】Microsoft Visual Studio 2012 打开2008下编译的silverlight3项目
最近因为项目需要,老师要我搞一发流程设计器,毫无头绪呀妈蛋 .. 我考虑是用silverlight呢还是jquery .. 上网找了找 .. 有一个用silverlight3写的 貌似IDE用的是V ...
- 【转】Microsoft visio 2013 pro 图文激活破解教程
原文网址:http://jingyan.baidu.com/article/db55b609ab0e1f4ba30a2ff0.html Microsoft visio 2013 pro 假如您使用Mi ...
随机推荐
- django性能优化缓存view详解
缓存提升性能: 1.通常的view会去数据库端执行相关的查询然后交由template渲染.数据库访问通常就是性能的瓶颈所在. 2.由于许多数据要很久才会变一次.两次连续的数据库访问通常返回的数据是一样 ...
- unity, ContentSizeFitter立即生效
ugui Text上添加了ContentSizeFitter组件后,如果在代码里对Text.text重新赋值,文本框并不会马上改变大小,而是会延迟到下一帧. 如果想立刻生效,需要调用 Text.Get ...
- Gradle 1.12用户指南翻译
http://blog.csdn.net/maosidiaoxian/article/category/2219983
- Oozie-coordinator调度
当有一个复杂的工作流job,希望每天定时执行,使用crontab方式调用需要编写大量的脚本,还要通过大量的判断来控制每个工作流job的执行顺序问题.Oozie中的Coordinator可以让每个工作流 ...
- session 详解
一.Session简单介绍 在WEB开发中,服务器可以为每个用户浏览器创建一个会话对象(session对象),注意:一个浏览器独占一个session对象(默认情况下).因此,在需要保存用户数据时,服务 ...
- python代码制作configure文件
在lua中,一直用lua作为config文件,或承载数据的文件 - 好处是lua本身就很好阅读,然后无需额外写解析的代码,还支持在configure文件中读环境变量,条件判断等. 在lua中通过loa ...
- sql字段组合唯一
create unique index [Itenmid_Uid] on Userchangeinfo(Itemid,Uid)
- 从头认识多线程-1.8 迫使线程停止的方法-暴力Stop方法
这一章节我们来讨论一下暴力Stop方法. 1.使用样例 package com.ray.deepintothread.ch01.topic_8; public class StopByStopMeth ...
- HTML5学习笔记(四):H5中表单新增元素及改良
方便布局 表单内容可以放在表单标签之外,这样做的好处是方便设计时不用考虑一定要将表单元素放在指定的form标签之下,只要指定元素适用于哪个表单即可,如下: <form id="test ...
- Android Dialog-Dialog无法充满横屏且下方有间隔
自定义一个Dialog,写完布局后运行,发现Dialog无法充满屏幕,就像下边这样: 代码大致如下: Dialog dialog = new Dialog(this); dialog.requestW ...