Forum Discussion
KChachanidze
Mar 31, 2025Copper Contributor
Restore Deleted Loop Workspaces
Dear All,
I searched the blogs but could not find what I was looking for, sorry if this has been discussed before.
I am looking for ways to restore deleted Loop Workspaces. Is there any as of now? if yes - how?
Thanks in advance
1 Reply
Sort By
Yes, you can restore deleted Microsoft Loop Workspaces using PowerShell, provided you have the necessary admin privileges:
Connect-SPOService -Url "https://your_domain_name-admin.sharepoint.com"
Get-SPODeletedContainer
Restore-SPODeletedContainer -Identity "<Container-ID>"