Hi @EnterpriseArchitect Thank you for posting your question.
I don't think it is possible in one PowerShell script to get all information you listed above but you can try the following GetAzSqlServer -ResourceGroupName " " -ServerName " "
The term SQLSrvAADEnabledStatus was not recognized as a name of commandlet, function or script file so I replaced it with Get-AzSqlServer -ServerName myserver | Get-AzSqlServerActiveDirectoryOnlyAuthentication
Please let me know if this is not what you are looking for.
Regards,
Oury