You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Remove-SPOSite` cmdlet does not delete a site collection from the site collections list permanently.
22
22
Instead, the removed site collection is moved to the Recycle Bin.
23
-
You can use the `Restore-SPODeletedSitecmdlet` to restore a site collection from the Recycle Bin.
23
+
You can use the `Restore-SPODeletedSite`cmdlet to restore a site collection from the Recycle Bin.
24
24
To delete a site collection permanently, first move the site collection to the Recycle Bin by using the `Remove-SPOSite` cmdlet and then delete it from the Recycle Bin by using the `Remove-SPODeletedSite` cmdlet.
25
25
26
26
You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.
0 commit comments