View get_all_resources_to_csv.ps1
#connect to the teanant | |
Connect-AzAccount -t 'tenant_id_guid' | |
#get the guids of the subscriptions | |
Get-AzSubscription | |
#use one of the guids from the previous command | |
Select-AzSubscription -SubscriptionId 'subscriptio_id_guid' -TenantId 'tenant_id_guid' | |
#export the everything as CSV |