13,734 questions
Try running the follow PowerShell:
Get-MgUser -Property Id, DisplayName, UserPrincipalName, AccountEnabled | select Id, DisplayName, UserPrincipalName, AccountEnabled
Cited from https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/1250
If this is helpful please accept answer.