Blogger Templates

Translate

Delete site completely

Do you want to delete your site completely?

After deleting your site, just run below two commands in PowerShell.

Get-SPDeletedSite -Identity "your site URL"

After running the first command, it will generate the id like (610857cb-8414-4a89-8bf3-ad3628f6c86)

Note: Use the id to next command

Remove-SPDeletedSite -Identity "Above generated id"

If you got error while running this command, your site already deleted completely.
 

No comments:

Post a Comment