Hi Folks,
I am new to Endpoint manager/Intune. Could you please let me know how I can get a list of devices with specific OS edition in MS Endpoint manager.
I found that we have different Windows Edition on the current network. So wants to know who got Windows Pro, Who got Windows Enterprise edition etc.
Please note, i already have a list of this device from Active Directly by using AD quarries, but wants to compare that list with the list from Endpoint manager/Azure AD.
Also, I have run following Powershell Commands to get the list but no luck:
--------Test 1 -----------
Install-Module AzureAD
Import-Module AzureAD
$Credential = Get-Credential
Connect-AzureAD -Credential $Credential
Get-AzureADDevice -all $true -Filter ("DeviceTrustType eq 'AzureAd' -or DeviceTrustType -eq 'ServerAd' DeviceTrustType eq 'Workplace' and DeviceOSType eq...