This enterprise application is Azure DevOps. Trying to remove it, however, is not possible. So here is my question, how can I still delete this enterprise ...
05.01.2021 · Log in back to the Azure tenant, and try one more time to delete it. Enterprise Application should now have a green check mark and you should be able to go through delete tenant Thank you for your help as well James. · 4
03.03.2020 · Connect-AzureAD You can get all enterprise applications in Azure AD tenant. Get -AzureADServicePrincipal And remove all applications you don't need. Remove-AzureADServicePrincipal -objectid [ObjectID] After all,we can this user …
24.06.2018 · Use Azure AD PowerShell command, run the PowerShell with install-module azuread connect-azuread -TenantId “your tenant ID For example Connect-azuread –TenantId “your tenant id” This is the tenant id where the application is, not the application object ID. Remove-AzureADServicePrincipal -ObjectId “app object ID”
29.10.2020 · Re: Cannot delete tenant due "Enterprise applications". The problem has been solved. I have changed Enterprise applications to All applications filter and deleted some of them. It worked!