Forum Discussion
To restore the sharepoint site that has been reset to site definition in user account
I am not and administrator, so i can’t check if the home page was deleted or not.If it was deleted by admin user what can i do to restore that file? Can u tell me what to do?
Hi,
To delete a site collection, you must be a site collection admin. To delete a subsite in SharePoint Online or SharePoint Server, you must either have Full Control permissions or be the subsite owner. The same goes if you want to recover it.
This link provide more information about it:
https://support.office.com/en-us/article/delete-a-sharepoint-site-or-subsite-bc37b743-0cef-475e-9a8c-8fc4d40179fb
Sincerely,
Val Ramos
2 Replies
- Thiraviam5316Brass Contributor
Corpo185 You have the convenience of restoring your SharePoint Online Site within 93 days from the date of deletion. Simply use the following cmdlet to initiate the restoration process:
Restore-SPODeletedSite -Identity <SPOSiteURL>For additional operations and functionalities related to deleted sites, check: https://m365scripts.com/sharepoint-online/manage-deleted-sharepoint-sites-using-powershell/
- vramosBrass Contributor
Hi,
To delete a site collection, you must be a site collection admin. To delete a subsite in SharePoint Online or SharePoint Server, you must either have Full Control permissions or be the subsite owner. The same goes if you want to recover it.
This link provide more information about it:
https://support.office.com/en-us/article/delete-a-sharepoint-site-or-subsite-bc37b743-0cef-475e-9a8c-8fc4d40179fb
Sincerely,
Val Ramos