Forum Discussion
Group restore is still in preview
https://support.office.com/en-us/article/Restore-a-deleted-Office-365-Group-b7c66b59-657a-4e1a-8aa0-8163b1f4eb54
cmdlet is: Restore-AzureADMSDeletedDirectoryObject
it exists here: https://docs.microsoft.com/en-us/powershell/module/Azuread/?view=azureadps-2.0-preview
does not here: https://docs.microsoft.com/en-us/powershell/module/Azuread/?view=azureadps-2.0
Is there an ETA as to when this cmdlet will be released from preview status?
ETA is next year, please note you can now also restore deleted groups via the Exchange Admin Center.
6 Replies
- cfiessinger
Microsoft
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.
- Jesse ThompsonCopper Contributor
I don't think there is a way to restore a deleted group from the Exchange Admin Center. I can't find the functionality, or any documentation to support that concept.
- cfiessinger
Microsoft
Jesse we've announced the start of the rollout to EAC today via this message center post: MC125402 + see this updated article https://support.office.com/en-us/article/Restore-a-deleted-Office-365-Group-b7c66b59-657a-4e1a-8aa0-8163b1f4eb54?ui=en-US&rs=en-US&ad=US
- Yeap, apparently cmdlets are still under preview: https://support.office.com/en-us/article/Restore-a-deleted-Office-365-Group-b7c66b59-657a-4e1a-8aa0-8163b1f4eb54?ui=en-US&rs=en-US&ad=US