Courseiva
Manage the Microsoft Power Platform environmenthardMultiple ChoiceObjective-mapped

PL-900 Practice Question: Manage the Microsoft Power Platform environment

Refer to the exhibit.

Get-MgDirectoryRole | Where-Object {$_.DisplayName -eq "Power Platform Administrator"} | Select-Object Id

An admin runs this Microsoft Graph PowerShell command and gets no output. What does this indicate?

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

The Power Platform Administrator role is not activated in the tenant

The command filters for a role with DisplayName exactly 'Power Platform Administrator', but the actual role name is 'Power Platform Administrator' (case-sensitive). If the command returns no output, the role may not be activated in the tenant. Option A is wrong because no output means no matching role found, not that the admin lacks permissions. Option C is wrong because no output does not indicate no roles exist; it indicates no matching role. Option D is wrong because the command is valid PowerShell.

Answer analysis

Option-by-option breakdown

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

  • The admin does not have permission to run the command

    Why it's wrong here

    No output indicates the command ran but found no matching role.

  • The Power Platform Administrator role is not activated in the tenant

    Why this is correct

    The role must be activated (assigned to someone) to appear in Get-MgDirectoryRole.

  • There are no directory roles in the tenant

    Why it's wrong here

    Tenants have by default several directory roles.

  • The command syntax is incorrect

    Why it's wrong here

    The syntax is valid for Microsoft Graph PowerShell.

About these practice questions

Courseiva writes every PL-900 question from scratch — 904 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 PL-900 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 PL-900 exam.