Skip to content

Commit e4c6a4b

Browse files
authored
Merge pull request MicrosoftDocs#2218 from AbhishekGarg/patch-1
Update Remove-SPOSite.md
2 parents 70224a4 + d54efda commit e4c6a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Remove-SPOSite [-Confirm] -Identity <SpoSitePipeBind> [-NoWait] [-WhatIf] [<Comm
2020
## DESCRIPTION
2121
The `Remove-SPOSite` cmdlet does not delete a site collection from the site collections list permanently.
2222
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.
2424
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.
2525

2626
You must be a SharePoint Online global administrator and a site collection administrator to run the cmdlet.

0 commit comments

Comments
 (0)