Hi
In the Deleted Sites section in SP Admin I've got lots of deleted sites.
These sites cannot be deleted because they are linked to a Office 365 group.
My idea has been to delete the Office 365 group (done with Remove-AzureADMSDeletedDirectoryObject).
The group has been correctly deleted but not the connected sites.
So then I tried to delete also the sites with "Remove-SPODeletedSite".
PowerShell execute the command without errors but the site is not removed from the list.
Am I doing something wrong?
Thanks