exam questions

Exam MD-102 All Questions

View all questions & answers for the MD-102 exam

Exam MD-102 topic 1 question 326 discussion

Actual exam question from Microsoft's MD-102
Question #: 326
Topic #: 1
[All MD-102 Questions]

HOTSPOT
-

You have a Microsoft 365 E5 subscription that contains the devices shown in the following table.



You need to create two dynamic device groups named Group1 and Group2. The solution must meet the following requirements:

• Group1 must contain Device1 and Device2 only.
• Group2 must contain Device1 and Device3 only.

Which device membership rule should you configure for each group? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
justITtopics
1 month, 1 week ago
For me, there is no right answer for the second option: •(device . deviceOSType -eq "iPhone") and (device . deviceOSType -eq "Windows"): There is no "iPhone" OS, and an AND means that both conditions must be true. •(device . deviceOSType -eq "iPhone") or (device . deviceOSType -eq "Windows"): There is no "iPhone" OS, and this condition can also add device 2. •(device . deviceTrustType -eq "AzureAD") or (device . deviceOSType -eq "iPhone": There is no "iPhone" OS, but this will be the correct one: AzureAD for Device1 OR iOS for Device3.
upvoted 2 times
...
Meek_Learner
2 months, 3 weeks ago
For Group1, last option is correct as mentioned in the above answer. • (device.displayName -startsWith "Device") and (device.deviceOSType -eq "Windows") There is some kind of misprinting. For Group2 in all three options device.deviceOSType is set to iPhone which is invalid. I imagine the correct options will look like this: • (device.deviceOSType -eq "iOS") and (device.deviceOSType -eq "Windows") • (device.deviceOSType -eq "iOS") or (device.deviceOSType -eq "Windows") • (device.deviceTrustType -eq "AzureAD") or (device.deviceOSType -eq "iOS")
upvoted 1 times
Meek_Learner
2 months, 3 weeks ago
For Group2, last option is correct as mentioned in the above answer: • (device.deviceTrustType -eq "AzureAD") or (device.deviceOSType -eq "iOS")
upvoted 1 times
Sunth65
1 month, 2 weeks ago
NB! Correct answer would be (device.deviceOSType -eq "iOS") and (device.deviceOSType -eq "Windows") for group2
upvoted 1 times
justITtopics
1 month, 1 week ago
No, with an AND the group would need both conditions to be a member. With an OR, a device that is iOS or that is Windows, can be a member.
upvoted 2 times
Sunth65
1 month, 1 week ago
Ok fine :)
upvoted 1 times
...
...
...
...
...
AleFCI1908
5 months, 1 week ago
correct
upvoted 3 times
Jon2031
3 months, 3 weeks ago
iPhone is not an OS type. iPhone Operating System is "IOS" correct answer for group 2 is "(device.deviceOSType -eq "iPhone") or (device.deviceOSType -eq "Windows")
upvoted 1 times
Jon2031
3 months, 3 weeks ago
actually, i take that back. I do not see the correct OSType for an iPhone in any of the given answers.
upvoted 1 times
...
...
...
HvD
5 months, 1 week ago
Agreed.
upvoted 2 times
Jon2031
3 months, 3 weeks ago
iPhone is not an OS type. iPhone Operating System is "IOS" correct answer for group 2 is "(device.deviceOSType -eq "iPhone") or (device.deviceOSType -eq "Windows")
upvoted 1 times
Invincible82
2 months, 3 weeks ago
But wouldn't that include all 3 devices?
upvoted 2 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago