How to export delegated permissions assigned to azure app registration using azure-AD module via PowerShell
Have created a custom PowerShell script to export all of my azure registered apps API application permissions and delegated permissions. Some of my apps have either API permissions of Type equal to delegated or application. I followed the step by…