Forum Discussion
Group restore is still in preview
- Nov 17, 2017
ETA is next year, please note you can now also restore deleted groups via the Exchange Admin Center.
ETA is next year, please note you can now also restore deleted groups via the Exchange Admin Center.
And the really interesting thing about the restore deleted groups option in EAC is the use of a new cmdlet (Undo-SoftDeletedUnifiedGroup). I assume that this is because EAC operates with the EXO cmdlet set and having an EXO cmdlet allows EAC to do something different if necessary. In any case, you can recover a soft deleted Office 365 Group with a command like this:
Undo-SoftDeletedUnifiedGroup -SoftDeletedObject $Object
To find soft deleted groups, use:
Get-UnifiedGroup -IncludeSoftDeletedGroups:$True
These cmdlets are in EXO, so you don't need to load the Azure AD module.