Microsoft 365 Administrator - MS-102 FREE EXAM DUMPS QUESTIONS & ANSWERS

You have a Microsoft 365 subscription.
You plan to update the EmployeeType attribute for all the users in a group named Contractors. You retrieve the GroupId value of the Contractors group.
You need to use Microsoft Graph PowerShell to retrieve all the Contractors group users and set their EmployeeType attribute to Part-time.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
foreach ($person in $(Get-MgGroupMember -GroupId " 2c5bf9b-75eb-4e1e-beca-3b43737f74f3 " ))
{
Update-MgUser -UserId $person.ObjectId -EmployeeType " Part-time "
}
Correct selections:
Get-MgGroupMember
Update-MgUser
-UserId
The correct first cmdlet is Get-MgGroupMember because the task requires retrieving all members of an existing Microsoft Entra group by using the group's GroupId. Microsoft documents Get-MgGroupMember - GroupId as the Microsoft Graph PowerShell cmdlet used to get members of a specified group.
The correct update cmdlet is Update-MgUser, not Set-AzureADUser or Set-MsolUser, because the question explicitly requires Microsoft Graph PowerShell. Microsoft documents Update-MgUser as the cmdlet that updates properties of a user object, and its syntax includes -UserId as the identity parameter and - EmployeeType as an updateable user property.
The third dropdown must be -UserId because Update-MgUser identifies the target user through the -UserId parameter. The value passed is the user object identifier returned from the group membership query. -ObjectId belongs to older Microsoft Entra ID PowerShell patterns, and -DisplayName cannot uniquely identify or update the user object. References/topics: Microsoft Graph PowerShell, Microsoft Entra group membership, Get-MgGroupMember, Update-MgUser, user attribute management.
You have an Microsoft Entra tenant.
You have 1,000 computers that run Windows 10 Pro and are joined to Microsoft Entra ID.
You purchase a Microsoft 365 E3 subscription.
You need to deploy Windows 10 Enterprise to the computers. The solution must minimize administrative effort.
What should you do?
Correct Answer: D Vote an answer
You need to configure Microsoft Entra Connect Sync to support the planned changes for the Montreal Users and Seattle Users OUs.
What should you do?
Correct Answer: C Vote an answer
You need to ensure that the support technicians can meet the technical requirement for the Montreal office mobile devices.
What is the minimum of dedicated support technicians required?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You have a Microsoft 365 E5 tenant that contains five devices enrolled in Microsoft Intune as shown in the following table.

All the devices have an app named App1 installed.
You need to prevent users from copying data from App1 and pasting the data into other apps.
Which policy should you create in Microsoft Endpoint Manager, and what is the minimum number of required policies? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/mem/intune/apps/app-protection-policy
You have a Microsoft 365 subscription that contains a user named User1.
User1 requires admin access to perform the following tasks:
Manage Microsoft Exchange Online settings.
Create Microsoft 365 groups.
You need to ensure that User1 only has admin access for eight hours and requires approval before the role assignment takes place.
What should you use?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You have a Microsoft 36S E5 subscription.
You connect a cloud app that contains a group named Group1 to Microsoft Defender tor Cloud Apps.
You need to configure the Cloud apps settings to monitor all activities performed by the members of Group1.
Which two settings should you configure? to answer, select the appropriate settings in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:
You have a Microsoft 365 E5 subscription.
You need to compare the current Safe Links configuration to the Microsoft recommended configurations.
What should you use?
Correct Answer: A Vote an answer
You have a Microsoft 365 E5 subscription and an Microsoft Entra tenant named contoso.com.
All users have computers that run Windows 11, are joined to contoso.com, and are protected by using BitLocker Drive Encryption (BitLocker).
You plan to create a user named Admin1 that will perform following tasks:
* View BitLocker recovery keys.
* Configure the usage location for the users in contoso.com.
You need to assign roles to Admin1 to meet the requirements. The solution must use the principle of least privilege. Which two roles should you assign? To answer, select the appropriate roles in the answer area.
NOTE: Each correct selection is worth one point
Correct Answer:

Explanation:
You have a Microsoft 365 subscription.
You plan to implement Microsoft Purview Privileged Access Management.
Which Microsoft Office 365 workloads support privileged access?
Correct Answer: E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You have a Microsoft 365 E5 subscription that contains the users shown in the following table.

You create an administrative unit named AU1 that contains the members shown in the following exhibit.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE; Each correct selection is worth one point.
Correct Answer:

Explanation:
You have a Microsoft 365 E5 tenant.
You configure a device compliance policy as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/mem/intune/protect/compliance-policy-create-android
You have a Microsoft 365 E5 tenant that contains the users shown in the following table.

You purchase the devices shown in the following table.

In Microsoft Endpoint Manager, you create an enrollment status page profile that has the following settings:
Show app and profile configuration progress: Yes
Allow users to collect logs about installation errors: Yes
Only show page to devices provisioned by out-of-box experience (OOBE): No Assignments: Group2 For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/mem/intune/enrollment/windows-enrollment-status
Which role should you assign to User1?
Available Choices (select all choices that are correct)
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10