00:00

QUESTION 36

- (Exam Topic 5)
You have a Microsoft 365 tenant that uses Microsoft Endpoint Manager for device management. You need to add the phone number of the help desk to the Company Portal app. What should you do?

Correct Answer: A
Reference:
https://systemcenterdudes.com/intune-company-portal-customization/

QUESTION 37

- (Exam Topic 5)
You implement Microsoft Azure Advanced Threat Protection (Azure ATP). You have an Azure ATP sensor configured as shown in the following exhibit.
MS-102 dumps exhibit
How long after the Azure ATP cloud service is updated will the sensor update?

Correct Answer: B

QUESTION 38

- (Exam Topic 5)
HOTSPOT
MS-102 dumps exhibit
The SP800 assessment has the improvement actions shown in the following table.
MS-102 dumps exhibit
Solution:
MS-102 dumps exhibit

Does this meet the goal?

Correct Answer: A

QUESTION 39

- (Exam Topic 5)
HOTSPOT
You have a Microsoft 365 E5 subscription that contains the groups shown in the following table.
MS-102 dumps exhibit
All the groups are deleted.
Which groups can be restored, and what is the retention period? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
MS-102 dumps exhibit
Solution:
Box 1: Group3 only Box 2: 30 days
If you've deleted a group, it will be retained for 30 days by default. This 30-day period is considered a
"soft-delete" because you can still restore the group. After 30 days, the group and its associated contents are permanently deleted and cannot be restored.
Reference:
https://learn.microsoft.com/en-us/microsoft-365/admin/create-groups/restore-deleted-group

Does this meet the goal?

Correct Answer: A

QUESTION 40

- (Exam Topic 5)
HOTSPOT
You have a Microsoft 365 subscription that contains the users shown in the following table.
MS-102 dumps exhibit
You need to configure a dynamic user group that will include the guest users in any department that contains the word Support.
How should you complete the membership rule? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
MS-102 dumps exhibit
Solution:
Box 1: -eq "Guest"
Dynamic membership rules for groups in Azure Active Directory Supported expression operators
The following table lists all the supported operators and their syntax for a single expression. Operators can be used with or without the hyphen (-) prefix. The Contains operator does partial string matches but not item in a collection matches.
* Equals
-eq
* Contains
-contains
* Etc.
Box 2: -contains "Support" Incorrect:
* -in
If you want to compare the value of a user attribute against multiple values, you can use the -in or -notIn operators.
Reference:
https://learn.microsoft.com/en-us/azure/active-directory/enterprise-users/groups-dynamic-membership

Does this meet the goal?

Correct Answer: A