Forum Discussion
KChachanidze
Mar 31, 2025Brass 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 ...
Kidd_Ip
May 09, 2025MVP
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>"