Using PowerShell to List Power Platform Environments
This PL-900 practice question tests your understanding of manage the microsoft power platform environment. Examine the command output carefully: the correct answer depends on what the output actually shows, not on general recall alone. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Refer to the exhibit.
PowerShell output:
Get-AdminPowerAppEnvironment | Format-Table DisplayName, EnvironmentType, Location
DisplayName EnvironmentType Location
--------------- --------------- --------
Contoso Sales Production eastus
Contoso Dev Sandbox westus
Contoso Test Trial northcentralus
Refer to the exhibit. An admin runs the PowerShell command and gets the output shown. How many environments are in the tenant?
Exhibit
Refer to the exhibit.
PowerShell output:
Get-AdminPowerAppEnvironment | Format-Table DisplayName, EnvironmentType, Location
DisplayName EnvironmentType Location
--------------- --------------- --------
Contoso Sales Production eastus
Contoso Dev Sandbox westus
Contoso Test Trial northcentralus
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
3
The PowerShell cmdlet `Get-AdminPowerAppEnvironment` returns a list of environments in the tenant. The output shows three distinct environment objects (each with a unique `EnvironmentName`), indicating that the tenant contains exactly three environments. The correct answer is B (3).
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
1
Why it's wrong here
There are three environments listed.
✓
3
Why this is correct
The output shows three environments.
Related concept
Read the scenario before looking for a memorised answer.
✗
4
Why it's wrong here
Only three are listed.
✗
6
Why it's wrong here
Only three are listed.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may count each line of output as a separate environment, not recognizing that multiple lines belong to the same environment object, leading them to overcount.
Detailed technical explanation
How to think about this question
The `Get-AdminPowerAppEnvironment` cmdlet retrieves all environments in a tenant, including default and custom environments. Each environment object includes properties like `EnvironmentName`, `DisplayName`, and `Location`. In the output, each environment is represented by a separate object, and properties like `IsDefault` indicate which environment is the default (e.g., the one created automatically). Understanding how to parse PowerShell object output is critical for accurate environment management.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Manage the Microsoft Power Platform environment — This question tests Manage the Microsoft Power Platform environment — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: 3 — The PowerShell cmdlet `Get-AdminPowerAppEnvironment` returns a list of environments in the tenant. The output shows three distinct environment objects (each with a unique `EnvironmentName`), indicating that the tenant contains exactly three environments. The correct answer is B (3).
What should I do if I get this PL-900 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.