# List all applications

```powershell
az ad app list --output=table --query='[].{Name:displayName,URL:homepage}'
```