I know I can run Get-AzureADServicePrincipal -all $true to get a list of applications but it will return all application type including Microsoft apps and managed identities. I only want a list of Enterprise Applications only. What command I can use?