Courseiva
Manage and maintain deviceseasyMultiple ChoiceObjective-mapped

MD-102 Manage and maintain devices Practice Question

Exhibit

Refer to the exhibit.
{
  "@odata.type": "#microsoft.graph.windows10EnrollmentConfigurationTemplate",
  "displayName": "Bulk Enrollment Token",
  "expirationDateTime": "2025-06-01T00:00:00Z",
  "tokenType": "bulkEnrollment",
  "scopeTags": []
}

Refer to the exhibit. You are configuring a bulk enrollment token for Windows 10 devices in Intune. The token is set to expire on June 1, 2025. You need to ensure that devices can enroll using this token until June 30, 2025. What should you do?

⚠ Common exam trap

Watch out — candidates often assume you must create a new token to change the expiration date, overlooking the fact that the existing token's `expirationDateTime` property can be updated directly via the Intune portal or Graph API.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Update the expirationDateTime property of the token.

The bulk enrollment token's expiration is controlled by the `expirationDateTime` property in Microsoft Intune. By updating this property to June 30, 2025, you extend the token's validity without needing to create a new token or change its type. This is the direct and supported method to adjust the expiration date of an existing token.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Update the expirationDateTime property of the token.

    Why this is correct

    You can edit the token and set a new expiration date.

  • Modify the tokenType to a different type.

    Why it's wrong here

    Token type cannot be changed after creation.

  • Create a new bulk enrollment token with a later expiration date.

    Why it's wrong here

    You can update the existing token instead of creating a new one.

  • Re-create the token with the same name but later expiration.

    Why it's wrong here

    Re-creating the token with the same name but a later expiration does not extend the validity of the original token; Intune treats each token as a distinct cryptographic object, and devices already provisioned with the original token will continue to honour its original June 1, 2025 expiry date. This option is tempting because, in scenarios where no devices have yet used the token, generating a new token with a later date would allow fresh enrollments, but here the requirement is to extend enrolment for devices that already possess the original token.

Go deeper

Related to this question

About these practice questions

Courseiva writes every MD-102 question from scratch — 942 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MD-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MD-102 exam.