Powershell for azure

HI,
Am new to PS, I need some help in running PS against Azure to retrieve some results,
Firstly I need to be able to provide a list of all GUEST (active and disabled) users in azure for multiple subscriptions together with any permissions that they may have.
Hope someone can help
Thanks
J

Hi jjuk, we are here to provide help with Powershell. We do not write scripts for people.

I would start here with connecting to your Azure tenant and Get-AzureADUser

AzureAD graph is being retired next year, I would encourage getting started with Microsoft Graph as soon as you can.