摘要:   1. Get-SPOTenantLogEntry 并不能获取所有的Log信息,只能用于获取因外部资源而出错的log信息,比如 BCS错误,详情请见此页; 2. Set-SPOSiteGroup 可以用来设置一个 user group 的属性,但是在设置Group的Owner 时,需要注意:如果将 阅读全文
posted @ 2016-03-07 11:05 Jacky Ge 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 1. Recycle Bin 地址: //管理员 /_layouts/15/AdminRecycleBin.aspx //普通用户 /_layouts/15/RecycleBin.aspx 2. 阅读全文
posted @ 2016-03-07 10:27 Jacky Ge 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1. 需要了解的概念:App Service Plan, Resource Group 2. Create an ASP.NET web app in Azure App Services 3. Create an ASP.NET MVC app with auth and SQL DB and d 阅读全文
posted @ 2016-03-02 21:54 Jacky Ge 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1. 在SharePoint 2010中,可以搜索出NT AUTHORITY\authenticated users,但在SharePoint 2013中,不能搜索出,需要手动写入全名后进行验证; 2. 在Office 365中,虽然可以通过写入NT AUTHORITY\authenticated 阅读全文
posted @ 2016-03-01 11:04 Jacky Ge 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 1. 使用 Quick Parts 向Word中添加自定义属性; 2. 阅读全文
posted @ 2016-02-22 14:21 Jacky Ge 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1. 获取所有子站点信息(Sub Site): var subSitesInfo = "{0}/_api/Web/WebInfos?$orderby=Title desc"; // {0} -> web Absolute Url 返回的数据: 2. 获取所有的List和Library: var li 阅读全文
posted @ 2016-02-05 13:31 Jacky Ge 阅读(1012) 评论(3) 推荐(1) 编辑
摘要: 1. SharePoint 2010中,在Survey的问题框中输入HTML代码可以用于插入图片或者链接,具体方法为: 1.1 在问题框中输入html, 1.2 在New Form和Edit Form添加如下代码: <script type="text/javascript" src="/sites 阅读全文
posted @ 2016-02-03 16:20 Jacky Ge 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 1. 按照每个object的Name属性对object对象集合进行排序; 2. JavaScript中获取parameter的方法: 另一种方法: 3.    阅读全文
posted @ 2016-01-29 14:14 Jacky Ge 阅读(1557) 评论(0) 推荐(0) 编辑
摘要: 1. 获取当前用户信息(current user): var currentUserInfo = "{0}/_api/Web/CurrentUser"; // {0} -> web Absolute Url 返回的数据: 2. 获取站点权限信息(site permission): var siteP 阅读全文
posted @ 2016-01-04 13:48 Jacky Ge 阅读(728) 评论(0) 推荐(1) 编辑
摘要: 1. 详细操作可参考此文章 的 Deployment and configuration for host-named site collections区域,简单来说,需要以下三行PowerShell脚本; //创建一个不包含host header的web applicationNew-SPWebA 阅读全文
posted @ 2015-12-22 16:14 Jacky Ge 阅读(334) 评论(0) 推荐(0) 编辑