对于有多级web获取getlist会报错:Exception calling “GetList” with “1” argument $SPWeb = Get-SPWeb -Identity http://192.168.0.50:81/oasite/#注意getlist的写法$list = $SPWeb.GetList("/oasite/Lists/Facilities and Shared Assets") $item = $list.Items| where{ $_.Name -…
MobileIncreasingly, a major component of sharing and collaborating involves mobile access. SharePoint 2013 has several key improvements and architectural changes that improve sharing capabilities for the mobile user. The user interface of SharePoint…
导出你的GAC Assembly中的DLLS   方法1: CMD命令中,进入C:\windows\assembly,然后XCOPY GAC_MSIL c:\temp /E 这样就得到了dlls了,以命名空间来分类. 如果想将dlls从集合中分出来,使用XCOPY GAC c:\temp /E 方法2: 运行中输入: C:\WINDOWS\ASSEMBLY\GAC_MSIL 即可打开GAC的正常展示目录 方法3: Subst b: %windir%\assembly 执行完后,会发现硬盘分区多了…
When PS scripts executes, it is possibly create much user defined variables. So, sometimes these varibales may confuse us a lot. Here's a workaound: Most of the standard variables can be found in System.Management.Automation.SpecialVariables. If you…
Here is a quick hack which doesn't require any plugin installation, instead you just need to add a few lines to your current layout's CSS file. Works perfectly for me in v4.2.2 Navigate to <ECLIPSE_HOME>/plugins/org.eclipse.platform_<VERSION>/…
1.CAML Designer 2013 开发caml用 http://biwug-web.sharepoint.com/SitePages/Caml_designer.aspx 2.SharePoint Manager 2013 服务器端SharePoint管理工具 http://spm.codeplex.com 3.ULS Viewer SharePoint日志查询 http://archive.msdn.microsoft.com/ULSViewer 4.CKS Dev vs扩展工具 ht…
现象: sharepoint获取exchange邮箱报错:该帐户无权模拟所请求的用户 处理办法: 1.Open the Exchange Management Shell 2.输入: New-ManagementRoleAssignment –Name:impersonationAssignmentName –Role:ApplicationImpersonation –User:administrator administrator就是你要设置的模拟账号,当然你也可以设置其他. Configu…
现象: 文件“/_controltemplates/SPMRB/AllStatBookingsForm.ascx”不存在. 分析: 此代码在sp2010好用,但是在sp2013则报以上错误. 解决办法: 添加“15” ~/_controltemplates/15/<name_of_usercontrol.ascx 金大昊…
In SharePoint 2010, the easiest way to transfer documents from one library to another involved using two Explorer Views and dragging and dropping. While this process works, it is incredibly inefficient and slow. The files must literally first be tran…
Access and Authentication There are three access levels to the Marketing APIs. You can upgrade access after you meet criteria described later. Note that calls on ANY access level are against production data. Level Description Development Try and test…