My goal is to export a user list from Azure AD to a csv file I can read from Python. That\'s easy enough using:
Get-MsolUser -All | Select-Object UserPrincipa