Connect with experts and redefine what’s possible at work – join us at the Microsoft 365 Community Conference May 6-8. Learn more >
Recent DiscussionsMost RecentNewest TopicsMost LikesSolutionsTagged:TagRe: How to get All Azure AD devices with the column values from the Azure GUI app? Steve_W_UCCS You can do all this in 1 line using Group-Object. Get-AzureADDevice | Group-Object DeviceTrustType | Select-Object Count,Name | Sort-Object Count