Hi @Glenn Evans ,
I could able to replicate this issue where AccountEnabled property is returing the data in response with Microsoft Graph Powershell Beta SDK but not while using with Powershell V1.0 SDK. Moreover I have also tested List Users microsoft graph API and AccountEnabled property is being fetched correctly in V1.0 as expected (as you can see in the below screenshot).
Hence AccountEnabled property is not returning the data only with Microsoft Graph Powershell V1.0 SDK and hence Github SDK support team needs to look into this and you can raise a new issue with Github using this link: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues for thier analysis and resolution.
Example:
Get-MgUser -Top 3 | Select ID, DisplayName, Mail, UserPrincipalName,AccountEnabled
Example output from Microsoft Graph Powershell Beta SDK :
Example output from Microsoft Graph Powershell V.0 SDK :
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.
https://github.com/microsoftgraph/msgraph-sdk-powershell/issues