namedhao 发表于 2019-2-4 11:36:34

如何确定SharePoint的Site Collection的ID

  sharepoint 2010/2013/2016

  执行powershel:

  get-spsite http://sp2013-2 | fl -Property *
  先要使用加载sharepointsnapin:Get-PSSnapin -Registered | ? name -like "*sharepoint*" |Add-PSSnapin
  

https://s1.运维网.com/wyfs02/M00/8F/15/wKioL1jTY1CRHuueAAF94p2SUY8206.png-wh_500x0-wm_3-wmp_4-s_2089648308.png
  

  如果是sharepoint 2007,可以参照下面博客:
  http://blog.csdn.net/pclzr/article/details/7576715



页: [1]
查看完整版本: 如何确定SharePoint的Site Collection的ID