摘要: Powershell配置SharePoint环境1. 设置outgoing email:1) Powershell:$loadasm =[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")$SPGlobal... 阅读全文
posted @ 2014-09-14 20:53 北京谨豪科技 阅读(214) 评论(0) 推荐(0)
摘要: SharePoint 2013取得关注用户和用户关注的信息1. 取得关注该用的人static void GetFollowedUsers(string userName,string siteUrl){using(SPSite site = new SPSite(siteUrl)){SPServic... 阅读全文
posted @ 2014-09-14 20:51 北京谨豪科技 阅读(275) 评论(0) 推荐(0)