MD-102 • Practice Test 43
Free MD-102 practice test — 15 questions with explanations. Set 43. No signup required.
Refer to the exhibit. An administrator runs this PowerShell command using the Microsoft Graph PowerShell SDK. The output returns no devices. However, the administrator knows that there are non-compliant Windows devices in Intune. What is the most likely reason?
Refer to the exhibit.
```powershell
Get-MgDeviceManagementManagedDevice -Filter "operatingSystem eq 'Windows'" |
Where-Object {$_.complianceState -eq 'noncompliant'} |
Select-Object id, deviceName, complianceState
```