我正在尝试使用powershell删除sharepoint站点:
Remove-SPSite -Identity "site url"
我一直收到错误消息:
"Cannot find an SPSite object with Id or Url"
我在使用场用户的sharepoint服务器上使用sharepoint powershell。当我在命令后运行$ StackTrace时,我什么也得不到。 谢谢
答案 0 :(得分:1)
在看到您对Guruparan问题的回复后,如果您要删除子网站,则需要使用其他命令行开关
Remove-SPWeb http://yourwebapp.example.com/sites/yoursite/yoursubsite
参考:https://technet.microsoft.com/en-us/library/ff607890.aspx