PL-900 Demonstrate the capabilities of Power Apps Practice Question
Exhibit
Refer to the exhibit. ``` Get-AzureADUser -ObjectId user@contoso.com | Select-Object -Property DisplayName, UserPrincipalName, AssignedLicenses ```
Refer to the exhibit. A Power Apps administrator runs the PowerShell command shown. What is the purpose of this command?
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
✓
To verify which Power Apps licenses are assigned to the user
The administrator is checking which licenses (including Power Apps) are assigned to the user. Option A is wrong because the command is not about app permissions. Option B is wrong because it does not create anything. Option C is wrong because it does not check connectivity.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
To remove the user from a Power Apps environment
Why it's wrong here
The command only retrieves data, it does not remove anything.
- ✗
To check if the user can connect to Dataverse
Why it's wrong here
The command checks licenses, not connectivity.
- ✗
To create a new Power Apps license for the user
Why it's wrong here
The command is read-only; it does not assign licenses.
- ✓
To verify which Power Apps licenses are assigned to the user
Why this is correct
The AssignedLicenses property shows license SKUs, including Power Apps.
Go deeper
Related to this question
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 →
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.