Hello.
We have a few users to populate and I'm trying to
1) export the list of users and app roles for all azure enterprise applications via powershell.

I was able to retrieve the list of users
Get-AzureADServicePrincipal -searchstring "AWS engineering" | Get-AzureADServiceAppRoleAssignment|select Resourcedisplayname,Principaldisplayname
But haven't managed to pull down the appropriate app role assignment for each user
2) be able to populate the list via a csv file.