This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Description
I'm trying to use Azucar to retrieve information about only Azure Active Directory. The account I'm using doesn't have access to any subscriptions.
My command and output:
PS C:\SomeDirectory> .\Azucar.ps1 -TenantID <redacted> -ForceAuth -ExportTo CSV,JSON,XML,EXCEL -Analysis ActiveDirectory
https://management.azure.com/subscriptions?api-version=2016-06-01
[Exception][Main][661]:Unable to retrieve resource groups....
I'm guessing the code doesn't account for the possibility of not having any subscriptions, even though I specify to only check Azure AD.