【问题标题】:Fetching Sharepoint Groupnames and users in group using web services in MOSS 2007使用 MOSS 2007 中的 Web 服务获取组中的 Sharepoint 组名和用户
【发布时间】:2013-11-25 19:57:11
【问题描述】:

我正在尝试使用 Web 服务获取所有 Sharepoint 组和组中的用户。我添加了 Web 服务器 /_vti_bin/usergroup.asmx。然后我写了下面的代码。

WebReference.UserGroup Group = new GetGorupNames.WebReference.UserGroup();
XmlNode Users = Group.GetGroupCollectionFromWeb();

我不知道进一步的程序。因为这是我第一次在 sharepoint 中使用 Web 服务。任何与 xml 和 web 服务相关的帮助都会很棒。

【问题讨论】:

    标签: sharepoint sharepoint-2010 sharepoint-2007


    【解决方案1】:

    在查找上述查询时,我发现一篇精彩的文章使我的任务变得轻松。 与大家分享。 PSB 链接。

    http://www.sharepointdiary.com/2013/07/export-sharepoint-users-and-groups-to-excel-using-powershell.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2023-03-26
      • 2011-05-11
      • 1970-01-01
      • 2011-04-18
      • 1970-01-01
      相关资源
      最近更新 更多