【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 ...
随机推荐
- React Native 错误锦集
启动时报错 : React Native version mismatch. JavaScript version: 0.57.4 Native version: 0.55.2 解决方案传送门:htt ...
- A标签href属性详解--记录八
1.去掉<a>标签的下划线 <ul style=" list-style-type:none; margin:0;color:Gray; font-size:11px;ma ...
- C#基础课程之一注释和控制台、一些常识
注释是程序员对代码的说明,以使程序具有可读性.源代码在编译的过程中,编译器会忽略其注释部分的内容. ()行注释 格式为:// 注释内容 用两个斜杠表示注释的开始,直到该行的结尾注释结束. ()块注释 ...
- 基于数据库构建分布式的ID生成方案
在分布式系统中,生成全局唯一ID,有很多种方案,但是在这多种方案中,每种方案都有有缺点,下面我们之针对通过常用数据库来生成分布式ID的方案,其它方法会在其它文中讨论: 1,RDBMS生成ID: 这里我 ...
- php反射获取类和方法中的注释
通过php中的反射机制,获取该类的文档注释,再通过获取其所有的方法,获取方法的注释 所用到的主要类及其方法 ReflectionClass ReflectionClass::getDocComment ...
- AndroidStudio创建项目时一直处于building“project name”gradle project info的解决办法
AndroidStudio创建项目,最后一步finish后,一直长时间处于building“project name”gradle project info,界面就一直停留在如图所示: 谷歌自家的产品 ...
- PHP+FastCGI+Nginx配置PHP运行环境方法
PHP+FastCGI+Nginx配置PHP运行环境 Nginx不支持对外部程序的调用,所以必须通过FastCGI接口实现对外部程序的调用从而实现对客户端动态页面请求的处理. CGI的英文全称为Com ...
- 基于Xilinx Zynq Z7045 SoC的CNN的视觉识别应用
基于Xilinx Zynq Z7045 SoC的CNN的视觉识别应用 由 judyzhong 于 星期三, 08/16/2017 - 14:56 发表 作者:stark 近些年来随着科学技术的不断进步 ...
- 菜鸟学SSH(十)——Hibernate核心接口
在使用Hibernate的时候,我们通常都会用的Configuration.SessionFactory.Session.Transaction.Query和Criteria等接口.通过这些接口可以, ...
- [Windows Azure] What is a Storage Account?
What is a Storage Account? A storage account gives your applications access to Windows Azure Blob, T ...