Restore_groups

Connect to you m365 tenant

!!!!!!!!!!!!!!!!!!!!!!!get the link to the connexion !!!!!!!!!!!!!!!!!!!!!!!!

Get list of deleted Groups

ps>Get-AzureADMSDeletedGroup

Restore wanted Groups

ps>Restore-AzureADMSDeletedDirectoryObject –Id <objectId>

Check the restored Groups

Get-AzureADGroup –ObjectId <objectId>

Source : microsoft

Date : 2017.12.16