0
我試圖刪除SharePoint網站使用PowerShell:刪除SharePoint網站使用PowerShell
Remove-SPSite -Identity "site url"
我不斷收到一條錯誤消息:
"Cannot find an SPSite object with Id or Url"
我使用使用SharePoint服務器上的SharePoint的PowerShell農場用戶。在命令後面運行$ StackTrace時,我什麼也沒得到。 謝謝
是否獲取-SPSite的「URL」讓你的網站對象? –
不,它不。我只能得到主站點,並且還能檢索所有子站點的列表。當我嘗試獲取或刪除子網站時,我只會遇到這個問題。 – user7400346