Restoring Office365 group failed
At times, when we attempt to restore the Office365 Group from Exchange Admin Center, we get the error " The unified group restore failed in AAD. Please try again later ". Solution : Open a Windows PowerShell as Administrator Run the cmdlet to install the AzureAD and Public preview release modules Install-Module AzureAD Install-module AzureADPreview Before we attempt to restore the Office365 group, we need to connect to the online service by running the below cmdlet, Connect-AzureAD Then you may run the below cmdlet to get the list of deleted Office365 groups, Get-AzureADMSDeletedGroup -All 500 Note: -All parameter \ switch refers to the number of the results returned when running the cmdlet. Based on your requirement you may increase this value You may note down the "Id" for the Office365 group which needs to be restored, then run the below cmdle...