I am trying to delete a sharepoint site using powershell:
Remove-SPSite -Identity "site url"
I keep receiving an error message:
"Cannot find an SPSite object with Id or Url"
I am using sharepoint powershell on the sharepoint server using a farm user. I don't get anything when I run $StackTrace after the command. Thank you