Forum Discussion

KChachanidze's avatar
KChachanidze
Copper Contributor
Mar 31, 2025

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

  • 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>"

     

Resources

OSZAR »